Replies: 1 comment
-
Changelog
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dual-mode execution parity is the focus of this release: the interpreter and compiled binary now behave identically across a wide range of features.
StateTransitionhandlers fire correctly in compiled binaries via a newaro_runtime_register_state_transition_handlerbridge.NotificationSenthandler registration was implemented for binary mode so theNotifyaction works end-to-end in compiled programs. WebSocket events, file events, socket events, KeyPress events, and schedule timer events all co-publishDomainEvents so binary-mode handlers receive them. Integer division was aligned between modes (Int/Int now always returns an integer floor).RangeLoopcodegen and query defaults were fixed in the compiler.VerbSetswere extracted into a shared module to eliminate duplication between the interpreter and C runtime bridge. Single-quoted strings inside${}string interpolation are now supported (Issue #126). 81 of 85 examples now pass in both interpreter and binary mode.Beta Was this translation helpful? Give feedback.
All reactions