Closed matkuki closed 5 months ago
Could I get a hint please, of where to look to start fixing this?
I think choosenim based installations are not really supported. Search for what paths are passed to "lib" in the NimScript layer.
Adding the lib/core
and lib/system
to the nimscript
search path fixes almost all except these 4 errors:
C:\Users\matic\.choosenim\toolchains\nim-1.6.8\lib\core\macros.nim(1168, 49) template/generic instantiation of `$` from here
C:\Users\matic\.choosenim\toolchains\nim-1.6.8\lib\system\dollars.nim(145, 21) template/generic instantiation of `collectionToString` from here
C:\Users\matic\.choosenim\toolchains\nim-1.6.8\lib\system\dollars.nim(129, 67) Error: type mismatch
C:\Users\matic\.choosenim\toolchains\nim-1.6.8\lib\core\macros.nim(1168, 49) template/generic instantiation of `$` from here
C:\Users\matic\.choosenim\toolchains\nim-1.6.8\lib\system\dollars.nim(145, 21) template/generic instantiation of `collectionToString` from here
C:\Users\matic\.choosenim\toolchains\nim-1.6.8\lib\system\dollars.nim(136, 13) template/generic instantiation of `addQuoted` from here
C:\Users\matic\.choosenim\toolchains\nim-1.6.8\lib\system.nim(2930, 18) Error: type mismatch
C:\Users\matic\.choosenim\toolchains\nim-1.6.8\lib\pure\strutils.nim(1497, 39) template/generic instantiation of `$` from here
C:\Users\matic\.choosenim\toolchains\nim-1.6.8\lib\system\dollars.nim(107, 69) Error: type mismatch
C:\Users\matic\.choosenim\toolchains\nim-1.6.8\lib\pure\strutils.nim(1497, 39) template/generic instantiation of `$` from here
C:\Users\matic\.choosenim\toolchains\nim-1.6.8\lib\system\dollars.nim(111, 15) template/generic instantiation of `addQuoted` from here
C:\Users\matic\.choosenim\toolchains\nim-1.6.8\lib\system.nim(2930, 18) Error: type mismatch
C:\Users\matic\.choosenim\toolchains\nim-1.6.8\lib\pure\strutils.nim(1497, 39) template/generic instantiation of `$` from here
C:\Users\matic\.choosenim\toolchains\nim-1.6.8\lib\system\dollars.nim(107, 69) Error: type mismatch
Any hints on why there are these type mismatches?
Tested on Windows and Linux and both display
NimEdit
, but there are a lot of errors in the rightconsole
window:Could I get a hint please, of where to look to start fixing this?