flyx / NimYAML

YAML implementation for Nim
https://nimyaml.org
Other
186 stars 36 forks source link

broke on devel #49

Closed davidnorthetal closed 6 years ago

davidnorthetal commented 6 years ago

Hey, nimyaml stopped compiling on latest devel, using:

Nim Compiler Version 0.17.3 (2017-11-14) [Linux: amd64]
Copyright (c) 2006-2017 by Andreas Rumpf
git hash: ab938fc901d1eb00ef973c22ec94d660682208b0
active boot switches: -d:release -d:nativeStackTrace

e.g.: nim tests throws me:

Hint: used config file '/etc/nim.cfg' [Conf]
Hint: tests [Processing]
Hint: strutils [Processing]
Hint: parseutils [Processing]
Hint: math [Processing]
Hint: algorithm [Processing]
Hint: streams [Processing]
yaml/private/lex.nim(1, 2) Hint: 'c' is declared but not used [XDeclaredButNotUsed]
yaml/private/lex.nim(259, 51) Hint: 'YamlLexerError' is declared but not used [XDeclaredButNotUsed]
yaml/private/lex.nim(242, 58) Hint: 'YamlLexerError' is declared but not used [XDeclaredButNotUsed]
yaml/private/lex.nim(246, 53) Hint: 'YamlLexerError' is declared but not used [XDeclaredButNotUsed]
yaml/private/lex.nim(250, 57) Hint: 'YamlLexerError' is declared but not used [XDeclaredButNotUsed]
yaml/private/lex.nim(244, 63) Hint: 'YamlLexerError' is declared but not used [XDeclaredButNotUsed]
yaml/private/lex.nim(245, 61) Hint: 'YamlLexerError' is declared but not used [XDeclaredButNotUsed]
yaml/private/lex.nim(253, 69) Hint: 'YamlLexerError' is declared but not used [XDeclaredButNotUsed]
yaml/private/lex.nim(254, 64) Hint: 'YamlLexerError' is declared but not used [XDeclaredButNotUsed]
yaml/private/lex.nim(255, 64) Hint: 'YamlLexerError' is declared but not used [XDeclaredButNotUsed]
yaml/private/lex.nim(247, 51) Hint: 'YamlLexerError' is declared but not used [XDeclaredButNotUsed]
yaml/private/lex.nim(257, 48) Hint: 'YamlLexerError' is declared but not used [XDeclaredButNotUsed]
yaml/private/lex.nim(258, 47) Hint: 'YamlLexerError' is declared but not used [XDeclaredButNotUsed]
yaml/private/lex.nim(248, 52) Hint: 'YamlLexerError' is declared but not used [XDeclaredButNotUsed]
yaml/private/lex.nim(1160, 9) template/generic instantiation from here
yaml/private/lex.nim(1142, 36) template/generic instantiation from here
yaml/private/lex.nim(1069, 11) Error: illegal capture 'peek'