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
Ashley Williams
37cd63561d
fix(typo): s/pgk/pkg
7 years ago
ashley williams
e601e701a7
Merge pull request #198 from Mackiovello/issue/189
...
Improve UX for pack and publish path expectations
7 years ago
ashley williams
77fb9cd7ee
Merge pull request #215 from rustwasm/fix-appveyor-badge
...
fix(badge): fix appveyor
7 years ago
Ashley Williams
c3686a5b25
fix(tests): run a single therad on appveyor tests
7 years ago
Mackiovello
88fdbc5d39
Add documentation for pack and publish
7 years ago
Ashley Williams
718aa3101a
fix(badge): fix appveyor badge
7 years ago
Mackiovello
28d5bb5cab
Merge branch 'master' of https://github.com/rustwasm/wasm-pack into issue/189
7 years ago
ashley williams
031332821c
Merge pull request #207 from rustwasm/0.4.1
...
v0.4.1
7 years ago
Ashley Williams
b046dd6a34
v0.4.1
7 years ago
ashley williams
21c94b0340
Merge pull request #210 from rustwasm/fix-trav-badge
...
fix(readme): update ci badges to new org
7 years ago
Ashley Williams
18d707ccd0
fix(readme): update ci badges to new org
7 years ago
ashley williams
373708c145
Merge pull request #209 from fitzgen/quick-fix-for-concurrent-tests
...
CI: Temporarily run tests with only one thread
7 years ago
Nick Fitzgerald
24c0ca7d42
CI: Temporarily run tests with only one thread
...
Until we have proper synchronization for test fixtures.
7 years ago
ashley williams
1f60d7fcb5
Merge pull request #208 from fitzgen/deny-missing-docs
...
Deny missing documentation
7 years ago
Nick Fitzgerald
805b796cf9
Deny missing documentation
...
And add all the missing doc comments.
7 years ago
ashley williams
87b62aacae
Merge pull request #205 from rustwasm/mciantyre-master
...
fix files behavior on node, and generally remove redundancy in the files key
7 years ago
Ashley Williams
4d5c7b8b3a
fix(style): appease cargo fmt
7 years ago
Ashley Williams
180c2386ad
test(skip_types): check files key for pkgjsons that skip types
7 years ago
Ashley Williams
5004517bf0
fix(files): set files correctly for node and cleanup tests
7 years ago
Ian McIntyre
e4d7048c10
One more rustfmt run!
7 years ago
Ian McIntyre
8eb01dd4a3
Add additional asserts for JS main manifest files
7 years ago
Ian McIntyre
6061eb5595
Run rustfmt
7 years ago
Ian McIntyre
b04c3a8f53
Add additional asserts for package.json files
7 years ago
Ian McIntyre
e9b05b2181
Use sets to compare package.json files content
...
Order doesn't matter!
7 years ago
Ian McIntyre
bf222549af
Include the wasm-bindgen JS bridge file in files
7 years ago
ashley williams
1e9ab8bedb
Merge pull request #204 from rustwasm/revert-197-master
...
Revert "fix(mainfest): missing _bg.js file in package.json"
7 years ago
ashley williams
35fc9e048b
Revert "fix(mainfest): missing _bg.js file in package.json"
7 years ago
ashley williams
01480e5d0a
Merge pull request #202 from Hywan/patch-1
...
doc(readme) Fix markup
7 years ago
Ivan Enderlin
5a60452066
doc(readme) Fix markup
...
Best contribution ever <3.
7 years ago
ashley williams
a7324f7528
Merge pull request #197 from Brooooooklyn/master
...
fix(mainfest): missing _bg.js file in package.json
7 years ago
Mackiovello
ce77e5c6c5
Fix npm-pack command to use correct path
7 years ago