Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Created April 17, 2014 23:24
Show Gist options
  • Save BitPuffin/11016944 to your computer and use it in GitHub Desktop.
Save BitPuffin/11016944 to your computer and use it in GitHub Desktop.
/Users/isak/src/nim/flaming-nemesis/src/gui_json.nim(149, 3) Info: instantiation from here
lib/pure/collections/tables.nim(174, 20) Info: instantiation from here
lib/pure/collections/tables.nim(168, 2) Warning: Cannot prove that 'result' is initialized. This will become a compile time error in the future. [ProveInit]
/Users/isak/src/nim/flaming-nemesis/src/gui_json.nim(149, 3) Info: instantiation from here
lib/pure/collections/tables.nim(175, 38) Info: instantiation from here
lib/pure/collections/tables.nim(122, 48) Info: instantiation from here
lib/pure/collections/tables.nim(116, 9) Warning: Cannot prove that 'n' is initialized. This will become a compile time error in the future. [ProveInit]
/Users/isak/src/nim/flaming-nemesis/src/gui_json.nim(160, 23) Info: instantiation from here
lib/pure/collections/tables.nim(92, 2) Warning: Cannot prove that 'result' is initialized. This will become a compile time error in the future. [ProveInit]
/Users/isak/src/nim/flaming-nemesis/src/gui_json.nim(182, 13) Info: instantiation from here
lib/pure/collections/tables.nim(122, 48) Info: instantiation from here
lib/pure/collections/tables.nim(116, 9) Warning: Cannot prove that 'n' is initialized. This will become a compile time error in the future. [ProveInit]
Hint: sequtils [Processing]
/Users/isak/src/nim/flaming-nemesis/src/gui_json.nim(351, 23) Info: instantiation from here
lib/pure/collections/tables.nim(92, 2) Warning: Cannot prove that 'result' is initialized. This will become a compile time error in the future. [ProveInit]
/Users/isak/src/nim/flaming-nemesis/src/gui_json.nim(390, 21) Info: instantiation from here
lib/pure/collections/tables.nim(168, 2) Warning: Cannot prove that 'result' is initialized. This will become a compile time error in the future. [ProveInit]
/Users/isak/src/nim/flaming-nemesis/src/gui_json.nim(387, 6) Warning: Cannot prove that 's' is initialized. This will become a compile time error in the future. [ProveInit]
/Users/isak/src/nim/flaming-nemesis/src/gui_json.nim(429, 2) Warning: Cannot prove that 'result' is initialized. This will become a compile time error in the future. [ProveInit]
/Users/isak/src/nim/flaming-nemesis/src/gui_json.nim(79, 5) Hint: 'gui_json.findTextEntered(s: ImportState, cnt: PJsonNode): TMaybe[proc (string){.closure.}]' is declared but not used [XDeclaredButNotUsed]
/Users/isak/src/nim/flaming-nemesis/src/net/chatstate.nim(116, 6) Warning: Cannot prove that 'res' is initialized. This will become a compile time error in the future. [ProveInit]
/Users/isak/src/nim/flaming-nemesis/src/net/chatstate.nim(153, 4) Error: undeclared identifier: 'client'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment