Changelog for
rubygem-ruby2ruby-2.0.3-25.2.i586.rpm :
Sat Feb 9 13:00:00 2013 cooloAATTsuse.com
- updated to version 2.0.3
* 2 minor enhancements:
* 1.9: Added support for ! call to go back to (not ...).
* 2nd and 3rd order testing now uses RubyPraser.for_current_ruby for maximal carnage.
* 1 bug fix:
* On failure (eg ruby 2.0), fall back to compound RubyParser instance for 2nd & 3rd order testing
Tue Jan 29 13:00:00 2013 cooloAATTsuse.com
- updated to version 2.0.2
* Updated to ruby_parser 3.1 and up
Sun Nov 4 13:00:00 2012 cooloAATTsuse.com
- updated to version 2.0.1
* Fixed dependency on alpha ruby_parser.
*sigh
*
* 1 minor enhancement:
* Only do phase 1 testing if $SIMPLE=1.
* 1 bug fix:
* Fixed block args processing for RP 3.0 sexp changes
* 4 major enhancements:
* Made it work without arglist in call.
* Made it work without scope/block in class/module/defn/defs.
* Removed block from resbody
* Removed block from when node
* 4 minor enhancements:
* Added debug task to help isolate an error
* Empty hash is now a proper {}
* Refactored and added finish method.
* Switched to new Ruby18Parser to avoid deprecation warnings
* 4 bug fixes:
* Fixed call with empty hash arg. (neilconway)
* OMG WTF... removed long decrepit ParseTree dependency
* Removed isolate/rake require
Mon Apr 9 14:00:00 2012 cooloAATTsuse.com
- update to 1.3.1
* Added parenthesize to add parens in certain contexts.
* Add newline to \'do nothing\' comment in a block... seems contrived. (andreacampi)
* Binary operations not work properly with some complex statements. (smorss)
* Fixed if statements with no body (smorss)
* Fixed logic for call with hash args in various locations (smorss)
* Fixed match3 on an assignment. (smorss)
* Fixed multiple nested rescue/ensure exprs (larsch)
* Fixed process_alias to parenthesize (smorss)
* Fixed process_and to parenthenize only when it makes sense.
* Fixed rescue with 2+ statements in resbody (smorss)
* Regexps with options other than /o were not showing flags. (smorss)
* output comments for class and method definitions. (pythonic)
Mon Sep 6 14:00:00 2010 mrueckertAATTsuse.de
- update to version 1.2.5
* Added braces to hash args surrounded if in a binary method call.
* Added rewrite_resbody to double check structure and freak if
necessary.
* Added stress task
* rewrite_rescue now detects rescue with multiple arguments.
* Fixed dstr/dregex/d
* roundtripping problem
* Fixed up call arg processing to be more correct and to work
with the new sexp form
Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro
Fri Dec 25 13:00:00 2009 prusnakAATTsuse.cz
- update to 1.2.4
* Fixed all doco to use ruby_praser
* Fixed bin/r2r_show to use ruby_parser. oops
Mon Aug 10 14:00:00 2009 dmacvicarAATTnovell.com
- initial package for 1.2.3