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
$ nimble install moesrc/moepkg/configmode.nim(1670, 20) Error: type mismatch: got <int literal(1), highlightTableNames>but expected one of: proc `<`(x, y: float): bool first type mismatch at position: 2 required type for y: float but expression 'currentLine' is of type: highlightTableNamesproc `<`(x, y: float32): bool first type mismatch at position: 2 required type for y: float32 but expression 'currentLine' is of type: highlightTableNamesproc `<`(x, y: int): bool first type mismatch at position: 2 required type for y: int but expression 'currentLine' is of type: highlightTableNamesproc `<`(x, y: int16): bool first type mismatch at position: 2 required type for y: int16 but expression 'currentLine' is of type: highlightTableNamesproc `<`(x, y: int32): bool first type mismatch at position: 2 required type for y: int32 but expression 'currentLine' is of type: highlightTableNamesproc `<`(x, y: int64): bool first type mismatch at position: 2 required type for y: int64 but expression 'currentLine' is of type: highlightTableNamesproc `<`(x, y: int8): bool first type mismatch at position: 2 required type for y: int8 but expression 'currentLine' is of type: highlightTableNamesproc `<`(x, y: uint): bool first type mismatch at position: 2 required type for y: uint but expression 'currentLine' is of type: highlightTableNamesproc `<`(x, y: uint16): bool first type mismatch at position: 2 required type for y: uint16 but expression 'currentLine' is of type: highlightTableNamesproc `<`(x, y: uint32): bool first type mismatch at position: 2 required type for y: uint32 but expression 'currentLine' is of type: highlightTableNamesproc `<`(x, y: uint64): bool first type mismatch at position: 2 required type for y: uint64 but expression 'currentLine' is of type: highlightTableNamesproc `<`(x, y: uint8): bool first type mismatch at position: 2 required type for y: uint8 but expression 'currentLine' is of type: highlightTableNames12 other mismatching symbols have been suppressed; compile with --showAllMismatches:on to see themexpression: 1 < currentLine
$
Nim devel, Linux, I dont have custom config.
Maybe add Nim devel to the CI too ?.
The text was updated successfully, but these errors were encountered:
devel
to the CI too ?.The text was updated successfully, but these errors were encountered: