Ian Duke
c9d468493c
Issue #206 : create issue templates
7 years ago
ashley williams
f4643abd43
Merge pull request #239 from rustwasm/docs
...
Docs
7 years ago
ashley williams
969797c0ca
Merge pull request #243 from fitzgen/running-in-non-crate-dir
...
Running in non crate dir
7 years ago
Nick Fitzgerald
a32b03d7a1
rustfmt: Re run `cargo fmt` for new nightly
7 years ago
Nick Fitzgerald
7fff2b6a15
Better error message when running wasm-pack in a non-crate directory
7 years ago
Nick Fitzgerald
ed35e497c7
Propagate missing `Cargo.toml` errors instead of unwrapping them
...
This allows them to be reported to the user, rather than panic and dump a
human-error failure.
Fixes #242
7 years ago
Nick Fitzgerald
e2e3e49f50
test: Add a failing test case for #242
7 years ago
Ashley Williams
23febb86fb
feat(book): deploy to gh-pages
7 years ago
Ashley Williams
1489623d22
feat(tests): test that the book builds
7 years ago
Ashley Williams
4b1e684ffc
feat(book): rework book
7 years ago
Ashley Williams
bf39e3ed80
feat(doc): move book over
7 years ago
Ashley Williams
87d1b70593
fix(style): appease cargo fmt
7 years ago
Ashley Williams
ce58116f3e
fix(readme): only list init docs once
7 years ago
ashley williams
883cae220c
Merge pull request #216 from csmoe/build
...
Split init into init and build
7 years ago
ashley williams
3bccad94ea
Merge branch 'master' into build
7 years ago
ashley williams
425aefb249
Merge pull request #231 from csmoe/utils
...
Split utils into submods
7 years ago
csmoe
15fdec2c0b
Split fixture, rename readme to file
7 years ago
ashley williams
7bad3e9b31
Merge pull request #232 from xtuc/patch-1
...
greenkeeper is not a bundler
7 years ago
ashley williams
c633cdeafb
Merge pull request #230 from yuval-k/patch-1
...
fix broken link
7 years ago
Sven Sauleau
a0b26b2688
docs: update README
7 years ago
csmoe
bd3b5177a9
Split utils into submods
7 years ago
Yuval Kohavi
2d9eb1d9ac
fix broken link
7 years ago
csmoe
022b787a2f
cmd(init/build): deprecate init
7 years ago
csmoe
ddab496f51
cmd(init/build): rebase
7 years ago
csmoe
d0ac2fa3cd
cmd(init/build): update docs
7 years ago
csmoe
0a616624aa
cmd(init/build): cargo clippy
7 years ago
csmoe
edbd6f4118
cmd(init/build): cargo fmt
7 years ago
csmoe
7cbfc2e893
cmd(init/build): split init and build
7 years ago
ashley williams
56f18964f9
Merge pull request #211 from fitzgen/copy-fixtures-to-temp-dir
...
Copy fixtures to temp dir
7 years ago
Nick Fitzgerald
abfe66c180
Assert preconditions for README copying in `readme::copy_from_crate`
...
The implementation relies on the crate directory existing, and the `pkg`
directory in the crate directory existing as well.
7 years ago
Nick Fitzgerald
61f1abbc58
tests: add extended logging and assertions to readme tests
7 years ago
Nick Fitzgerald
50eaa8c04d
tests: Use the `tempfile` crate instead of the deprecated `tempdir`
...
The `tempdir` crate is deprecated and its functionality has been folded into the
`tempfile` crate.
7 years ago
Nick Fitzgerald
8f8760f83d
Revert "CI: Temporarily run tests with only one thread"
...
This reverts commit 24c0ca7d42
.
That commit is no longer necessary after 10ed46d.
7 years ago
Nick Fitzgerald
ccd8edbae1
tests: Copy fixtures into unique temporary directories
...
If a test is going to do a potentially destructive operation, instead of
mutating shared fixtures, it should copy the fixture to its own unique directory
and then mutate that copy (doesn't this sound like Rust's borrowing and
ownership rules?! ^.^)
7 years ago
ashley williams
cd572f9ee8
Merge pull request #228 from rustwasm/0.4.2
...
v0.4.2
7 years ago
Ashley Williams
60f56ae9b3
v0.4.2
7 years ago
ashley williams
d68cb3b95c
Merge pull request #226 from rustwasm/and-then-there-was-one-feature-flag
...
And then there was one feature flag
7 years ago
Ashley Williams
ef82d66cb2
fix(tests): remove (now)unecessary feature flags
7 years ago
Ashley Williams
c7607e6d56
fix(readme): remove uneeded feature flag
7 years ago
ashley williams
05e4743c22
Merge pull request #224 from rustwasm/fix-depcheck
...
fix(depcheck): don't fail on dep map
7 years ago
Ashley Williams
5def20ff72
fix(depcheck): check for simple and detailed dep reps
7 years ago
Ashley Williams
58eaed1550
fix(depcheck): add failing test to repro bug
7 years ago
ashley williams
dd30b8849b
Merge pull request #222 from rustwasm/bingen-breakage-fix
...
fix(tests): udpate fixtures for new rust feature flags
7 years ago
Ashley Williams
2305bdab4a
fix(readme): update readme with new features decl
7 years ago
Ashley Williams
20d7526a90
fix(tests): udpate fixtures for new rust feature flags
7 years ago
ashley williams
42b8fec13d
Merge pull request #220 from Mackiovello/issue/213
...
Use PathBuf instead of String to handle paths
7 years ago
ashley williams
cc4016aac2
Merge pull request #218 from rustwasm/fix-typo
...
fix(typo): s/pgk/pkg
7 years ago
Mackiovello
37fb0bc07e
Consistently use pretty-print
7 years ago
Mackiovello
017d241b86
Remove extra quotation mark
7 years ago
Mackiovello
1067f215be
Use PathBuf instead of String to handle paths
...
For #213
7 years ago