Skip to content

typechecker: Improve const casting for builtins#810

Merged
flofriday merged 1 commit intomasterfrom
feature/improve-typechecking-for-builtins
Mar 13, 2026
Merged

typechecker: Improve const casting for builtins#810
flofriday merged 1 commit intomasterfrom
feature/improve-typechecking-for-builtins

Conversation

@flofriday
Copy link
Contributor

Closes: #787

@github-actions github-actions bot added enhancement New feature or request frontend This is frontend related labels Mar 12, 2026
@flofriday flofriday force-pushed the feature/improve-typechecking-for-builtins branch 2 times, most recently from 73bb563 to 3528356 Compare March 12, 2026 15:48
@flofriday flofriday requested a review from Jozott00 March 12, 2026 18:26
Copy link
Contributor

@benjaminkasper99 benjaminkasper99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Constants work as expected now, but there is one issue I described below.

@flofriday flofriday force-pushed the feature/improve-typechecking-for-builtins branch from 3528356 to affc877 Compare March 13, 2026 14:49
@flofriday flofriday force-pushed the feature/improve-typechecking-for-builtins branch from affc877 to 12fec13 Compare March 13, 2026 14:49
@flofriday flofriday enabled auto-merge March 13, 2026 15:27
@flofriday flofriday merged commit dd19107 into master Mar 13, 2026
7 checks passed
@flofriday flofriday deleted the feature/improve-typechecking-for-builtins branch March 13, 2026 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request frontend This is frontend related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

typechecker: Error when passing numeric constants as arguments to AsmBuiltins

3 participants