[macruby-changes] [4000] MacRuby/trunk/lib/irb.rb
source_changes at macosforge.org
source_changes at macosforge.org
Sun May 2 04:46:04 PDT 2010
Revision: 4000
http://trac.macosforge.org/projects/ruby/changeset/4000
Author: eloy.de.enige at gmail.com
Date: 2010-05-02 04:46:03 -0700 (Sun, 02 May 2010)
Log Message:
-----------
Disabled default use of irb/ext/macruby.rb for Cocoa development for now.
The current trunk version of MacRuby runs into a segfault to easily when
working with a thread (method cache?), this is done by the `macruby' extension
to be able to use readline in combination with a NSRunLoop.
Modified Paths:
--------------
MacRuby/trunk/lib/irb.rb
Modified: MacRuby/trunk/lib/irb.rb
===================================================================
--- MacRuby/trunk/lib/irb.rb 2010-05-02 11:40:15 UTC (rev 3999)
+++ MacRuby/trunk/lib/irb.rb 2010-05-02 11:46:03 UTC (rev 4000)
@@ -10,6 +10,6 @@
require 'irb/ext/history'
-if !ENV['SPECCING'] && defined?(RUBY_ENGINE) && RUBY_ENGINE == "macruby"
- require 'irb/ext/macruby'
-end
+# if !ENV['SPECCING'] && defined?(RUBY_ENGINE) && RUBY_ENGINE == "macruby"
+# require 'irb/ext/macruby'
+# end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100502/68cf7cb2/attachment.html>
More information about the macruby-changes
mailing list