David Mitchell

Results 125 comments of David Mitchell

On Tue, Feb 21, 2023 at 03:40:13PM -0800, Hugo van der Sanden wrote: > As mentioned in [perlmonks](https://perlmonks.org/index.pl?node_id=11150515), we have this in `inline.h` (in blead at dab4006c92): > ``` >...

On Mon, Sep 16, 2024 at 01:15:46PM -0700, James E Keenan wrote: > On my Ubuntu Linux laptop (where the original complaint) was run, I tried @mauke's invocation and got...

On Tue, Oct 01, 2024 at 01:06:26AM -0700, MasterInQuestion wrote: >     [ https://github.com/MasterInQuestion/coordTransform/commit/dabc782b3e200d81210032f4dc6222b344e13d0b](https://github.com/MasterInQuestion/coordTransform/commit/dabc782b3e200d81210032f4dc6222b344e13d0b) > >     Test case: > [[ > ``` > > perl -e "'deEfficiency' =~ /d?(?:eficiency|[eE]fficiency)/;" -M"re"="debug" >...

On Mon, Jun 02, 2025 at 09:46:11PM -0700, Akiya ISHIDA wrote: > If a regular expression capture is passed as the port number to > pack_sockaddr_in(), the argument may not...

Note that Embed.t fails similarly on FreeBSD with useshrplib=true

On Wed, Jul 23, 2025 at 05:34:36PM -0700, Tony Cook wrote: > Can you be more specific? blead works for me This was just something I noticed in passing while...

On Mon, May 19, 2025 at 05:06:56AM -0700, vvv2542 wrote: > The code below prints warnings on exit: > > ``` perl > #!/usr/bin/env perl > > use strict; >...

I don't really understand the motivation behind this PR. It seems to add a lot of complexity: not only in the static function, but in all its callers. And just...

On Thu, Oct 17, 2024 at 09:40:21AM -0700, bulk88 wrote: > > I don't really understand the motivation behind this PR. It seems to add a lot of complexity: not...

On Fri, Oct 18, 2024 at 07:46:26AM -0700, bulk88 wrote: > New patch, alot less lines of text. More basic. Still gets all goals accomplished. And it still doesn't address...