[MacRuby] #1212: Remove HotCocoa references from MacRuby
#1212: Remove HotCocoa references from MacRuby -----------------------------------+---------------------------------------- Reporter: garysweaver@… | Owner: lsansonetti@… Type: defect | Status: new Priority: trivial | Milestone: Component: MacRuby | Keywords: hotcocoa cleanup -----------------------------------+---------------------------------------- The following hotcocoa references are still in the current MacRuby. Per Jordan Hubbard's suggestion, they should be removed: instruby.rb: when 'hotcocoa', 'rb_nibtool' misc/release/MacRuby.pmdoc/01macruby-contents.xml: .... (its a long line) ... rakelib/builder/options.rb: $stderr.puts "The 'build_as_embeddable' build configuration has been removed because it is no longer necessary. To package a full version of MacRuby inside your application, please use `macrake deploy` for HotCocoa apps and the `Embed MacRuby` target for Xcode apps." sample-macruby/About MacRuby Examples.rtf:\b HotCocoa sample-macruby/About MacRuby Examples.rtf:\b0 directory contains examples for the MacRuby's HotCocoa\ sample-macruby/Scripts/growl/hotcocoa_growl.rb:require 'hotcocoa' sample-macruby/Scripts/growl/hotcocoa_growl.rb: include HotCocoa sample-macruby/Scripts/growl/hotcocoa_sample.rb:require 'hotcocoa_growl' test-macruby/cases/hotcocoa/mapper_test.rb:require 'hotcocoa' test-macruby/cases/hotcocoa/mapper_test.rb: include HotCocoa::Mappings test-macruby/cases/hotcocoa/mappings_test.rb:require 'hotcocoa' test-macruby/cases/hotcocoa/mappings_test.rb: include HotCocoa test-macruby/cases/hotcocoa/object_ext_test.rb:require 'hotcocoa' test-macruby/cases/hotcocoa/object_ext_test.rb: assert_equal HotCocoa, Object.full_const_get("HotCocoa") test-macruby/cases/hotcocoa/object_ext_test.rb: assert_equal HotCocoa::Mappings, Object.full_const_get("HotCocoa::Mappings") test-macruby/cases/hotcocoa/plist_test.rb:require 'hotcocoa' test-macruby/cases/hotcocoa/plist_test.rb: include HotCocoa -- Ticket URL: <http://www.macruby.org/trac/ticket/1212> MacRuby <http://macruby.org/>
#1212: Remove HotCocoa references from MacRuby -----------------------------------+---------------------------------------- Reporter: garysweaver@… | Owner: lsansonetti@… Type: defect | Status: new Priority: trivial | Milestone: Component: MacRuby | Keywords: hotcocoa cleanup -----------------------------------+---------------------------------------- Comment(by garysweaver@…): Sorry lost the formatting... just do a grep -r -i hotcocoa * to find these... {{{ instruby.rb: when 'hotcocoa', 'rb_nibtool' misc/release/MacRuby.pmdoc/01macruby-contents.xml: .... rakelib/builder/options.rb: $stderr.puts "The 'build_as_embeddable' build configuration has been removed because it is no longer necessary. To package a full version of MacRuby inside your application, please use `macrake deploy` for HotCocoa apps and the `Embed MacRuby` target for Xcode apps." sample-macruby/About MacRuby Examples.rtf:\b HotCocoa sample-macruby/About MacRuby Examples.rtf:\b0 directory contains examples for the MacRuby's HotCocoa\ sample-macruby/Scripts/growl/hotcocoa_growl.rb:require 'hotcocoa' sample-macruby/Scripts/growl/hotcocoa_growl.rb: include HotCocoa sample-macruby/Scripts/growl/hotcocoa_sample.rb:require 'hotcocoa_growl' test-macruby/cases/hotcocoa/mapper_test.rb:require 'hotcocoa' test-macruby/cases/hotcocoa/mapper_test.rb: include HotCocoa::Mappings test-macruby/cases/hotcocoa/mappings_test.rb:require 'hotcocoa' test-macruby/cases/hotcocoa/mappings_test.rb: include HotCocoa test-macruby/cases/hotcocoa/object_ext_test.rb:require 'hotcocoa' test-macruby/cases/hotcocoa/object_ext_test.rb: assert_equal HotCocoa, Object.full_const_get("HotCocoa") test-macruby/cases/hotcocoa/object_ext_test.rb: assert_equal HotCocoa::Mappings, Object.full_const_get("HotCocoa::Mappings") test-macruby/cases/hotcocoa/plist_test.rb:require 'hotcocoa' test-macruby/cases/hotcocoa/plist_test.rb: include HotCocoa }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1212#comment:1> MacRuby <http://macruby.org/>
#1212: Remove HotCocoa references from MacRuby -----------------------------------+---------------------------------------- Reporter: garysweaver@… | Owner: lsansonetti@… Type: defect | Status: new Priority: trivial | Milestone: Component: MacRuby | Keywords: hotcocoa cleanup -----------------------------------+---------------------------------------- Comment(by mrada@…): This is essentially done, anything useful has been moved to my HotCocoa fork on Github. -- Ticket URL: <http://www.macruby.org/trac/ticket/1212#comment:2> MacRuby <http://macruby.org/>
#1212: Remove HotCocoa references from MacRuby -----------------------------------+---------------------------------------- Reporter: garysweaver@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: trivial | Milestone: MacRuby 0.11 Component: MacRuby | Resolution: fixed Keywords: hotcocoa cleanup | -----------------------------------+---------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.11 Comment: Yeepee, closing. -- Ticket URL: <http://www.macruby.org/trac/ticket/1212#comment:3> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby