Projects

Ticket #170 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

rake clean target does not delete miniruby

Reported by: jkh@… Owned by: lsansonetti@…
Priority: minor Milestone: MacRuby 0.5
Component: MacRuby Keywords:
Cc:

Description

See subject line. One frequent problem for people following -trunk is that internal changes to MacRuby can cause older versions of the objects or miniruby itself to cause heisenbugs in the build process. This leads to frequent "rake clean" and even "rm -rf /Library/Frameworks/MacRuby.framework" phases, to keep cross-contamination to a minimum, so "rake clean" should do its job better by also cleaning the miniruby binary

Attachments

proper_clean.patch Download (1.0 KB) - added by maarten@… 3 years ago.

Change History

Changed 3 years ago by maarten@…

Changed 3 years ago by maarten@…

I attached a simple patch to make MacRuby clean up after itself a bit better. It cleans all binaries, libraries and generated files.

Changed 2 years ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from MacRuby 0.4 to MacRuby 0.5

This is in theory fixed in trunk.

Note: See TracTickets for help on using tickets.