3b07f1efe5
@catamorphism says he has a fix coming soon, so I didn't allocate an issue for it. If it festers for more than a few days I'll open something up though. |
||
---|---|---|
.. | ||
testsuite | ||
api.rs | ||
conditions.rs | ||
context.rs | ||
crate.rs | ||
installed_packages.rs | ||
messages.rs | ||
package_id.rs | ||
package_source.rs | ||
path_util.rs | ||
README.txt | ||
rustpkg.rs | ||
search.rs | ||
source_control.rs | ||
target.rs | ||
tests.rs | ||
usage.rs | ||
util.rs | ||
version.rs | ||
workcache_support.rs | ||
workspace.rs |
Right now, commands that work are "build" and "clean". `rustpkg build` and `rustpkg clean` should work for example: $ cd ~/rust/src/librustpkg/testsuite/pass $ rustpkg build hello-world ... some output ... $ rustpkg clean hello-world ------------- the following test packages in librustpkg/testsuite/pass: * hello-world * install-paths * simple-lib * deeply/nested/path * fancy-lib It fails on the following test packages: * external-crate (no support for `extern mod` inference yet) and should fail with proper error messages on all of the test packages in librustpkg/testsuite/fail * no-inferred-crates