Changelog for
rubygem-sexp_processor-4.4.0-19.2.x86_64.rpm :
* Sun Oct 20 2013 cooloAATTsuse.com- updated to version 4.4.0
* Added MethodBasedSexpProcessor, extracted from Flog.
* Mon Aug 26 2013 cooloAATTsuse.com- updated to version 4.3.0
* 1 minor enhancement:
* Switched ParseTreeTestCase to minitest 5.
* Sat Apr 13 2013 cooloAATTsuse.com- updated to version 4.2.1
* 1 bug fix:
* Removed structure_unused_literal_wwtt because I just don\'t care anymore
* Wed Mar 20 2013 cooloAATTsuse.com- updated to version 4.2.0
* 2 minor enhancements:
* Added SexpInterpreter since it is such a common pattern
* Added aliases Sexp#head & Sexp#rest for readability
* Sun Mar 03 2013 cooloAATTsuse.com- updated to version 4.1.5
* Clarified role of s method. Fixes #12.
* maglev: Workaround for bug in Array#shift
* Wed Jan 23 2013 cooloAATTsuse.com- updated to version 4.1.4
* 1 minor enhancement:
* Gave Sexp#structure a ~10% boost
* 2 bug fixes:
* Fixed Sexp#mass lying when using auto_shifted sexps.
* Stupid fix for ruby 2.0 method_missing \'bug\'.
* Fri Dec 07 2012 cooloAATTsuse.com- updated to version 4.1.3
* Code cleanup... what was I thinking???
* Explicitly setting pt_testcase.rb to US-ASCII to avoid encoding hell
* Sun Nov 04 2012 cooloAATTsuse.com- updated to version 4.1.2
* Sexp#structure should grep for Sexps, not Arrays
* Sat Nov 03 2012 cooloAATTsuse.com- updated to version 4.1.1
* iter args revamp for ruby_parser 3 changes.
* Sun Oct 28 2012 cooloAATTsuse.com- updated to version 4.1.0
* Added Environment#current so you can explicitly shadow variables. (meh)
* Sun Jul 15 2012 cooloAATTsuse.com- update to 4.0.1
* 4 bug fixes:
* 1.9: Changed !AATT to ! since that is what you implement
* True to my wtf comment, there was a bug in my case_splat test
* Fixed a bunch of entries for r2r changes against edgecase parse/lex tests
* Fixes for R2R
* 5 major enhancements:
* Removed :arglist from everything except :op_asgn1.
* Removed block from resbody
* Removed block from when node
* Removed block nodes inside of scope nodes (defn/defs/class/sclass).
* Removed scope nodes in defn/defs/class/sclass nodes.
* 10 minor enhancement:
* 1.9: Had to version split all my \'not\' tests since 1.9 is insane.
* 1.9: f (args) is not allowed in 1.9.
* 1.9: f(hash,
*splat) is not allowed in 1.9.
* Added module2 test to verify module w/ 2+ entities
* Added Sexp#deep_each and Sexp#each_sexp. Refactored from Flay
* Added a ton of block arg tests.
* Added add19_edgecases to help refactor a bunch of tests that all have the same output.
* Added better debugging output for rewrites.
* Cleaned and added a bunch of stabby proc tests.
* Moved RawParseTree test data to ParseTree project.
* Thu Mar 22 2012 saschpeAATTsuse.de- Update to version 3.1.0:
* Added test_call_arglist_trailing_comma__19 (presidentbeef)
* Added test_fcall_inside_parens. (presidentbeef)
* Added test_if_args_no_space_symbol__18. (presidentbeef)
* Added tests for new hash syntax and ternaries in 1.9 (lastobelus)
* Mon Sep 06 2010 mrueckertAATTsuse.de- update to version 3.0.5
* Added in_context to clean up code.
* optimize inspect to avoid needlessly caching AATTline
* Mon Jun 14 2010 mrueckertAATTsuse.de- update to version 3.0.4
* Added line number to pretty_print output if $VERBOSE
* Fri Jun 11 2010 mrueckertAATTsuse.de- use rubygems_requires macro
* Fri Dec 25 2009 prusnakAATTsuse.cz- updated to 3.0.3
* Mon Mar 23 2009 mrueckertAATTsuse.de- fix build