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
Mackiovello
e6cd7bb355
Simplify iteration even more
7 years ago
Mackiovello
ac34e7bba1
Write as more ideomatic rust
7 years ago
Mackiovello
63c91caeae
Check child directories instead of parent directory
7 years ago
Mackiovello
a67762a9e5
Use 'find_pkg_directory' for pack
7 years ago
Mackiovello
b57d68f97a
Search for path in entered directory and the parent of entered
...
This lets us have backwards compatibility while improving the user experience.
7 years ago
Mackiovello
8efabfa3af
Make error more specific
7 years ago
Mackiovello
ec17b8aa7e
Use custom error message for publish
7 years ago
Mackiovello
035bcbe688
Simplify match expression
7 years ago
Mackiovello
840c7bd03c
Return custom error if pkg directory is not found
7 years ago
LongYinan
729d543802
fix(mainfest): missing _bg.js file in package.json
7 years ago
Michael Gattozzi
b0470b08e0
Merge pull request #195 from steveklabnik/patch-1
...
Fix code example in README
7 years ago
Steve Klabnik
81e5868e1e
Fix code example in README
...
This won't compile if it isn't pub!
Fixes https://github.com/rustwasm/wasm-bindgen/issues/309
7 years ago
Michael Gattozzi
faed3912f3
Merge pull request #193 from SoryRawyer/remove-quicli-result
...
Remove result prefix and std import, now that quicli is no longer a d…
7 years ago
soryrawyer
072bbc67da
Remove result prefix and std import, now that quicli is no longer a dependency
7 years ago
ashley williams
d71a7e480e
Merge pull request #166 from ashleygwilliams/0.4.0
...
v0.4.0
7 years ago
Ashley Williams
309e6ab712
v0.4.0
7 years ago
Ashley Williams
880c8a75fa
feat(dep): update lock file
7 years ago
ashley williams
3f8584e4de
Merge pull request #187 from migerh/replace-std-rwlock
...
Replace std::sync::RwLock with parking_lot
7 years ago
ashley williams
48410ba07f
Merge pull request #186 from ashleygwilliams/no-install-no-cry
...
feat(init): no install flag
7 years ago
Ashley Williams
78527b7a7e
fix(style): appease cargo fmt
7 years ago
Michael Gattozzi
f2fbe264d4
fix(no-install): cratename should not be an option
7 years ago
Michael Gerhaeuser
62423e33d4
Replace std::sync::RwLock with parking_lot
...
The standard library version of an `RwLock` may get poisoned if a thread
panics that holds a write lock. The `RwLock` from parking_lot [1] does
not get poisoned it instead released the lock on a panic. This allows us
to simplify the `ProgressOutput` API since it no longer returns any
errors. No more panics can occur on `ProgressOutput::drop()`. The
`Error` enum can thus be simplified as well because there is no need to
convert `PoisonErrors` anymore.
[1] https://github.com/Amanieu/parking_lot
7 years ago
Ashley Williams
44f26dfcb2
feat(init): no install flag
7 years ago
ashley williams
1c50b12b8f
Merge pull request #181 from ashleygwilliams/migerh-fix-spinners
...
Let the spinners spin again
7 years ago
Michael Gattozzi
1b0120e7cc
Merge pull request #184 from mtharrison/fix-broken-links
...
Fix broken links to rust-lang-nursery/rust-wasm
7 years ago
Matt Harrison
d1c39eb8b8
Fix broken links to rust-lang-nursery
7 years ago
Michael Gattozzi
e30ed470aa
Merge pull request #182 from ashleygwilliams/refactor-command-into-mods
...
refactor(command): modularize command.rs
7 years ago
Ashley Williams
ca0f469356
refactor(command): modularize command.rs
7 years ago
Ashley Williams
d09db16623
fix(crate_config): combine crate type and dep check, emit step
7 years ago
Ashley Williams
c190d5d444
fix(nobuild): don't check dependency
7 years ago