Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Created April 17, 2014 20:24
Show Gist options
  • Save BitPuffin/11009431 to your computer and use it in GitHub Desktop.
Save BitPuffin/11009431 to your computer and use it in GitHub Desktop.
Users/isak/.babel/pkgs/jester-0.1.0/jester.nim(402, 5) Hint: 'jester.controlCHook()' is declared but not used [XDeclaredButNotUsed]
lib/core/macros.nim(327, 21) Error: type mismatch: got (int literal(2), string)
but expected one of:
system.&(x: char, y: string): string
system.&(x: seq[T], y: T): seq[T]
system.&(x: T, y: seq[T]): seq[T]
system.&(x: seq[T], y: seq[T]): seq[T]
system.&(x: char, y: char): string
system.&(x: string, y: string): string
system.&(x: string, y: char): string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment