problem-solving icon indicating copy to clipboard operation
problem-solving copied to clipboard

Data::Dump::Tree in Rakudo core

Open librasteve opened this issue 1 year ago • 3 comments

Feature request - please can we add Data::Dump::Tree to the rakudo core (or star) distribution? …

It's very nice power dd for more complex objects and seems to be widely used and stable. …

librasteve avatar Nov 09 '23 21:11 librasteve

Or maybe '_'

librasteve avatar Nov 09 '23 21:11 librasteve

Adding it to Rakudo Star feels like the best solution atm.

lizmat avatar Nov 09 '23 23:11 lizmat

Or maybe _

_ is intended for tiny utilities that can be implemented in < 70 lines. Data::Dump::Tree is currently implemented in 4,798 lines, so it doesn't seem like a great candidate for _ :grin:

codesections avatar Nov 10 '23 15:11 codesections