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

Use slices of native strings to pass parameter paths into Rust #45

Merged
merged 1 commit into from Oct 27, 2018

Conversation

str4d
Copy link
Contributor

@str4d str4d commented Oct 27, 2018

On Windows, the slices are [u16] representing UTF-16. On all other
platforms, the slices are [u8] in the native filesystem encoding.

Closes #44.

On Windows, the slices are [u16] representing UTF-16. On all other
platforms, the slices are [u8] in the native filesystem encoding.

Closes zcash#44.
@ebfull
Copy link
Collaborator

ebfull commented Oct 27, 2018

ACK, feel free to merge upon next ACK.

@mdr0id mdr0id self-requested a review October 27, 2018 04:28
Copy link
Contributor

@mdr0id mdr0id left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested ACK

@ebfull ebfull merged commit 06da3b9 into zcash:master Oct 27, 2018
@str4d str4d deleted the 44-params-path-encoding branch October 27, 2018 06:20
Copy link
Contributor

@daira daira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Post-hoc utACK.

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