Skip to content

Rustpkg - #6054

Closed
catamorphism wants to merge 5 commits into
rust-lang:incomingfrom
catamorphism:rustpkg
Closed

Rustpkg#6054
catamorphism wants to merge 5 commits into
rust-lang:incomingfrom
catamorphism:rustpkg

Conversation

@catamorphism

Copy link
Copy Markdown
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.

Copy link
Copy Markdown
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).
@borsbors closed this Apr 25, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Sep 24, 2020
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
5651: Add track_env_var to the proc macro server r=kjeremy a=lnicola
See rust-lang#74653.
Fixesrust-lang#6054.
Fixesrust-lang#5640, maybe.
Should be merged when 1.47 is released.
Proc macros still don't work for me, but it no longer crashes.
Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
Sign up for freeto 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

@catamorphism@graydon@alexcrichton@bors