12 Commits

Author SHA1 Message Date
Jethro Beekman
0e0d968825 Update #[test] attribute on all tests in the testsuite
sed -i 's/^#\[test\]/#[cargo_test]/' $(rg -l '^#\[test\]')

Manual fixes:
* proc_macro::proc_macro_doctest
2019-06-07 12:41:26 -07:00
Eric Huss
f01428b647 Fix member_manifest_version_error accessing the network. 2019-03-30 19:12:32 -07:00
Alexander Regueiro
f7c91ba622
Various cosmetic improvements. 2019-02-20 10:58:27 +00:00
Dale Wijnand
04ddd4d0fc
Upgrade to Rust 2018 2018-12-06 20:18:35 +01:00
Eh2406
dae87a2624 PackageId is copy, clippy thinks we dont need &PackageId or PackageId.clone() 2018-11-27 17:43:23 -05:00
Alex Butler
a853efda40
Move ResolveError -> core/resolver/errors.rs
Move activation_error, describe_path -> errors.rs
2018-10-16 15:42:15 +01:00
Alex Butler
b75b7052a4
Add package_path to ResolveError
More useful than just the parent
2018-10-16 08:56:31 +01:00
Alex Butler
50cbb96e06
Rename PackageError -> ResolveError
Rename package_id() -> parent_package_id() for clarity
2018-10-16 00:42:14 +01:00
Alex Butler
20909651bc
Add PackageError wrappers for activation errors 2018-10-15 19:29:53 +01:00
Alex Butler
25b7ad2676
Wrap initial ManifestError in toml module
Filter out ManifestErrors when generating error output
2018-10-12 20:54:40 +01:00
Alex Butler
10b3ebf037
Wrap all, including io, manifest errors 2018-10-12 20:54:40 +01:00
Alex Butler
49ab03e3b0
Expose manifest error chain 2018-10-12 20:54:40 +01:00