Skip to content

Instantly share code, notes, and snippets.

@Varriount
Created March 12, 2014 03:07
Show Gist options
  • Save Varriount/9500039 to your computer and use it in GitHub Desktop.
Save Varriount/9500039 to your computer and use it in GitHub Desktop.
C:\64\Nimrod>nimrod check tests.nim
config\nimrod.cfg(37, 2) Hint: added path: 'C:\Users\clays_000\.babel\pkgs\fowltek-0.9.3' [Path]
config\nimrod.cfg(37, 2) Hint: added path: 'C:\Users\clays_000\.babel\pkgs\nimlibpng-0.1' [Path]
config\nimrod.cfg(37, 2) Hint: added path: 'C:\Users\clays_000\.babel\pkgs\' [Path]
Hint: used config file 'C:\64\nimrod\config\nimrod.cfg' [Conf]
Hint: system [Processing]
Hint: tests [Processing]
Hint: algorithm [Processing]
Hint: sets [Processing]
Hint: os [Processing]
Hint: strutils [Processing]
Hint: parseutils [Processing]
Hint: times [Processing]
Hint: winlean [Processing]
Hint: hashes [Processing]
Hint: math [Processing]
tests.nim(93, 20) Info: instantiation from here
tests.nim(75, 43) Info: instantiation from here
lib\pure\collections\sets.nim(128, 32) Info: instantiation from here
lib\pure\collections\sets.nim(87, 20) Info: instantiation from here
lib\pure\collections\sets.nim(54, 21) Error: type mismatch: got (Node[int])
but expected one of:
hashes.hash(x: openarray[A]): THash
hashes.hash(x: float): THash
hashes.hash(x: T): THash
hashes.hash(x: pointer): THash
hashes.hash(x: int): THash
hashes.hash(x: string): THash
hashes.hash(x: char): THash
hashes.hash(x: int64): THash
hashes.hash(x: T): THash
tests.nim(93, 20) Info: instantiation from here
tests.nim(75, 43) Info: instantiation from here
lib\pure\collections\sets.nim(128, 32) Info: instantiation from here
lib\pure\collections\sets.nim(89, 50) Info: instantiation from here
lib\pure\collections\sets.nim(83, 44) Info: instantiation from here
lib\pure\collections\sets.nim(62, 21) Error: type mismatch: got (Node[int])
but expected one of:
hashes.hash(x: openarray[A]): THash
hashes.hash(x: float): THash
hashes.hash(x: T): THash
hashes.hash(x: pointer): THash
hashes.hash(x: int): THash
hashes.hash(x: string): THash
hashes.hash(x: char): THash
hashes.hash(x: int64): THash
hashes.hash(x: T): THash
tests.nim(93, 20) Info: instantiation from here
tests.nim(80, 26) Error: type mismatch: got (seq[TSet[Node[int]]], Edge[int])
but expected one of:
tests.sameGroup(edgeSets: seq[seq[Node[T]]], edge: Edge[T]): bool
tests.nim(93, 20) Info: instantiation from here
tests.nim(80, 13) Error: type mismatch: got (int) but expected 'bool'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment