Skip to content

refactor(gnovm): inline make varg type enforcement, remove isBuiltinMake flag#3

Merged
ltzmaxwell merged 1 commit intoltzmaxwell:fix/maxwell/enforce_varg_typefrom
thehowl:dev/morgan/make-varg-type
Mar 31, 2026
Merged

refactor(gnovm): inline make varg type enforcement, remove isBuiltinMake flag#3
ltzmaxwell merged 1 commit intoltzmaxwell:fix/maxwell/enforce_varg_typefrom
thehowl:dev/morgan/make-varg-type

Conversation

@thehowl
Copy link
Copy Markdown

@thehowl thehowl commented Mar 30, 2026

Move the int-type enforcement for make's variadic size arguments directly into the case "make": special-case block, eliminating the need for the isBuiltinMake boolean that coupled the ENTER and LEAVE phases.

…ake flag

Move the int-type enforcement for make's variadic size arguments directly
into the `case "make":` special-case block, eliminating the need for the
`isBuiltinMake` boolean that coupled the ENTER and LEAVE phases.
@ltzmaxwell ltzmaxwell merged commit 57449ea into ltzmaxwell:fix/maxwell/enforce_varg_type Mar 31, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants