We need to know your Perl version, I guess. Also please ensure you have
the latest version of Regexp::Common.
I've seen errors like this while developing C-Reduce but I certainly
don't get this from our development version.
In fact I have not tweaked the regular expressions for a long time. If
this problem just appeared, that's weird. Please use git-bisect to let
me know when it first appears.
John
On 06/28/2012 07:00 AM, Paulo Matos wrote:
Hi,
From creduce git from yesterday. How can I obtain the tag (creduce
--version doesn't say anything useful)?
I get during a minimization:
===< pass_balanced :: curly >===
Sequence (?<a...) not recognized in regex; marked by <-- HERE in m/^(?<a
<-- HERE
ll>((?-xism:(?-xism:(?:\{(?:(?>[^\{\}]+)|(??{$Regexp::Common::balanced
[2]}))*\})))))/ at /home/pm18/local/share/creduce/perl/pass_balanced.pm
line 71.
Let me know if I need to provide any other useful information how to
obtain it.