Changelog for
ruby3.3-rubygem-ruby2c-1.1.1-1.40.x86_64.rpm :
* Wed Dec 07 2022 Stephan Kulow
updated to version 1.1.1 see installed History.txt === 1.1.1 / 2022-12-03
* 2 bug fixes:
* Added support for 3.0 parser
* Used ParseTreeTestCase#TEST_SUFFIX to make this always work when new versions added.
* Mon Aug 29 2022 Stephan Kulow updated to version 1.1.0 see installed History.txt === 1.1.0 / 2019-09-24
* 4 minor enhancements:
* Pushed AATTAATTarray_types and array_type? up to Sexp (in typed_sexp.rb).
* Pushed down AATTAATTarray_types and #array_type? from Sexp to TypedSexp.
* Renamed Type to CType
* Renamed TypedSexp#sexp_type to c_type to resolve conflict/confusion w/ Sexp.
* 6 bug fixes:
* Fixed a test file randomization error (yay!) by requiring typed_sexp in rewriter.
* Fixed inspect/pretty_print to include line number for typed sexps, just like sexps.
* Fixed new ruby 2.5 warnings.
* Fixes for changes to sexp_processor, centered aroud maintaining c_type.
* Got working with ruby 2.5 parser.
* Removed obsolete attrset test
* Wed Mar 23 2016 olafAATTaepfle.de- Force fixed timestamps for patched gems (bsc#916047)
* Mon Sep 29 2014 mrueckertAATTsuse.de- update to new packaging scheme and add gem2rpm.yml- add ruby2c-1.0.0.9_shebang_fix.patch and series: We dont want /usr/local/bin/ruby
* Mon Nov 19 2012 cooloAATTsuse.com- updated to version 1.0.0.9
* 1 bug fix:
* I\'m an idiot. Fixed the dependencies to use RP 3.x and SP 4.x === 1.0.0.8 / 2012-11-09
* 5 minor enhancements:
* Added TypeChecker methods: rewrite_attrasgn, rewrite_call, rewrite_defn to reverse structural changes in ruby_parser 3.x.
* Added new 1.9 tests from PTTC to skip list
* Added new test case data for new 1.8 based tests
* Added process_arglist_plain and hooked it up with process_iter to deal with new block sexps.
* Renames for ruby_parser namespace changes
* 4 bug fixes:
* Environment moved in ruby_parser. Got tests running again.
* Fixed all tests broken by 1.8/1.9 split in pt_testcase.rb.
* Removed unused variables listed in 1.9 warnings
* Spastic monkey is spastic
* Mon Nov 05 2012 cooloAATTsuse.com- updated to version 1.0.0.7
* Sun Aug 22 2010 kkaempfAATTnovell.com- Initial version from dev (past 1.0.0.7 release) tree