Merged
Conversation
4c3139c to
c09b45e
Compare
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #330 +/- ##
==========================================
- Coverage 77.55% 74.11% -3.45%
==========================================
Files 41 43 +2
Lines 10435 10271 -164
Branches 10435 10271 -164
==========================================
- Hits 8093 7612 -481
- Misses 1180 1303 +123
- Partials 1162 1356 +194
🚀 New features to boost your workflow:
|
83ea2f7 to
39435b2
Compare
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
6abf778 to
39e5b96
Compare
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Previously, the RuntimeError included errors that were not used by the core and instead only by the checked linker. Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
The id method was a potential error source for some types, such as `Vec<StoredValue>`. This is because the user has full access to the inner `StoredValue`s and therefore it is not guaranteed anymore that all `StoredValue`s use the same `StoreId`. The solution is to remove the id method and instead require implementors to implement the `try_unwrap_into_bare` method themselves. Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
39e5b96 to
d298aca
Compare
cemonem
approved these changes
Mar 18, 2026
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.
Checks
nix fmtnix flake check '.?submodules=1'cargo fmtcargo testcargo checkcargo buildcargo doc