-
Notifications
You must be signed in to change notification settings - Fork 323
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
Fixes to Persistance #10101
Merged
mergify
merged 27 commits into
develop
from
wip/radeusgd/cycles-in-persistance-followup
Jun 10, 2024
Merged
Fixes to Persistance #10101
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
d08f80a
add test for storing NULL reference
radeusgd caf213a
fix storing NULL references
radeusgd 4a7e358
add test for serializing a deserialized loop (it used to be failing)
radeusgd b867051
try fixing by making the writer aware of the inner type of the Reference
radeusgd 86a08a4
simplify supertype search
radeusgd db4ec13
Revert "try fixing by making the writer aware of the inner type of th…
radeusgd 6600f60
store Persistance Ids next to references
radeusgd d073c3d
add debug info
radeusgd 63f4e8a
enable asserts in persistance tests
radeusgd 4c7e444
fix sizes after protocol update
radeusgd fb3f6ce
rename for clarity
radeusgd 8376869
introduce InlineReference
radeusgd 3d9bd75
better error message
radeusgd 57d98bf
move java List persistance to IrPersistance
radeusgd ca1fd9d
count InlineReferences instead of Sequences
radeusgd 6d68b8a
update test
radeusgd 12e7cf3
ensure persistance of List and Seq is aligned
radeusgd 65adea6
cleanup after cherry pick
radeusgd f50063b
update count at the right moment
radeusgd e74d7ea
cleanup
radeusgd 1de43b1
null
radeusgd 1a2b251
Avoid storing unnecessary integer for NULL references, make the code …
radeusgd f0e9ffa
Merge branch 'refs/heads/develop' into wip/radeusgd/cycles-in-persist…
radeusgd 3f8e144
Exposing just a single Persistance.Reference abstraction (#10117)
JaroslavTulach 86adcfb
Merge branch 'refs/heads/develop' into wip/radeusgd/cycles-in-persist…
radeusgd f239249
add missing persistance module to language-server tests
radeusgd 38b21c4
Merge branch 'refs/heads/develop' into wip/radeusgd/cycles-in-persist…
radeusgd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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 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 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Thank you.