Skip to content

Fix issue where limits used inside struct/record doesn't work#62

Merged
cogu merged 3 commits into
masterfrom
bugfix/array-in-struct
May 6, 2026
Merged

Fix issue where limits used inside struct/record doesn't work#62
cogu merged 3 commits into
masterfrom
bugfix/array-in-struct

Conversation

@cogu

@cogu cogu commented May 6, 2026

Copy link
Copy Markdown
Owner

Refactor the virtual machine to accommodate a new RECORD_END operation.

The previous implementation could not handle record definitions containing limit checks on one of its record fields.

Example struct definition that did not work:

T"RecordType"{"First"C(0,7)"Second"C[4]}

cogu added 3 commits May 6, 2026 15:36
Fixes an issue where using a limit check inside a record definitions was not working properly
Add capability to set alpha/beta version number
@cogu
cogu merged commit 03cb051 into master May 6, 2026
1 check passed
@cogu
cogu deleted the bugfix/array-in-struct branch May 6, 2026 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant