[MacRuby] #455: .rb files are not stripped from the binary when macruby_deploy compile is run
#455: .rb files are not stripped from the binary when macruby_deploy compile is run ---------------------------------+------------------------------------------ Reporter: dylan@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ---------------------------------+------------------------------------------ This leaves both the .rb and .rbo files in the .app package. I've attached a test project based on the Xcode template. -- Ticket URL: <http://www.macruby.org/trac/ticket/455> MacRuby <http://macruby.org/>
#455: .rb files are not stripped from the binary when macruby_deploy compile is run ---------------------------------+------------------------------------------ Reporter: dylan@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ---------------------------------+------------------------------------------ Comment(by dylan@…): In case it isn't clear; steps to reproduce: 1.) Open the attached project. 2.) Compile 3.) Check the .app bundle; both the .rb and .rbo files are present -- Ticket URL: <http://www.macruby.org/trac/ticket/455#comment:1> MacRuby <http://macruby.org/>
#455: .rb files are not stripped from the binary when macruby_deploy compile is run ---------------------------------+------------------------------------------ Reporter: dylan@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ---------------------------------+------------------------------------------ Comment(by dylan@…): Tried this in another project and it just worked. Turns out it is due to the way that I included the target; need to include the .app target before otherwise the copy files step runs after the compile. Seems obvious now. This is user error and can be closed. -- Ticket URL: <http://www.macruby.org/trac/ticket/455#comment:2> MacRuby <http://macruby.org/>
#455: .rb files are not stripped from the binary when macruby_deploy compile is run ---------------------------------+------------------------------------------ Reporter: dylan@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: major | Milestone: Component: MacRuby | Resolution: invalid Keywords: | ---------------------------------+------------------------------------------ Changes (by lsansonetti@…): * status: new => closed * resolution: => invalid Comment: Thanks for the investigation, I'm closing the bug. -- Ticket URL: <http://www.macruby.org/trac/ticket/455#comment:3> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby