Skip to content
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

Support null versions in Since reflection #3286

Merged
merged 1 commit into from Jul 22, 2022
Merged

Support null versions in Since reflection #3286

merged 1 commit into from Jul 22, 2022

Conversation

mvriel
Copy link
Member

@mvriel mvriel commented Jul 22, 2022

The Since Reflection object may return a null value for the version
field. The Assembler however passed this without checking onto the
Descriptor, and the descriptor requires a string value, not null.

This change will ensure the app doesn't crash and I got to add a new
test that wasn't there before!

Fixes #3227

The Since Reflection object may return a null value for the version
field. The Assembler however passed this without checking onto the
Descriptor, and the descriptor requires a string value, not null.

This change will ensure the app doesn't crash and I got to add a new
test that wasn't there before!

Fixes #3227
@mvriel mvriel requested a review from jaapio July 22, 2022 15:15
@jaapio jaapio merged commit acda488 into master Jul 22, 2022
@mvriel mvriel deleted the fix/3227 branch July 22, 2022 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fatal error while generting documentation
2 participants