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
/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]
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: