You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Nim limitation with type section pragma macros. I recently made it so you can use equals in statement form, so you should be able to do this instead:
Hi metagn, this is a really cool library. I ran into a little bit of an issue. The following code fails to compile:
The problem seems to be that the sum pragma expands to
, which is fine, but when the equals pragma expands it places
Expr
in a separate type block, which breaks things.The text was updated successfully, but these errors were encountered: