Jesper Håkansson
899f5e0ffc
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.
7 years ago
Jesper Håkansson
e9e0fb3cba
refactor: Return failure::Error instead of wasm_pack::error::Error
7 years ago
Nick Fitzgerald
e9276e0aab
error: Add stdout to the `Error::Cli` variant
7 years ago
Nick Fitzgerald
1621d18072
child: Always print everything to our output
...
Also don't buffer the child's stdout and stderr.
7 years ago
ashley williams
921b7240ae
Merge pull request #394 from mstallmo/master
...
Change to INFO when alerting users about missing fields Cargo.toml
7 years ago
Mason Stallmo
78117ef4a1
Fix bad formating
7 years ago
Mason Stallmo
b82fa7db65
Combine filed missing messages into one INFO line
7 years ago
Mason Stallmo
e47af81f8f
Change to INFO when alerting users about missing fields in Cargo.toml
7 years ago
Nick Fitzgerald
2fa961d97d
Use `child::run` for spawning child processes everywhere
7 years ago
Nick Fitzgerald
4fd08dcbd2
test: Add a utility for creating null loggers for tests
7 years ago
Nick Fitzgerald
6e8e8a6cb2
Create a module for running child processes
7 years ago
Nick Fitzgerald
210bf075be
Merge pull request #387 from konstin/exit_status
...
Add exit_status to cli error to fix #291
7 years ago
konstin
514e5c6032
Add exit_status to cli error to fix #291
7 years ago
ashley williams
05151ead6d
Merge pull request #383 from alexcrichton/remove-nightly
...
Remove lingering forced nightly usages
7 years ago
Alex Crichton
17b385060f
Remove lingering forced nightly usages
...
These look to have been removed elsewhere, so seem to be left in by
mistake!
7 years ago
ashley williams
2b97d8fbb1
Merge pull request #381 from fitzgen/cargo-fmt
...
cargo fmt
7 years ago
Nick Fitzgerald
e1c8ca825d
cargo fmt
7 years ago
Alex Crichton
8e6cc1fc21
Merge pull request #378 from fitzgen/test-crate-suggestion
...
test: fix crate dependency suggestion
7 years ago
Nick Fitzgerald
15defe9038
test: fix crate dependency suggestion
...
Fixes #377
7 years ago
Nick Fitzgerald
e188a19aa8
Merge pull request #376 from fitzgen/fix-docs-links
...
docs: Fix prerequisite subsection links
7 years ago
Nick Fitzgerald
94c1f0a200
docs: Fix prerequisite subsection links
7 years ago
ashley williams
9b4aef8712
Merge pull request #375 from goto-bus-stop/patch-1
...
fix(changelog): fix some typos
7 years ago
Renée Kooi
b2a63799f9
fix(changelog): fix some typos
...
some minor fixes for copy-pastability of the cli flags!
7 years ago
ashley williams
d4144d3019
Merge pull request #372 from guywald1/docs-manual-setup-close-quotes
...
[docs] Close quotes in cargo.toml example in manual setup
7 years ago
Guy Waldman
04298d633e
Close quotes in cargo.toml
7 years ago
ashley williams
b6d58402e5
Merge pull request #371 from rustwasm/website
...
feat(website): bump installer version
7 years ago
Ashley Williams
b08af8607a
feat(website): bump installer version
7 years ago
ashley williams
dedf852c76
Merge pull request #369 from alexcrichton/fix-installer
...
Fixup installer generation
7 years ago
ashley williams
d80e6e4852
Merge pull request #316 from rustwasm/0.5.0
...
v0.5.0
7 years ago
Alex Crichton
84b1a769ca
Fixup installer generation
...
The installer pages need to be postprocessed a bit to have the latest
version on them, so this updates them to ensure that we're shipping the
postprocessed version at `/installer` instead of the raw versions
7 years ago
Ashley Williams
80ac5b3509
v0.5.0
7 years ago
ashley williams
6ed5b00f5b
Merge pull request #367 from rustwasm/i-hope-u-know-what-ur-doing
...
feat(buildmode): allow --mode force to skip rustc check
7 years ago
Ashley Williams
66ffe1df96
fix(style): appease cargo fmt
7 years ago
Ashley Williams
d3f8264ef7
feat(buildmode): allow --mode force to skip rustc check
7 years ago
ashley williams
d5d3358ff3
Merge pull request #353 from rustwasm/rustc-version-check
...
feat(build): add rustc check
7 years ago
Ashley Williams
0c696e2289
fix(build): make rustc error msg a little better
7 years ago
Ashley Williams
edd7308221
fix(build): rustc check works now
7 years ago
Ashley Williams
631037197f
fix(build): rustc check emoji and fix
7 years ago
Ashley Williams
9d35377cd3
fix(build): fix and improve rustc check err msgs
7 years ago
Ashley Williams
f45322c76b
chore(deps): cargo update
7 years ago
Ashley Williams
183704f153
doc(rustc): add rustc version req to readme
7 years ago
Ashley Williams
c0acb99e58
feat(build): remove all mention of nightly
7 years ago
Ashley Williams
b28d2850a7
feat(build): add rustc check
7 years ago
ashley williams
69982de8cc
Merge pull request #365 from rustwasm/fitzgen-lockfile-bindgen-version
...
Fitzgen lockfile bindgen version
7 years ago
Ashley Williams
3856db20b9
fix(style): appease cargo fmt
7 years ago
Alex Crichton
9b24dcb259
Execute `cargo metadata` at most once
...
This can be somewhat expensive, so make sure we don't have to chew
through too much!
7 years ago
Alex Crichton
3d1f528fc9
Make tests more future-proof with wasm-bindgen
...
This way when future wasm-bindgen version are published the tests will
continue working!
7 years ago
data-pup
dd87211323
feat(lockfiles): Use `Cargo.lock` to identify wasm-bindgen versions
...
This lets us leverage `cargo` for semver finding and then ensure that we get the
exact same version of the CLI that cargo selected. It also lets us support fuzzy
dependencies like "0.2" instead of exact dependencies like "0.2.21" again.
7 years ago
ashley williams
6f0a8b8ece
Merge pull request #359 from mstallmo/master
...
Add section on IDE config files to CONTRIBUTING.md
7 years ago
ashley williams
8bb71c5d85
Merge pull request #364 from rustwasm/really-fix-the-readme
...
fix(readme): make sure URLs work
7 years ago