You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: Fixes the failing go runtime test suite which was missing the /v4 off the replace option on the go.mod file
Arrrgh!
Signed-off-by: Jim.Idle <[email protected]>
* present antlr before versioning (#4156)
Signed-off-by: Jim.Idle <[email protected]>
* fix: Prevent use of labels such as start= from generating code that clashes with builtin funcs (#4161)
Signed-off-by: Jim.Idle <[email protected]>
* fix: Cater for the fact that some test rules use start as a label or rule name
As a fix for other cvode gen errors when start, end, or exception are used as
label names, they are now translated to have a suffix of `_` at code gen time.
However, the runtime tests sometimes use start as a rule name and so we must now
cater for this in the tests.
Signed-off-by: Jim.Idle <[email protected]>
---------
Signed-off-by: Jim.Idle <[email protected]>
Co-authored-by: ericvergnaud <[email protected]>
0 commit comments