Breno G. de Oliveira

Results 42 comments of Breno G. de Oliveira

> For XS accessor generation modules this'd break the following use case (extensively present in DBIx::Class) @dur-randir does DBIx::Class (or relevant dependencies) provide a test that fails when building it...

It may be important to realize that the same behaviour happens on regular subroutine calls too, not just refs: ``` ▶ perl -Mv5.36 -E ' my $x; $x->(die q(oops!)) '...

> This _would be_ relatively simple if there were any spare flags. But there aren't. All 8 bits (plus the cheeky 9th `OPf_SPECIAL` flag) are already defined in use for...

> To be pedantic, a side effect of evaluating the argument could be setting the reference, respectively defining the function. ``` ▶ perl -E 'sub foo { *{q(main::bar)} = sub...

This is a great idea. I have the same complaint and have been playing with it for a while but couldn't figure out a name for it. "track" seem perfect,...

absolutely! do you have any particular ones you like?

Alternatively, if you are looking directly at a release that has security issues associated with it, we could have something like what is already in place for "adopt me': In...

@oalders sure, I can do it if the visual is approved. May I?

@haarg do we have a page to link to already? Would you rather I mock one, too? It's a prereq to this, I suppose.

Hi @trapd00r! Thank you for using Data::Printer and for taking the time to submit this issue. `color_reset` just prints "\e[0m", which *should* reset everything back to normal. Apparently, your terminal...