Closed schwernbot closed 10 years ago
From: @jkeenan Date: Saturday Nov 12, 2011 at 01:16 GMT Orig: https://github.com/Test-More/test-more/issues/195#issuecomment-2715311
Can you elaborate on why these methods should be removed and/or what they should be replaced with?
From: @schwern Date: Saturday Nov 12, 2011 at 01:58 GMT Orig: https://github.com/Test-More/test-more/issues/195#issuecomment-2715509
All output is now done via the Test::Builder2::Formatter object and all information passed to them via Test::Builder2::Event objects. There's no more need for Test::Builder to have a print method of its own and it should not bypass the formatter.
From: @schwern Date: Tuesday Nov 15, 2011 at 05:56 GMT Orig: https://github.com/Test-More/test-more/issues/195#issuecomment-2741331
From: @schwern Date: Friday Nov 11, 2011 at 03:05 GMT Orig: https://github.com/Test-More/test-more/issues/195
This includes methods and keys that only it uses...
_indent
_print_to_fh
bail_out
is the last thing using_print
and must be implemented in the formatter first. (See #101)