[MacRuby] #320: irb aborts on syntax error
#320: irb aborts on syntax error ----------------------------------+----------------------------------------- Reporter: rwschaaf@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: irb abort syntax ----------------------------------+----------------------------------------- I don't know the full extent of this problem. Last login: Sat Aug 29 18:41:25 on ttys001 Minnie:~ rwschaaf$ macruby -v MacRuby version 0.5 (ruby 1.9.0) [universal-darwin10.0, x86_64] Minnie:~ rwschaaf$ macirb irb(main):001:0> 1 = 1 SyntaxError: (irb):1: syntax error, unexpected '=', expecting $end 1 = 1 ^ undefined method `[]' for nil:NilClass (NoMethodError) Minnie:~ rwschaaf$ -- Ticket URL: <http://www.macruby.org/trac/ticket/320> MacRuby <http://macruby.org/>
#320: irb aborts on syntax error ----------------------------------+----------------------------------------- Reporter: rwschaaf@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: irb abort syntax ----------------------------------+----------------------------------------- Comment(by dev@…): Hi, I think that this is the same error I reported in Ticket #310: https://www.macruby.org/trac/ticket/310 I have not tested this yet, but you can easily confirm that with my addition to irb.rb:158 ... -- Ticket URL: <http://www.macruby.org/trac/ticket/320#comment:1> MacRuby <http://macruby.org/>
Hello again, Yes, that did the trick. Thanks, Bob Schaaf On Aug 30, 2009, at 3:39 AM, MacRuby wrote:
#320: irb aborts on syntax error ---------------------------------- +----------------------------------------- Reporter: rwschaaf@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: irb abort syntax ---------------------------------- +-----------------------------------------
Comment(by dev@…):
Hi, I think that this is the same error I reported in Ticket #310: https://www.macruby.org/trac/ticket/310
I have not tested this yet, but you can easily confirm that with my addition to irb.rb:158 ...
-- Ticket URL: <http://www.macruby.org/trac/ticket/320#comment:1> MacRuby <http://macruby.org/>
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
#320: irb aborts on syntax error ----------------------------------+----------------------------------------- Reporter: rwschaaf@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: irb abort syntax ----------------------------------+----------------------------------------- Comment(by dev@…): OK, i have tested it now: It is the same error! -- Ticket URL: <http://www.macruby.org/trac/ticket/320#comment:2> MacRuby <http://macruby.org/>
#320: irb aborts on syntax error ----------------------------------+----------------------------------------- Reporter: rwschaaf@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: irb abort syntax | ----------------------------------+----------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed Comment: This should be fixed in trunk (as of r2565). -- Ticket URL: <http://www.macruby.org/trac/ticket/320#comment:3> MacRuby <http://macruby.org/>
participants (2)
-
MacRuby
-
Robert Schaaf