Skip to content

Fix typo in test function name for copying the README#412

Merged
fitzgen merged 1 commit into
wasm-bindgen:masterfrom
mstallmo:typo-fix
Oct 23, 2018
Merged

Fix typo in test function name for copying the README#412
fitzgen merged 1 commit into
wasm-bindgen:masterfrom
mstallmo:typo-fix

Conversation

@mstallmo
Copy link
Copy Markdown
Contributor

I found this while working on #411, just a small typo in the test file for copying the README. I figured it would be better to make a separate PR for this instead of including it in 411 since it was unrelated to the rest of the implementation of that feature.

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
Copy Markdown
Contributor

@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.

Thanks!

@fitzgen fitzgen added this to the 0.6.0 milestone Oct 23, 2018
@fitzgen fitzgen merged commit d689c50 into wasm-bindgen:master Oct 23, 2018
@mstallmo mstallmo deleted the typo-fix branch October 24, 2018 17:33
xmclark added a commit to xmclark/wasm-pack that referenced this pull request Oct 29, 2018
Change to INFO when alerting users about missing fields in Cargo.toml

Combine filed missing messages into one INFO line

Fix bad formating

Merge pull request wasm-bindgen#394 from mstallmo/master

Change to INFO when alerting users about missing fields Cargo.toml
child: Always print everything to our output

Also don't buffer the child's stdout and stderr.

error: Add stdout to the `Error::Cli` variant

refactor: Return failure::Error instead of wasm_pack::error::Error

refactor: Import self and use full module path for failure

Use full module path for failure to be consistent since
it's used like that in other modules.

refactor: Return failure::Error instead of wasm_pack::error::Error

chore: Run rustfmt

chore: Run rustfmt

Merge pull request wasm-bindgen#392 from fitzgen/child-process-and-output-management

Child process and output management
Merge pull request wasm-bindgen#401 from drager/return-failure-error

Return `Result<T, failure::Error>` instead of `Result<T, wasm_pack::error::Error>`
v0.5.1

Merge pull request wasm-bindgen#404 from rustwasm/0.5.1

v0.5.1
feat(website): bump vers

Merge pull request wasm-bindgen#405 from rustwasm/website-update

feat(website): bump vers
test(command/build): add a test for build command

useing local wasm-bindgen

Fix typo in test function name for copying the README

bugfix(bindgen-target-dir): use PathBuf to join

the old code are hard coded path with "/", which may cause error
on windows, thus changing to use PathBuf.join.

fixing wasm-bindgen#414

change for cargo_metadata

Merge branch 'master' into test-build-for-example
Merge pull request wasm-bindgen#408 from huangjj27/test-build-for-example

test(command/build): add a test for build command
Merge pull request wasm-bindgen#412 from mstallmo/typo-fix

Fix typo in test function name for copying the README
Merge branch 'master' into fix-canonical-paths-on-windows
this change is not related to this PR


use absolutize


remove unused use


cargo fmt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants