Re: [cmake-developers] Making your regular expression engine more reliable

2017-05-19 Thread Brad King
On 05/18/2017 03:44 PM, Alan W. Irwin wrote: > I have just discovered a long-standing regular expression bug (see > ) that has been > around since at least 3.0.2. Not to distract from the rest of the discussion in this thread, but that

Re: [cmake-developers] Making your regular expression engine more reliable

2017-05-19 Thread Ben Boeckel
On Thu, May 18, 2017 at 12:44:57 -0700, Alan W. Irwin wrote: > So your unit tests for regular expressions obviously missed at least > this issue. I have no idea what those unit tests are (or even if they > exist), but one possibility for attempting to wring most of the bugs out > of your regular

Re: [cmake-developers] Making your regular expression engine more reliable

2017-05-19 Thread Brad King
On 05/18/2017 03:44 PM, Alan W. Irwin wrote: > Another possibility is simply to forget supporting your own regexp > engine and adopt someone else's very well regarded regexp engine (such > as libprng). I vaguely recall that has been suggested before, but > since that hasn't happened I presume

Re: [cmake-developers] Making your regular expression engine more reliable

2017-05-19 Thread Sebastian Holtermann
Am 18.05.2017 um 23:07 schrieb Domen Vrankar: > 2017-05-18 21:44 GMT+02:00 Alan W. Irwin >: > > I have just discovered a long-standing regular expression bug (see >