Skip to content

Commit

Permalink
rustpkg: In doc, mention other implicit RUST_PATH entries
Browse files Browse the repository at this point in the history
as per Graydon's comment
  • Loading branch information
catamorphism committed Apr 23, 2013
1 parent d834c0d commit 4508da2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/rustpkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ Each directory in this list is a *workspace* for rustpkg.
`../.rust`, `../../.rust`,
and so on for every parent of `.` up to the filesystem root).
That means that if `RUST_PATH` is not set,
then rustpkg will still search for workspaces in `./.rust` and so on
then rustpkg will still search for workspaces in `./.rust` and so on.
`RUST_PATH` also implicitly contains an entry for the system path:
`/usr/local` or the equivalent on Windows.
This entry comes after the implicit entries for `./.rust` and so on.
Finally, the last implicit entry in `RUST_PATH` is `~/.rust`
or the equivalent on Windows.

Each workspace may contain one or more packages.

Expand Down

5 comments on commit 4508da2

@bors
Copy link
Contributor

@bors bors commented on 4508da2 Apr 23, 2013

Choose a reason for hiding this comment

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

saw approval from catamorphism
at catamorphism@4508da2

@bors
Copy link
Contributor

@bors bors commented on 4508da2 Apr 23, 2013

Choose a reason for hiding this comment

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

merging catamorphism/rust/rustpkg-doc-second-try = 4508da2 into auto

@bors
Copy link
Contributor

@bors bors commented on 4508da2 Apr 23, 2013

Choose a reason for hiding this comment

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

catamorphism/rust/rustpkg-doc-second-try = 4508da2 merged ok, testing candidate = 2871f4d

@bors
Copy link
Contributor

@bors bors commented on 4508da2 Apr 23, 2013

Choose a reason for hiding this comment

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

@bors
Copy link
Contributor

@bors bors commented on 4508da2 Apr 23, 2013

Choose a reason for hiding this comment

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

fast-forwarding incoming to auto = 2871f4d

Please sign in to comment.