-
Notifications
You must be signed in to change notification settings - Fork 110
BE-272: HashQL: Add numeric addition and subtraction operators to MIR #8250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
indietyp
wants to merge
3
commits into
bm/be-257-hashql-implement-interpreter
Choose a base branch
from
bm/be-272-hashql-implement-and-inside-the-mir
base: bm/be-257-hashql-implement-interpreter
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
BE-272: HashQL: Add numeric addition and subtraction operators to MIR #8250
indietyp
wants to merge
3
commits into
bm/be-257-hashql-implement-interpreter
from
bm/be-272-hashql-implement-and-inside-the-mir
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PR SummaryAdds arithmetic to MIR and aligns types/builders for broader numeric support.
Written by Cursor Bugbot for commit a6d5b81. This will update automatically on new commits. Configure here. |
This was referenced Jan 10, 2026
Merged
Member
Author
This was referenced Jan 10, 2026
6612cd1 to
d999354
Compare
3fcddd3 to
96a6837
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
d999354 to
ca727c1
Compare
051b87a to
4a4305b
Compare
ca727c1 to
37f0a1a
Compare
4a4305b to
28ae173
Compare
37f0a1a to
b84adb7
Compare
28ae173 to
abb2e49
Compare
b84adb7 to
2e2c7ef
Compare
TimDiekmann
approved these changes
Jan 17, 2026
abb2e49 to
e304b49
Compare
2e2c7ef to
a6d5b81
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/infra
Relates to version control, CI, CD or IaC (area)
area/libs
Relates to first-party libraries/crates/packages (area)
area/tests
New or updated tests
type/eng > backend
Owned by the @backend team
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

🌟 What is the purpose of this PR?
Add support for addition and subtraction operations in HashQL MIR
🔍 What does this change?
AddandSubbinary operations to the MIRNumtypeInttype fromconstantmodule tointerpret/valuemodule for better organization🛡 What tests cover this?
Pre-Merge Checklist 🚀
🚢 Has this modified a publishable library?
This PR:
📜 Does this require a change to the docs?
The changes in this PR:
🕸️ Does this require a change to the Turbo Graph?
The changes in this PR: