Support expression evaluation for multiple libraries at once#1584
Merged
Support expression evaluation for multiple libraries at once#1584
Conversation
… namely, by initializing them in order and then evaluating their expressions in reverse order.
|
Formatting check succeeded! |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1584 +/- ##
============================================
+ Coverage 65.07% 65.27% +0.19%
- Complexity 1976 1977 +1
============================================
Files 499 503 +4
Lines 28828 29046 +218
Branches 5671 5686 +15
============================================
+ Hits 18761 18959 +198
- Misses 7743 7757 +14
- Partials 2324 2330 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…esulting in correct results. Ensure that when evaluating expressions that we pop the current library off the deque but not too soon, so the reverse order evaluation actually works. Add more TODOs.
…brary call. Fixed invalid error handling before. All tests pass.
…re that the new multi-library fails on library ID and CQL ID mismatches.
… libraries in LibraryManager. Ensure all tests pass.
…ersionless identifier searching.
…ht a series of bespoke combined result and error classes.
…l_multiple_keep_cache
…xpressions for each library in the multi-lib scenario. Start writing tests to ensure it all behaves as expected, for now only covering
…tiple deps. Add convenience methods to result class. Fix bug with partially cached multiple libs. Ensure we handle the non Cache.READ_WRITE case.
…ing more efficient.
…c collections everywhere.
…the multi-lib world.
…y workflow some more.
…e consistent, introducing a CompiledLibraryMultiResults class.
…iableList() whenever possible. Revert temp change with stubbed version.
…l_multiple_keep_cache
Capt-Mac
approved these changes
Aug 8, 2025
|
JPercival
approved these changes
Aug 11, 2025
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
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.



Uh oh!
There was an error while loading. Please reload this page.