rust/src/librustpkg
Alex Crichton 61ed2cfb55 Remove even more of std::io
Big fish fried here:

    extra::json
    most of the compiler
    extra::io_util removed
    extra::fileinput removed

Fish left to fry

    extra::ebml
2013-10-24 14:21:57 -07:00
..
testsuite Remove even more of std::io 2013-10-24 14:21:57 -07:00
api.rs rustpkg: Support arbitrary dependencies in the install API 2013-10-22 20:41:29 -07:00
conditions.rs Merge remote-tracking branch 'upstream/master' 2013-10-23 10:09:06 -07:00
context.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
crate.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
exit_codes.rs rustpkg: Set exit codes properly and make tests take advantage of that 2013-10-11 17:15:52 -07:00
installed_packages.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
messages.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
package_id.rs path2: Remove .with_display_str and friends 2013-10-15 22:19:53 -07:00
package_source.rs rustpkg: Support arbitrary dependencies in the install API 2013-10-22 20:41:29 -07:00
path_util.rs rustpkg: Support arbitrary dependencies in the install API 2013-10-22 20:41:29 -07:00
README.txt rustpkg: update README saying which tests pass 2013-04-24 17:51:30 -07:00
rustpkg.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
search.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
source_control.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
target.rs rustpkg: Support arbitrary dependencies in the install API 2013-10-22 20:41:29 -07:00
tests.rs rustpkg: Support arbitrary dependencies in the install API 2013-10-22 20:41:29 -07:00
usage.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
util.rs Merge remote-tracking branch 'upstream/master' 2013-10-23 10:09:06 -07:00
version.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
workcache_support.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
workspace.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00

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