Hello,
running version syson:v2026.7.0
I imported the following textual model and exported it again.
https://github.com/sinelabore/examples/blob/master/SysML_V2_TextualNotation/traffic_light_system/tl.sysml
After the export I noticed the following issues:
- first X then; — semicolon on the wrong side
- Spurious transition keyword on entry successions. entry; then PreOperational; became entry ; transition then PreOperational;
- Silent data loss — assign operands dropped.
- Silent data loss — if block destroyed. checkServiceCounter went from a guarded assignment to a dangling expression next to a nested anonymous action; first start and both assign operands are gone
- Missing ; after send TMCEvent::evServiceNeeded via servicePort
Peter
Hello,
running version syson:v2026.7.0
I imported the following textual model and exported it again.
https://github.com/sinelabore/examples/blob/master/SysML_V2_TextualNotation/traffic_light_system/tl.sysml
After the export I noticed the following issues:
Peter