Skip to content

Rustpkg #6054

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed

Rustpkg #6054

wants to merge 5 commits into from

Conversation

catamorphism
Copy link
Contributor

r? @graydon

Sorry, this pull request is a few different things at once, but I tried to make them separate commits.

First, as before, this should do file searching the way that's described in the doc now.

Second, there's also some preliminary work on the install command (really just tests for it).

rustpkg now searches for package directories in ./src rather than
in . . I also added a rudimentary RUST_PATH that's currently
hard-wired to the current directory. rustpkg now uses src/, lib/,
and build/ directories as described in the manual.

Most of the existing test scenarios build now; the README file
(in a separate commit) explains which ones.
Mostly just tests (that are ignored); install command is still
stubbed out.
@@ -21,4 +21,4 @@ extern mod std;

pub mod foo;
pub mod bar;
#[path = "build/generated.rs"] pub mod generated;
#[path = "../../build/fancy_lib/generated.rs"] pub mod generated;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to file a sub-issue here for teaching the parser to look in srcdir an builddir, or perhaps an attribute that permits it?

bors added a commit that referenced this pull request Apr 25, 2013
r? @graydon

Sorry, this pull request is a few different things at once, but I tried to make them separate commits.

First, as before, this should do file searching the way that's described in the doc now.

Second, there's also some preliminary work on the install command (really just tests for it).
@bors bors closed this Apr 25, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Sep 24, 2020
Bump pulldown-cmark v0.8

Closes  rust-lang#6054

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants