
18 Jul
2023
18 Jul
'23
6:54 p.m.
flog version 4.7.0 has been released! * home: <http://ruby.sadi.st/> * code: <https://github.com/seattlerb/flog> * rdoc: <http://docs.seattlerb.org/flog> * vim: <http://github.com/sentientmonkey/vim-flog> Flog reports the most tortured code in an easy to read pain report. The higher the score, the more pain the code is in. Changes: ### 4.7.0 / 2023-07-18 * 3 minor enhancements: * Extend flog to process complex numbers. (petergoldstein) * Only penalize magic numbers if they're not assigned to a const (excludes 0/-1). * Renamed :lit_fixnum to :magic_number.