Skip to content

Fixes #184 #185

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 7, 2020
Merged

Fixes #184 #185

merged 1 commit into from
May 7, 2020

Conversation

smaillet
Copy link
Member

@smaillet smaillet commented May 7, 2020

Corrected behavior and documentation for overloads of Context.CreateStructType to allow creating empty sized structures (Anonymous or named) This is technically a breaking change so the release notes are updated to reflect that. Though the expectation is that there isn't anything depending on the current and odd behavior (effectively declaring packed but not providing any members for the body is a contradiction and should not have been allowed to create a forward reference, especially since a simpler single param overload was already available)

Corrected behavior and documentation for overloads of Context.CreateStructType to allow creating empty sized structures (Anonymous or named) This is technically a breaking change so the release notes are updated to reflect that. Though the expectation is that there isn't anything depending on the current and odd behavior (effectively declaring packed but not providing any members for the body is a contradiction and should not have been allowed to create a forward reference, especially since a simpler single param overload was already available)
@smaillet smaillet linked an issue May 7, 2020 that may be closed by this pull request
@smaillet smaillet merged commit a3193da into UbiquityDotNET:develop May 7, 2020
@smaillet smaillet deleted the MoreUnitTests2 branch May 7, 2020 23:56
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.

Representation of 0-tuples
1 participant