Community
Participate
Working Groups
As reported by Hallvard Traetteberg here: http://www.eclipse.org/forums/index.php?t=msg&th=174430&start=0&S=b6dd16fc128b94bb3b504afe76d9fa2c A typo in the HUTN parser is preventing anonymous, contained objects from being recognised. The following code doesn't parse, because the contained Person has no identifier: Family { members: Person { name: "John" } } Related to this, examples in the HUTN specification use a further shorthand form, which Epsilon HUTN doesn't support: Family { members: Person; } and: Family { members: Person "John"; }
The parser has been changed to allow both anonymous, contained objects and the semi-colon terminated shorthand in the HUTN specification. Checked into SVN. Assigning to Dimitris for build integration, thanks!
Fixed in the latest interim version.
Fixed in 0.8.0.