Chris Masone
2cd6831598
Changes codegen.go to emit all code in a single Go package
...
Fixes #467
2015-10-23 16:42:54 -07:00
Erik Arvidsson
bcdba6f79e
Revert "Direct recursive struct"
2015-09-22 17:01:05 -04:00
Erik Arvidsson
a4a29fca7b
NomDL codegen: Disallow Defs when we get a recursive go struct
...
go does not allow recursive struct types
Issue #320
2015-09-22 16:53:58 -04:00
Erik Arvidsson
9e7fa76506
NomDL Codegen: Partial support for recursive types
...
When computing if a Map/Set key contains another Map/Set/List we need
to ensure that we are not hitting a recursive type or we hit an i-loop.
Partial fix for #320
2015-09-22 09:17:14 -04:00