]> git.lizzy.rs Git - rust.git/commit
rustpkg: Test that different copies of the same package ID can exist in multiple...
authorTim Chevalier <chevalier@alum.wellesley.edu>
Fri, 23 Aug 2013 18:51:45 +0000 (11:51 -0700)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Mon, 26 Aug 2013 22:23:06 +0000 (15:23 -0700)
commit3e4e1a274a7b3bf760c7a09d1a004728c8590362
tree1c30b2194fa837aa67dddb57aadc68ea538ec704
parent9cd91c8cc4e87f3abd9201515eefe24f0124810c
rustpkg: Test that different copies of the same package ID can exist in multiple workspaces

The test checks that rustpkg uses the first one, rather than complaining
about multiple matches.

Closes #7241
src/librustc/metadata/filesearch.rs
src/librustc/metadata/loader.rs
src/librustpkg/path_util.rs
src/librustpkg/rustpkg.rs
src/librustpkg/search.rs
src/librustpkg/tests.rs
src/librustpkg/util.rs
src/librustpkg/version.rs