awesome-print / awesome_print

Pretty print your Ruby objects with style -- in full color and with proper indentation
http://github.com/michaeldv/awesome_print
MIT License
4.07k stars 454 forks source link

Create a new release, 1.8 contains a BUG #338

Closed marcsantiago closed 3 years ago

marcsantiago commented 6 years ago

$stderr.puts "Could not load #{dotfile}: #{e}"

Causes logstash to fail as dotfile is undefined when calling rescue in merge_custom_defaults

yaauie commented 6 years ago

@gerrywastaken is there anything I can do to assist in publishing a new release? Users of Logstash are hitting the refactoring bug that was fixed in awesome-print/awesome_print@62033856.

kares commented 4 years ago

ping here. Logstash seems stuck with 1.7.0 since it can not update to 1.8.0 (due this bug). since Logstash upgraded to Ruby 2.5 its left with a Fixnum warning :crying_cat_face:

BryanH commented 3 years ago

A new version is in the works. I'm wading through the long backlog of PRs that are desperately needed and will push out a new version soon. Please let me know if the issue still occurs (and a PR is always appreciated!)