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

Refactor unsigned integer types #315

Merged
merged 4 commits into from
Apr 13, 2021
Merged

Refactor unsigned integer types #315

merged 4 commits into from
Apr 13, 2021

Conversation

kanav99
Copy link
Contributor

@kanav99 kanav99 commented Apr 5, 2021

I am still unsure about the implications in the cross-platform scenario. According to me, there should be no problem as the encryption function calls and types are unchanged, so the output should not be different for any architecture. But @dirvine says that there are special ramifications we need to be sure of. But I went ahead and changed everything to usize and see what happens. If there are certain issues, we can specifically cast them there. But overall, the code looks much more cleaner with no explicit type casts everywhere.

@kanav99 kanav99 requested a review from a team as a code owner April 5, 2021 15:05
@kanav99 kanav99 mentioned this pull request Apr 13, 2021
@lionel-faber
Copy link
Contributor

The changes look good @kanav99
Nice one! There's one more thing that's needed in this PR. Could you please add BREAKING CHANGE to any of the commit messages. So the message would be like:

refactor(module): what was done:

BREAKING CHANGE: what the breaking change is

@kanav99
Copy link
Contributor Author

kanav99 commented Apr 13, 2021

Yes, the second commit has these breaking tag!

@lionel-faber
Copy link
Contributor

Ah nice one! Sorry I didn't notice it

@lionel-faber lionel-faber merged commit c6e5ca1 into maidsafe:master Apr 13, 2021
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