Home » Community » U++ community news and announcements » Use unique output directory per assembly (append assembly name to output director)
Re: Use unique output directory per assembly (append assembly name to output director) [message #31498 is a reply to message #31496] |
Sun, 06 March 2011 23:27  |
|
mirek wrote on Sun, 06 March 2011 22:49 |
dolik.rce wrote on Sun, 06 March 2011 16:08 |
I know you considered using md5 or some other hash as the unique identifier, why did you decide to use name in the end? Actually I would prefer the unique part to be hash of the nests inside given assembly, even though the output directory names would be less readable.
|
Well, mostly because assembly name is unique.
Sure, nests can change, but they can change "materially" too (like overwriting nest with other branch), so basically you still have to remember that after fiddling with it too much, you have to "bomb" it...
|
As I said, I have two theides, which have clashing assembly names. Right now I use separate output directories to solve that. Renaming the assemblies would be an option too, of course This is corner case, but the other advantages of nest based hashes (like detecting assembly renaming, same assemblies etc.) seemed quite compelling and useful to me.
Also overwriting the sources shouldn't be a problem. Unless you manage to keep older file timestamps 
Honza
|
|
|
Goto Forum:
Current Time: Fri Jul 18 14:28:04 CEST 2025
Total time taken to generate the page: 0.02565 seconds
|