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

pre 0.2.0 nits #97

Merged
merged 4 commits into from Apr 23, 2018
Merged

pre 0.2.0 nits #97

merged 4 commits into from Apr 23, 2018

Conversation

ashleygwilliams
Copy link
Member

the last PR to clean everything up for 0.2.0

@ashleygwilliams ashleygwilliams added this to the 0.2.0 milestone Apr 19, 2018
@ashleygwilliams ashleygwilliams added the work in progress do not merge! label Apr 19, 2018
Copy link
Contributor

@mgattozzi mgattozzi 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 great! :D It'll be exciting to get this out after the changelog gets done as well

@@ -20,7 +20,7 @@ pub fn cargo_install_wasm_bindgen() -> Result<(), Error> {
if !output.status.success() {
let s = String::from_utf8_lossy(&output.stderr);
if s.contains("already exists") {
PBAR.one_off_message("wasm-bindgen already installed");
PBAR.info("wasm-bindgen already installed");
Copy link
Contributor

Choose a reason for hiding this comment

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

Much better name than what I originally put

@mgattozzi
Copy link
Contributor

Ah I just realized this is still a WIP my bad! I just got really excited about the release :D

@ashleygwilliams ashleygwilliams removed the work in progress do not merge! label Apr 23, 2018
@ashleygwilliams ashleygwilliams merged commit aaa7e77 into master Apr 23, 2018
@ashleygwilliams ashleygwilliams deleted the nits branch April 23, 2018 15:48
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