]> git.lizzy.rs Git - rust.git/commit
rustpkg: Simplify the PkgId struct
authorTim Chevalier <chevalier@alum.wellesley.edu>
Fri, 2 Aug 2013 23:59:58 +0000 (16:59 -0700)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Fri, 9 Aug 2013 21:11:55 +0000 (14:11 -0700)
commit37fd8f03fdbc622457396877168d2a8d82cf3d2b
tree5c866d538dc1900003ee925a63bf3bfba0fc7b87
parent96fd606dddba6bd4773c41be66c44fc076a96ff8
rustpkg: Simplify the PkgId struct

Get rid of special cases for names beginning with "rust-" or
containing hyphens, and just store a Path in a package ID. The Rust-identifier
for the crate is none of rustpkg's business.
mk/tests.mk
src/librustpkg/package_id.rs
src/librustpkg/package_path.rs [deleted file]
src/librustpkg/package_source.rs
src/librustpkg/path_util.rs
src/librustpkg/rustpkg.rs
src/librustpkg/tests.rs
src/librustpkg/util.rs
src/librustpkg/version.rs
src/librustpkg/workspace.rs