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

Warn instead of error on signed numInGrp, check for minValue < 0 #617

Merged
merged 1 commit into from Nov 8, 2018

Conversation

kdkavanagh
Copy link

Relates to comment on #615. Allow signed numInGrp and validate that the minValue is > 0

@mjpt777
Copy link
Contributor

mjpt777 commented Nov 8, 2018

The type must be unsigned according to the specification.

@mjpt777 mjpt777 closed this Nov 8, 2018
@kdkavanagh
Copy link
Author

Is this materially different than #609? I don't see the harm in flagging it with a warning but still allowing it to overcome java's unsigned type limitation specifically - All code properly implementing the spec (i.e minValue) should handle this correctly.

@mjpt777 mjpt777 reopened this Nov 8, 2018
@mjpt777 mjpt777 merged commit 060aba8 into real-logic:master Nov 8, 2018
@kdkavanagh
Copy link
Author

Thanks!

@mjpt777
Copy link
Contributor

mjpt777 commented Nov 8, 2018

You made a good point :-)

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.

None yet

2 participants