mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-24 00:05:25 +00:00
bugfixes: macros; splitFile; strutils.split; iterator.method
This commit is contained in:
@@ -247,6 +247,7 @@
|
||||
'StrToIdent',
|
||||
'IdentToStr',
|
||||
'EqIdent',
|
||||
'EqNimrodNode',
|
||||
'NHint',
|
||||
'NWarning',
|
||||
'NError'
|
||||
|
||||
@@ -201,7 +201,7 @@
|
||||
{'errXNeedsReturnType': '$1 needs a return type'},
|
||||
{'errInvalidCommandX': "invalid command: '$1'"},
|
||||
{'errXOnlyAtModuleScope': "'$1' is only allowed at top level"},
|
||||
{'errTemplateInstantiationTooNested': 'template instantiation too nested'},
|
||||
{'errTemplateInstantiationTooNested': 'template/macro instantiation too nested'},
|
||||
{'errInstantiationFrom': 'instantiation from here'},
|
||||
{'errInvalidIndexValueForTuple': 'invalid index value for tuple subscript'},
|
||||
{'errCommandExpectsFilename': 'command expects a filename argument'},
|
||||
|
||||
Reference in New Issue
Block a user