Skip to content
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 install make compile error on nim1.7.1 #4

Open
LotfiAghel opened this issue Jul 26, 2022 · 0 comments
Open

nimble install make compile error on nim1.7.1 #4

LotfiAghel opened this issue Jul 26, 2022 · 0 comments

Comments

@LotfiAghel
Copy link

/home/user/.nimble/pkgs/compiler-#fix-renderer/compiler/astalgo.nim(428, 11) Error: type mismatch: got <string, BiggestInt>
but expected one of:
proc add(x: var string; y: char)
  first type mismatch at position: 2
  required type for y: char
  but expression 'value' is of type: BiggestInt
proc add(x: var string; y: cstring)
  first type mismatch at position: 2
  required type for y: cstring
  but expression 'value' is of type: BiggestInt
proc add(x: var string; y: string)
  first type mismatch at position: 2
  required type for y: string
  but expression 'value' is of type: BiggestInt
9 other mismatching symbols have been suppressed; compile with --showAllMismatches:on to see them


user@user-System-Product-Name:~/programing/nim/languist$ nimble --version
nimble v0.13.1 compiled at 2022-05-16 17:58:27
git hash: couldn't determine git hash
user@user-System-Product-Name:~/programing/nim/languist$ nim --version
Nim Compiler Version 1.7.1 [Linux: amd64]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant