On Mar 11, 2009, at 11:45 AM, Nicolas M. Thiery wrote:

> On Wed, Mar 11, 2009 at 03:20:18AM -0500, Jason Grout wrote:
>> Wow, if the price tag on this feature is bumped up to that....
>>
>> So, is this what is being asked for:
>>
>> * Whenever you build, compare the list of .pyc files and .so files in
>> the build directory with the list in the source directory.  If a file
>> has been removed in the source directory, delete the  
>> corresponding .pyc
>> and .so files (or maybe even: if a file has been removed from version
>> control, then wipe the .pyc/.so files, even if the actual file still
>> exists in the source directory).
>
> Yes, if at all possible!
>
> If that's too complicated/slow, I guess I could live with just a
> separate `make clean_residues`, which would not be automatically
> called upon each build.

I think it'd be too slow to do on each sage -b (though would be happy  
to be proven wrong) but at least we should do on a sage -ba (or even  
something less drastic).

- Robert



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to