Paul Evans

Results 269 comments of Paul Evans

Good plan. Updated. (Should squash before merge)

Eh; I don't feel like a big docs rewrite at this point. This is a 4th(?)-level dependency of something I happen to be working on. I'll just add that they're...

Ugh, if I update ext/mro/mro.xs then Porting/cmp_version.t gets upset that I didn't bump the version number. I'm not sure I want to bump a version number purely to add a...

This seems to be fine... Are we waiting on any specific comments or reviews? How does PAUSE permissions for this alter - do we need to talk to the CPAN...

Ah, but the opchecker only runs at sites that are compiletime determined to be trim. It's possible to defeat that check: ``` $ bleadperl -E 'my $func = \&builtin::trim; say...

Overall no huge objection, though in parts I'm unsure quite the value being added by the tests. While "more tests are always good", there gets to a point where we're...

I'm not sure it's obsolete. There is still the intention to be able to bump the first component of the version number beyond 5 and into 7, 8, and beyond...

I'm definitely keen to see this go in. The new variable names are neater and easier to remember (major.minor.patch is industry-standard, as compared our previous revision.version.subversion - what even is...

You probably want to leave B::Deparse's code in place for deparsing the old optree shapes (give or take some additional comments explaining why), because XS modules that generate optrees may...

+1 to this. I've tried to use `tree-sitter-cli parse` on stdin, either by passing `/dev/stdin` or `-` as the filename. The former "works" but the CLI tool believes the input...