Community
Participate
Working Groups
it should be possible to sending data by reference as well as by value. Currently only sending data ba value is possible.
As a prerequisite added a 'ref' keyword to the grammar. TypedID: name=ID ':' type=Type; FreeTypedID: name=ID ':' type=FreeType; BasicType: Type | FreeType; Type: prim=PrimitiveType | (type=[DataClass|FQN] (ref?='ref')?); FreeType: prim=PrimitiveType | (type=ID (ref?='ref')?); Now the generator has to pick this up for the sending of messages.
fixed with c4eb9a4e52a13544539eaaaa3dac78f81d71fc94
added milestone
closing bugs contained in M2