On Mon, 14 Apr 2014, SF Markus Elfring wrote: > > There was some proble about really huge regular expressions, which I think > > must be a library problem, not a Coccinelle problem, so I don't plan to do > > anything about it. > > Did you eventually reproduce exceptions from the handling of a bit smaller > alternation in a SmPL constraint once more?
Yes, I believe so. > How are the chances that if this one would be fixed that the bigger filter > pattern will also work? No chance. The problems are completely unrelated. In OCaml it is not possible to test equality of certain kinds of values. PCRE regular expressions are this kind of value. Str regular expressions can be compared, so this problem did not show up until we added PCRE support. julia _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
