]> git.lizzy.rs Git - rust.git/commit
rustpkg: Eliminate the spurious `os::path_exists(&pkg_src.start_dir.join(p))` asserti...
authorTim Chevalier <chevalier@alum.wellesley.edu>
Thu, 7 Nov 2013 23:34:31 +0000 (15:34 -0800)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Tue, 12 Nov 2013 23:32:31 +0000 (15:32 -0800)
commit65aacd083a1a8a5e2ae1e5ffab4bb1b032854327
treef50c5a478f9994b93019ffb3d243f44bfaf9b04a
parent3b0d48634f546055e17cf23a6bcde1bbfbc16b15
rustpkg: Eliminate the spurious `os::path_exists(&pkg_src.start_dir.join(p))` assertion failure

This addresses the problem reported in #10253 and possibly elsewhere.

Closes #10253
src/librustpkg/package_source.rs
src/librustpkg/path_util.rs
src/librustpkg/tests.rs
src/librustpkg/util.rs