Erik Arvidsson
698c21bc67
NomDL: Change type syntax to use <> instead of ()
...
Fixes #678
2015-12-02 12:30:00 -05:00
Erik Arvidsson
fe790b1043
NomDL Codegen: More recursive types issues
...
Issue #320
2015-09-24 16:52:23 -04: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