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

Broken on devel #1228

Closed
juancarlospaco opened this issue Jan 12, 2021 · 1 comment · Fixed by #1230
Closed

Broken on devel #1228

juancarlospaco opened this issue Jan 12, 2021 · 1 comment · Fixed by #1230
Assignees
Labels

Comments

@juancarlospaco
Copy link
Contributor

juancarlospaco commented Jan 12, 2021

$ nimble install moe

src/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: highlightTableNames
proc `<`(x, y: float32): bool
  first type mismatch at position: 2
  required type for y: float32
  but expression 'currentLine' is of type: highlightTableNames
proc `<`(x, y: int): bool
  first type mismatch at position: 2
  required type for y: int
  but expression 'currentLine' is of type: highlightTableNames
proc `<`(x, y: int16): bool
  first type mismatch at position: 2
  required type for y: int16
  but expression 'currentLine' is of type: highlightTableNames
proc `<`(x, y: int32): bool
  first type mismatch at position: 2
  required type for y: int32
  but expression 'currentLine' is of type: highlightTableNames
proc `<`(x, y: int64): bool
  first type mismatch at position: 2
  required type for y: int64
  but expression 'currentLine' is of type: highlightTableNames
proc `<`(x, y: int8): bool
  first type mismatch at position: 2
  required type for y: int8
  but expression 'currentLine' is of type: highlightTableNames
proc `<`(x, y: uint): bool
  first type mismatch at position: 2
  required type for y: uint
  but expression 'currentLine' is of type: highlightTableNames
proc `<`(x, y: uint16): bool
  first type mismatch at position: 2
  required type for y: uint16
  but expression 'currentLine' is of type: highlightTableNames
proc `<`(x, y: uint32): bool
  first type mismatch at position: 2
  required type for y: uint32
  but expression 'currentLine' is of type: highlightTableNames
proc `<`(x, y: uint64): bool
  first type mismatch at position: 2
  required type for y: uint64
  but expression 'currentLine' is of type: highlightTableNames
proc `<`(x, y: uint8): bool
  first type mismatch at position: 2
  required type for y: uint8
  but expression 'currentLine' is of type: highlightTableNames
12 other mismatching symbols have been suppressed; compile with --showAllMismatches:on to see them

expression: 1 < currentLine

$
  • Nim devel, Linux, I dont have custom config.
  • Maybe add Nim devel to the CI too ?.
@fox0430 fox0430 added the bug label Jan 12, 2021
@fox0430
Copy link
Owner

fox0430 commented Jan 12, 2021

@juancarlospaco

Thank you. I will add Nim devel to CI.

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

Successfully merging a pull request may close this issue.

2 participants