-
Notifications
You must be signed in to change notification settings - Fork 248
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
[query] Remove persistedIr
from Backend
interface
#14692
Merged
Merged
Conversation
This file contains 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
This was referenced Sep 18, 2024
This was referenced Sep 18, 2024
ea72e96
to
d86b932
Compare
a47ef8b
to
1530549
Compare
40cfdd1
to
8ac34e8
Compare
This was referenced Sep 20, 2024
1530549
to
d3a662f
Compare
8ac34e8
to
956e751
Compare
d3a662f
to
f00e349
Compare
956e751
to
c07ff10
Compare
f00e349
to
532bd55
Compare
c07ff10
to
e7782e2
Compare
532bd55
to
324bae5
Compare
e7782e2
to
7969e05
Compare
324bae5
to
7e738cc
Compare
7969e05
to
1142a0d
Compare
7e738cc
to
8fd036a
Compare
1142a0d
to
cf4fa39
Compare
1 task
8fd036a
to
a3aae4a
Compare
cf4fa39
to
12b4b5a
Compare
c86812f
to
23be511
Compare
f8830d3
to
0ab8b01
Compare
23be511
to
5654839
Compare
0ab8b01
to
9d5cf6c
Compare
5654839
to
2956a6b
Compare
9d5cf6c
to
dde4ab0
Compare
2956a6b
to
d970a8b
Compare
dde4ab0
to
071d613
Compare
d970a8b
to
0a3e70c
Compare
071d613
to
ea9666d
Compare
0a3e70c
to
d0d4917
Compare
ea9666d
to
7d6b30f
Compare
d0d4917
to
ee399d1
Compare
7d6b30f
to
bd3988a
Compare
ee399d1
to
d56d118
Compare
bd3988a
to
9397c47
Compare
d56d118
to
be3e8f8
Compare
9397c47
to
aaf021a
Compare
d8a765e
to
fe61d6d
Compare
chrisvittal
approved these changes
Feb 20, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems much simpler. Thanks!
fe61d6d
to
2c24fd9
Compare
patrick-schultz
approved these changes
Feb 28, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice simplification, make perfect sense!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This change factors the choice of ir caching strategy out of the
Backend
by exposing the persisted IR cache via theExecuteContext
. As a consequence, theIRParserEnvironment
just becomes anExecuteContext
.This change has low security impact.