Yves Orton
Yves Orton
@jkeenan I think I will remove the "DRAFT" relatively soon, its pretty close to being ready for merge now IMO, so not sure there is any point in getting github...
@bram-perl I think I fixed all the issues I noticed when I reviewed. Please go ahead, ill avoid any force pushes until i hear from you. Thanks for your time!
Thanks for the feedback and commits. Ill review them and the instructions you left and get them merged up. Regarding the exit code my thought was that things like this:...
BTW the test fails are because I didnt realize the tests were run under a shallow clone. Not sure what I can do about that except skip them in CI...
On Sat, 20 Aug 2022, 11:37 Bram, ***@***.***> wrote: > Thanks for the feedback and commits. Ill review them and the instructions > you left and get them merged up....
Hey @bram-perl I applied your changes, fixup-merged some of my own, and perltidied the sequence. I have two minor additional changes I want to merge that I will do right...
On Mon, 13 Sept 2021 at 01:10, Hugo van der Sanden ***@***.***> wrote: > This is better than the decimals, but I'd find it easier to read if they >...
@jkeenan I think we are deadlocked with #19888. Some folks think we should just always use ppport.h in core, and some folks think we shouldn't use it at all. There...
On Sat, 6 Aug 2022 at 07:00, Breno G. de Oliveira ***@***.***> wrote: > Hi @leonerd ! Maybe I'm doing something > wrong, but after installing your branch I am...
On Mon, 8 Aug 2022 at 19:54, Paul Evans ***@***.***> wrote: > $ ./perl -Ilib -E 'my $x; $x->(die 42)' > 42 at -e line 1. > > What did...