@dom96's comments: remove bountysource, revert configurator change.

This commit is contained in:
Daniil Yarancev
2017-10-14 16:03:50 +03:00
parent e29e6ec76e
commit d2457c7979
3 changed files with 1 additions and 142 deletions

View File

@@ -47,7 +47,7 @@ proc createLoadProc(typeName: NimIdent, identDefs: seq[NimNode]): NimNode =
`cfgIdent`.`fieldNameIdent` = `objIdent`[`fieldName`].getStr
of "int":
body.add quote do:
`cfgIdent`.`fieldNameIdent` = `objIdent`[`fieldName`].getInt().int
`cfgIdent`.`fieldNameIdent` = `objIdent`[`fieldName`].getNum().int
else:
doAssert(false, "Not Implemented")