Re: [PATCH] Another fix for irregex to bring us to 0.9.10

2021-07-06 Thread Mario Domenech Goulart
On Tue, 6 Jul 2021 16:09:22 +0200 Peter Bex wrote: > Here's one more patch to bring Irregex completely up to date with the > just released 0.9.10 version. It fixes an issue where "bol" would > overlap with newline characters in a weird way. Thanks, Peter. Pushed. All the best. Mario --

[PATCH] Another fix for irregex to bring us to 0.9.10

2021-07-06 Thread Peter Bex
Hi all, Here's one more patch to bring Irregex completely up to date with the just released 0.9.10 version. It fixes an issue where "bol" would overlap with newline characters in a weird way. Cheers, Peter From efe932f4fa7afbc56865d33edfbf6836c34ce919 Mon Sep 17 00:00:00 2001 From: Peter Bex

Re: [PATCH] show more helpful error message with "-l"

2021-07-06 Thread Peter Bex
On Thu, Jul 01, 2021 at 10:44:22PM +0200, felix.winkelm...@bevuta.com wrote: > See patch, suggested by jcroisant on #chicken. Since -lxxx may > be ambiguous, not all cases may be caught, but it can still be helpful to new > users. Thanks, applied. The patch has some weird indentation and also

[PATCH] Fix for incorrect NFA compilation of "or" with empty sequence [was: Re: [PATCH] Fix for irregex incorrect matches]

2021-07-06 Thread felix . winkelmann
> On Mon, Jul 05, 2021 at 11:45:36AM +0200, Peter Bex wrote: > > Hi there, > > > > The attached patch is a port of the most recent commit in the irregex > > repository, which fixes this upstream ticket: > > https://github.com/ashinn/irregex/issues/27 > > And here is another patch to fix a