[macruby-changes] [4755] DietRB/trunk/lib/irb/ext/completion.rb

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 8 04:10:12 PDT 2010


Revision: 4755
          http://trac.macosforge.org/projects/ruby/changeset/4755
Author:   eloy.de.enige at gmail.com
Date:     2010-10-08 04:10:11 -0700 (Fri, 08 Oct 2010)
Log Message:
-----------
Add small comment about last commit

From: Eloy Duran <eloy.de.enige at gmail.com>

Modified Paths:
--------------
    DietRB/trunk/lib/irb/ext/completion.rb

Modified: DietRB/trunk/lib/irb/ext/completion.rb
===================================================================
--- DietRB/trunk/lib/irb/ext/completion.rb	2010-10-08 11:10:02 UTC (rev 4754)
+++ DietRB/trunk/lib/irb/ext/completion.rb	2010-10-08 11:10:11 UTC (rev 4755)
@@ -117,6 +117,8 @@
           if results = (methods || methods_of_object(root))
             format_methods(receiver, results, filter)
           else
+            # this is mainly because MacRuby currently has a problem with local_variables,
+            # normally I'd prefer to let the program die so the user might report it
             []
           end
         else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101008/48df92ff/attachment.html>


More information about the macruby-changes mailing list