Opened 11 years ago
Closed 7 years ago
#1049 closed defect (fixed)
delete-stale-binaries in chicken-install should not recurse in subdirectories
Reported by: | Ivan Raikov | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | core tools | Version: | 4.8.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
The procedure delete-stale-binaries in chicken-install deletes all .o .so files in the current directory and its subdirectories. This is sure to have some unintended consequences and should probably be limited to the current directory only.
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I think in CHICKEN 5 this has been removed completely.
Note: See
TracTickets for help on using
tickets.
The whole idea of deleting stale binaries is a bit of a hack really, but I think the behaviour is correct if the egg is building in subdirectories. Some eggs like the sxml ones do have subdirectories, so they may be building in subdirectories, I think.