ashley williams
37606c23f1
Merge pull request #531 from rhysd/homepage
...
Support 'homepage' field of Cargo.toml and package.json
6 years ago
ashley williams
f829bae090
Merge pull request #527 from rhysd/support-license-file-field
...
Support license-file field in Cargo.toml
6 years ago
csmoe
1e4ae144fd
Apply suggestions from code review
...
Thanks!
Co-Authored-By: chinedufn <frankie.nwafili@gmail.com>
6 years ago
rhysd
835ce11023
add test case for copying 'homepage' field from Cargo.toml to package.json
6 years ago
rhysd
bae98ef92a
copy 'homepage' field from Cargo.toml to package.json
...
- Cargo.toml
- https://doc.rust-lang.org/cargo/reference/manifest.html
- package.json
- https://docs.npmjs.com/files/package.json#homepage
6 years ago
Chinedu Francis Nwafili
3f06d2d959
Fix formatting
6 years ago
Chinedu Francis Nwafili
879e3aa7a6
Add back building tests
6 years ago
Chinedu Francis Nwafili
f7ad0e7c5a
Add instructions for options
6 years ago
Chinedu Francis Nwafili
42413acb49
cargo fmt
6 years ago
Chinedu Francis Nwafili
b72051d385
Pass arguments through to cargo test
6 years ago
Jesper Håkansson
4c5e42ef8f
test(binaryinstall): Windows specific tests
6 years ago
Jesper Håkansson
06b68d1367
test(binaryinstall): Add use for unix specifics in unix test
6 years ago
rhysd
e724b01365
add tests to check README and licenses are in 'files' field
6 years ago
rhysd
6dbcba22e8
include README.md and license files in 'files' field of package.json
6 years ago
rhysd
5f515dcf68
add a test case for non-standard license file field
6 years ago
rhysd
9fa5139caf
be aware of license-file field as source of license
...
'license-file' field is provided in Cargo.toml for providing path of
license file.
https://doc.rust-lang.org/cargo/reference/manifest.html
6 years ago
rhysd
fee93bc965
use license-file field for license field of package.json when no license field in Cargo.toml
...
In 'license' field of package.json, it's ok to say 'license is written in
some file' as follows:
```
{ "license" : "SEE LICENSE IN <filename>" }
```
This notation is useful when 'license' field is missing in `Cargo.toml`
but `license-file` field is provided.
Ref:
https://docs.npmjs.com/files/package.json#license
6 years ago
Jesper Håkansson
ec7f69de52
chore(appveyor): Run binary install tests
6 years ago
Jesper Håkansson
cc0687c3f1
chore(travis): Run binary install tests
6 years ago
Jesper Håkansson
e4fdfd7a66
test(binaryinstall): Add initial tests
6 years ago
Nick Fitzgerald
bedbf3de9d
Merge pull request #521 from fitzgen/cargo-test-double-print
...
Only print `cargo test` output the once
6 years ago
Nick Fitzgerald
f5f9d40c91
Only print `cargo test` output the once
...
Also introduces testing of our CLI's output via `assert_cmd`. Expect some follow
ups to get more of our testing infrastructure using this incredible crate!
Fixes #511
6 years ago
ashley williams
0939c12914
Merge pull request #516 from drager/docs-fixes
...
doc: Use absolute url in prerequisites index
6 years ago
Jesper Håkansson
ac746ef226
doc: Use absolute url in prerequisites index
6 years ago
ashley williams
dbc5a3655d
Merge pull request #514 from drager/docs-fixes
...
doc: Fix links and Rust highlightning
6 years ago
Jesper Håkansson
6fc3f9b349
doc: Fix links and Rust highlightning
6 years ago
Mason Stallmo
06bba236ac
Fix build errors after resolving merge conflicts
6 years ago
Mason Stallmo
d84aae3b64
Refactor: fix clippy warnings
6 years ago
ashley williams
c8410f2de7
Merge pull request #504 from fitzgen/more-logging-and-assertions
...
More logging and assertions
6 years ago
Nick Fitzgerald
1d639fb621
Fix directory layout of cached `cargo install`ed wasm-bindgens
...
Fix #503
Fix #497
6 years ago
Nick Fitzgerald
8325d9ada4
binary-install: don't make getting a binary from a download infallible
...
Instead of panicking on unexpected states, check for them and return an
error. Also add more debug logging for when we `cargo install` wasm-bindgen.
6 years ago
Nick Fitzgerald
67a2aac6d2
Merge pull request #501 from drager/2019
...
✨ ✨ Let's bring wasm-pack into 2019 ✨ ✨
6 years ago
Jesper Håkansson
c594d5371b
chore(travis): Run clippy check
6 years ago
Jesper Håkansson
99ea57e5b0
doc: Update to 2019
6 years ago
Nick Fitzgerald
234bf19508
Merge pull request #498 from rustwasm/ignor
...
small cleanup
6 years ago
Ashley Williams
7f944f9c4f
feat(changelog): s/Carol/Cargo
6 years ago
Ashley Williams
f57afa7814
feat(ignore): remove wasm-pack.log
6 years ago
ashley williams
5c9a2db73d
Merge pull request #494 from rustwasm/0.6.0
...
v0.6.0
6 years ago
Ashley Williams
90a9ed9649
feat(site): update version and date
6 years ago
Ashley Williams
c96f9d45c0
v0.6.0
6 years ago
ashley williams
0acc7b79df
Merge pull request #495 from rustwasm/binary-install
...
get binary install ready for publish
6 years ago
Ashley Williams
2b822b8132
feat(binstall): no workspace since it's a dep
6 years ago
Ashley Williams
6d63a537ca
feat(binstall): leverage workspaces
6 years ago
Ashley Williams
1071b6ed65
feat(binstall): don't track lib's cargo lock
6 years ago
ashley williams
67b977304f
Merge branch 'master' into binary-install
6 years ago
ashley williams
5258d42b5e
Merge pull request #461 from torkve/master
...
add an option to pass an arbitrary set of arguments to cargo build
6 years ago
Ashley Williams
a9a4237b79
feat(binstall): prepare for publish
6 years ago
Vsevolod Velichko
6899b97fde
merge with upstream
6 years ago
Ashley Williams
9491d549a0
feat(test): remove windows output fmting test
6 years ago
Ashley Williams
9778194c3e
doc(logs): document env_logger setup
6 years ago