Skip to content

Fix assertion failure in type-refining-gufa #7612

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

Merged
merged 1 commit into from
May 19, 2025
Merged

Conversation

tlively
Copy link
Member

@tlively tlively commented May 19, 2025

filterPackedDataReads had an assertion that the read field existed,
but it was possible for this to not be the case when the reference being
read from was null. Avoid the assertion failure by checking for this
case and filtering the read results to none because a read from null
will never return.

`filterPackedDataReads` had an assertion that the read field existed,
but it was possible for this to not be the case when the reference being
read from was null. Avoid the assertion failure by checking for this
case and filtering the read results to `none` because a read from null
will never return.
@tlively tlively requested a review from kripken May 19, 2025 22:28
@tlively tlively enabled auto-merge (squash) May 19, 2025 22:37
@tlively tlively merged commit 5d894fc into main May 19, 2025
15 checks passed
@tlively tlively deleted the gufa-null-data-read-fix branch May 19, 2025 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants