-
Notifications
You must be signed in to change notification settings - Fork 26
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
Does not compile with ARC or ORC GCs #52
Comments
Correction: it compiles but fails to work when using
The expected behavior is some processing going on. This happens when compiled with
|
The recent versions of docopt.nim compile with ARC/ORC. You might be trapped with 0.6.7, as 0.7.0 and 0.7.1 haven't been released yet (as of march-2024), so the nimble tool doesn't find them. To install a recent version put this on your
I.e. find the package by tag, not by release. |
My program:
It works with 0.6.7:
But not 0.6.8:
The text was updated successfully, but these errors were encountered: