Bad error message when rustpkg can't create the build directory
55fea10
Opened by Tim Chevalier at
@singingboyo spotted this one: If your workspace contains a file called build that's not a directory, rustpkg doesn't fail very gracefully; the current behavior is:
task <unnamed> failed at 'assertion failed: os::mkdir_recursive(&out_dir, U_RWX)', /Users/tjc/rust2/src/librustpkg/util.rs:175
It should print an error message explaining that it couldn't create a directory because a file with that name exists.
@brson Maybe we can close this issue?
Jeremy Letang at 2014-02-04 03:34:35
rustpkg's gone, closing
Steven Fackler at 2014-02-04 03:43:32