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

Unsigned types behavior #96

Merged
merged 2 commits into from
Aug 6, 2015
Merged

Unsigned types behavior #96

merged 2 commits into from
Aug 6, 2015

Conversation

awalter17
Copy link
Contributor

Hello! These changes implement the masking behavior for the variable constructors in UnsignedByteType, UnsignedIntType, and UnsignedShortType as discussed in issue #95. The changes also include the corresponding regression tests for the masking behavior.

Please let me know your thoughts on these changes, and thank you in advance for any feedback!

@axtimwalde
Copy link
Member

Thanks @awalter17 ! I like it for being more consistent. It has a potentially big impact though on existing code and I would therefore like to hear the opinions of @tpietzsch @StephanPreibisch @tinevez .

@tinevez
Copy link
Contributor

tinevez commented Jul 27, 2015

Hi all.
After a quick review, I could not find a conflicting behavior in my code.

@ctrueden
Copy link
Member

Thanks for the feedback, @tinevez! I spoke with @axtimwalde and @tpietzsch yesterday as well, and they agree that this is a good change. So I'll bug @tpietzsch today to merge it. 😄

ctrueden added a commit that referenced this pull request Aug 6, 2015
@ctrueden ctrueden merged commit deb2721 into master Aug 6, 2015
@ctrueden ctrueden deleted the UnsignedTypesBehavior branch August 6, 2015 20:55
@ctrueden
Copy link
Member

ctrueden commented Aug 6, 2015

Thanks @awalter17 !

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

4 participants