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 PathBuf instead of String to handle paths #220

Merged
merged 3 commits into from
Jul 23, 2018

Conversation

Mackiovello
Copy link
Contributor

@Mackiovello Mackiovello commented Jul 19, 2018

I think this is it. I want to take another look tomorrow to validate that I didn't miss something.

Fixes #213

Make sure these boxes are checked! 📦✅

  • You have the latest version of rustfmt installed and have your
    cloned directory set to nightly
$ rustup override set nightly
$ rustup component add rustfmt-preview --toolchain nightly
  • You ran rustfmt on the code base before submitting
  • You reference which issue is being closed in the PR text

✨✨ 😄 Thanks so much for contributing to wasm-pack! 😄 ✨✨

Copy link
Member

@fitzgen fitzgen left a comment

Choose a reason for hiding this comment

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

This looks super good to me!

@fitzgen
Copy link
Member

fitzgen commented Jul 19, 2018

This is going to conflict with #211 so one of us will have to rebase depending on which gets merged first.

@Mackiovello
Copy link
Contributor Author

@fitzgen thank you! I don't have the rights to merge. Do you?

@Mackiovello Mackiovello changed the title [WIP] Use PathBuf instead of String to handle paths Use PathBuf instead of String to handle paths Jul 20, 2018
@ashleygwilliams ashleygwilliams added this to the 0.5.0 milestone Jul 23, 2018
@ashleygwilliams ashleygwilliams merged commit 42b8fec into rustwasm:master Jul 23, 2018
@ashleygwilliams ashleygwilliams mentioned this pull request Jul 23, 2018
3 tasks
@Mackiovello Mackiovello deleted the issue/213 branch July 23, 2018 12:05
@data-pup data-pup mentioned this pull request Jul 24, 2018
3 tasks
@ashleygwilliams ashleygwilliams modified the milestones: 0.5.0, 0.4.2 Jul 25, 2018
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.

use std::path::Path[Buf] and join for paths
3 participants