-
Notifications
You must be signed in to change notification settings - Fork 16
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
nimble file should avoid @#head versions #45
Comments
So how do I suppose to refer to the latest version of the Changing ng2 nimble file each time I release a new bugfix for the |
I sympathize with you not wanting to have frequent |
See nim-lang/nimble#318. Nimble doesn't have lock files yet though an implementation is in the [works (https://github.com/nim-lang/nimble/issues/127). But who knows when that 5k diff will get merged. Meanwhile, note that nimgame2 is also a library so it's lock file, if you decide to create one, will only apply to its tests, not to an end user who would need create their own lock file as well. Nimble already installs the latest version of a package even if the required version is now old. #head just keeps your users stuck to one in the past. |
Yeah, that's kinda counter-intuitive behavior. |
See c-blake/hldiff#1 (comment) & subsequent.
Your
requires sdl2_nim@#head
seems to have been put in place and just stuck there since January 2017. 32f7b03e4001885346127b5e7e5d3deaedb2f834 seems to be the appropriate sdl2_nim git hash if you want that version, or else some release since then would likely be better.The text was updated successfully, but these errors were encountered: