ruby-cvs:21058
From: matz ruby-lang.org
Date: Mon, 5 Nov 2007 01:24:00 +0900 (JST)
Subject: [ruby-cvs:21058] Ruby:r13821 (trunk): * parse.y (call_args): remove "parenthesize argument(s) for future
matz 2007-11-05 01:23:59 +0900 (Mon, 05 Nov 2007)
New Revision: 13821
Modified files:
trunk/ChangeLog
trunk/lib/rss/atom.rb
trunk/parse.y
Log:
* parse.y (call_args): remove "parenthesize argument(s) for future
version" warning. when I added this warning, I had a plan to
reimplement the parser that is simpler than the current one.
since we abandoned the plan, warning no longer required.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/rss/atom.rb?r1=13821&r2=13820
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/parse.y?r1=13821&r2=13820
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13821&r2=13820