On 13-02-01 10:21 AM, Felix S Klock II wrote:
> On Fri Feb  1 19:13:03 2013, Graydon Hoare wrote:
>> (they act as sequence-points for make, since it cannot easily guess
>> the actual hash-based output filenames of the libraries)
> 
> I was idly wondering about those hashy filenames: Is the long term plan
> to continue to encoding hashes into the filenames?  Or is there non-zero
> chance that the infrastructure of Rust will change so that one can
> easily predict the output file name for a library, to accommodate tools
> like make.

Yes the plan is to continue hashing metadata into filename suffixes;
it's to prevent short-name collisions.

It's actually not a lot of work to make that name something you can
_query_ though. We just haven't put a command-line option on rustc.

-Graydon

_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to