Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pattern error on AccQuoted field #16

Closed
2 tasks done
gabbhack opened this issue Feb 10, 2023 · 0 comments
Closed
2 tasks done

Pattern error on AccQuoted field #16

gabbhack opened this issue Feb 10, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@gabbhack
Copy link
Owner

Checklist

  • I am sure the error is coming from deser code
  • I have searched in the issue tracker for similar bug reports, including closed ones

Nim version.

Nim Compiler Version 1.6.10 [Windows: amd64]
Compiled at 2022-11-21
Copyright (c) 2006-2021 by Andreas Rumpf

active boot switches: -d:release

deser version

0.3.1

Current behavior

deser\macroutils\parsing\field.nim(295, 17) Error: unhandled exception: Match failure for pattern '�[4mPostFix[_, @name is Ident()] | (@name is Ident()) |
    PragmaExpr[Postfix[_, @name is Ident()] | (@name is Ident()), _]�[24m'. Item at index 0 failed [AssertionDefect]

Expected behavior

Work

Steps to reproduce

import deser

type
  Test = object
    `test`: string

makeSerializable(Test)

Code example

No response

Logs

No response

Debug dump

No response

@gabbhack gabbhack added the bug Something isn't working label Feb 10, 2023
@gabbhack gabbhack self-assigned this Feb 10, 2023
gabbhack pushed a commit that referenced this issue Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant