Changelog for
ruby3.3-rubygem-flog-4.8.0-40.16.i586.rpm :
* Tue Nov 14 2023 Dan Čermák
- New upstream release 4.8.0, see bundled History.rdoc
* Thu Aug 04 2022 Stephan Kulow updated to version 4.6.6 see installed History.rdoc === 4.6.6 / 2022-07-03
* 1 minor enhancement:
* Added support for to_proc w/ hash(?!?). (t-kinoshita)
* 2 bug fixes:
* Removed to_proc_normal (eg &:sym/call) as benchmarks are much better.
* ruby3: Fixed anonymous block pass. (prtngn) === 4.6.5 / 2022-04-09
* 1 minor enhancement:
* Changed :iter scoring from branch to block_call (same score).
* 1 bug fix:
* Fixed support for ruby 3 (only affected block_pass / to_proc_normal).
* Mon Feb 10 2020 Stephan Kulow - updated to version 4.6.4 see installed History.rdoc === 4.6.4 / 2019-12-14
* 2 minor enhancements:
* Added basic support for safe_call (nic-potter).
* Added extra complexity penalty to safe_call processing. === 4.6.3 / 2019-09-14
* 1 minor enhancement:
* Removed --18 and --19 options to cmdline. No real value anymore.
* 2 bug fixes:
* Fixed some sexp access under STRICT_SEXP=2.
* Fixed option / arg processing bug that caused a hang (reading from stdin).
* Thu Feb 15 2018 factory-autoAATTkulow.org- updated to version 4.6.2 see installed History.rdoc === 4.6.2 / 2018-02-14
* 1 bug fix:
* Don\'t process stdin if cmdline args expand to nothing.
* Tue Feb 14 2017 cooloAATTsuse.com- updated to version 4.6.1 see installed History.rdoc === 4.6.1 / 2017-02-08
* 1 bug fix:
* Fixed max line number in range report. AKA I\'m an idiot. === 4.6.0 / 2017-02-01
* 2 minor enhancements:
* Bumped dependency on sexp_processor to 4.8 and up.
* Include new Sexp#line_max info for in_method so DSLs can record line span.
* Fri Jan 20 2017 cooloAATTsuse.com- updated to version 4.5.0 see installed History.rdoc === 4.5.0 / 2017-01-19
* 3 minor enhancements:
* Added -t=N and --threshold N processing to FlogCLI.
* Added tweakable threshold to Flog (still defaults to 60%).
* Renamed Flog::THRESHOLD to Flog::DEFAULT_THRESHOLD (but kept an alias around).
* Sat Jan 14 2017 cooloAATTsuse.com- updated to version 4.4.1 see installed History.rdoc === 4.4.1 / 2017-01-13
* 1 bug fix:
* Fixed scoring of Rational lits.
* Tue May 17 2016 cooloAATTsuse.com- updated to version 4.4.0 History.txt removed upstream
* Mon Feb 09 2015 cooloAATTsuse.com- updated to version 4.3.2
* 1 bug fix:
* Fixed rdoc url (phiggins)
* Fixed to_proc_normal scoring on ruby 2.2+. (teoljungberg)
* Wed Oct 15 2014 cooloAATTsuse.com- updated to version 4.3.0
* 1 minor enhancement:
* Added methods_only param to FlogTask. (jocranford)
* 2 bug fixes:
* Fixed grouping by class name. (guilhermesimoes)
* Removed dead rubyforge setting in Rakefile