RecordFlux icon indicating copy to clipboard operation
RecordFlux copied to clipboard

Support nested expressions in state actions

Open treiher opened this issue 3 years ago • 0 comments

Nested expressions are rarely supported in state actions. A workaround for this limitation is the use of separate assignments for the nested expressions (e.g., T := M.F; F (T); instead of F (M.F);).

Examples

  • Function call as argument of a message aggregate
  • Message field access as argument of a message aggregate
  • #979
  • #1018
  • #1063

treiher avatar May 09 '22 16:05 treiher