76c31217be
mentioned in #2625. This change makes the module more oriented around Process values instead of having to deal with process ids directly. Apart from issues mentioned in #2625, other changes include: - Changing the naming to be more consistent - Process/process is now used instead of a mixture of Program/program and Process/process. - More docs/tests. Some io/scheduler related issues remain (mentioned in #2625). |
||
---|---|---|
.. | ||
testsuite | ||
conditions.rs | ||
context.rs | ||
path_util.rs | ||
README.txt | ||
rustpkg.rc | ||
tests.rs | ||
usage.rs | ||
util.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