Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: regex gotcha moving from 5.8.8 to 5.30.0?

by mordibity (Acolyte)
on Feb 11, 2021 at 21:34 UTC ( [id://11128273]=note: print w/replies, xml ) Need Help??


in reply to Re^2: regex gotcha moving from 5.8.8 to 5.30.0?
in thread regex gotcha moving from 5.8.8 to 5.30.0?

That's fascinating, thank you! It looks like through blind luck I've been frozen-in-time with a version whose performance happened to complement the way I was trying to tackle the parsing problem...

For my side, I suppose I can stick with 5.8.8, or jump to 5.30+ by possibly changing my regexes as sw1 and SBECK have suggested to avoid "\s* ^ \s*" and compromising a little on the strictness of the parser.

But for the sake of Perl, however, is there a recommended escalation path to alert the developers about this regression / add it to the test suite / etc? Or is it niche enough not to be interesting?

  • Comment on Re^3: regex gotcha moving from 5.8.8 to 5.30.0?

Replies are listed 'Best First'.
Re^4: regex gotcha moving from 5.8.8 to 5.30.0?
by Animator (Hermit) on Feb 12, 2021 at 17:16 UTC
    Just a FYI: perl developers are already aware. (but I suppose you could still create an issue for it; less chance for it to be forgotten) It's also been discussed a bit on the #p5p IRC channel.

        OMG! Look who it is! :-D

Re^4: regex gotcha moving from 5.8.8 to 5.30.0?
by rsFalse (Chaplain) on Feb 11, 2021 at 22:17 UTC
    You can try perlbug - 'how to submit bug reports on Perl'. Or ask someone else to create a ticket.
    Also you can add a link to this perlmonks forum discussion. I think it is a regression of at least of medium severity.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11128273]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-25 22:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found