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
I pulled and rebootstrapped recently and now my project which uses the docopt package is failing to compile with this error:
/Users/dom/.nimble/pkgs/docopt-0.6.4/docopt.nim(310, 15) template/generic instantiation from here
/Users/dom/projects/nim/lib/system.nim(2217, 6) Error: '==' can have side effects
FYI - I ran into this and found that this is fixed by docopt/docopt.nim#27.
A new release (docopt > 0.6.4) containing these changes has not yet been made, but I was able to work around it by installing from HEAD.
I pulled and rebootstrapped recently and now my project which uses the docopt package is failing to compile with this error:
Steps to reproduce:
Where file.nim is the example from here.
The text was updated successfully, but these errors were encountered: