-
Notifications
You must be signed in to change notification settings - Fork 23
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
Doesn't compile with 1.6.0 on macOS #123
Comments
Same error on Windows 10, Nim 1.6.0. |
Can't replicate, could you confirm on the latest version of nim? λ choosenim update stable 10:42:11
Updating stable
Downloading Nim 1.6.4 from nim-lang.org
[##################################################] 100.0% 0kb/s
Extracting nim-1.6.4-linux_x64.tar.xz
Extracting nim-1.6.4-linux_x64.tar
Building Nim 1.6.4
Compiler: Already built
Updated to 1.6.4
Switched to Nim 1.6.4
~ via v12.22.1 via v1.61.0-nightly
λ nimble install inim 10:42:23
Downloading https://github.com/inim-repl/INim using git
Verifying dependencies for inim@0.6.1
Info: Dependency on cligen@>= 1.2.0 already satisfied
Verifying dependencies for cligen@1.5.23
Info: Dependency on noise@>= 0.1.4 already satisfied
Verifying dependencies for noise@0.1.4
Installing inim@0.6.1
Building inim/inim using c backend
Prompt: inim@0.6.1 already exists. Overwrite? [y/N]
y
Answer: Success: inim installed successfully. |
Only some versions of cligen exhibit the issue, at least one of which is v 1.3.2:
cligen@1.3.2 satisfies inim's (0.6.1) constraint of `cligen>=1.2.0, therefore users who already have these "broken" cligen versions on their system would result in a failed build for inim. #131 should resolve this issue, we just need to issue a new release (tag) of inim. |
The text was updated successfully, but these errors were encountered: