| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
These are examples of what *should* work, and probably don't
work yet.
|
|
This is a test file containing examples of commands that should
succeed. When we write the test runner, we will have to figure
out how to automate them.
|
|
|
|
|
|
1. Implemented the `clean` command
2. The methods implementing rustpkg commands all returned `bool`.
Since most of not all of the error situations seem unrecoverable,
I changed the methods to return unit (and also stubbed out several
more methods that were assuming a package script existed, to be
re-implemented in the future)
|
|
There's no test runner for rustpkg yet; just sketching out a few
basic test scenarios. pass/ contains packages that should compile
successfully, whereas fail/ contains packages that should fail
to build.
|