[cmake-developers] Making your regular expression engine more reliable
Brad King
brad.king at kitware.com
Fri May 19 10:32:11 EDT 2017
On 05/18/2017 03:44 PM, Alan W. Irwin wrote:
> I have just discovered a long-standing regular expression bug (see
> <https://gitlab.kitware.com/cmake/cmake/issues/16899>) that has been
> around since at least 3.0.2.
Not to distract from the rest of the discussion in this thread, but that
particular issue has nothing to do with the regex engine. It is purely
a problem with the way `string(REGEX REPLACE)` is implemented. Maybe
a better regex engine could help fix the implementation, but this is
not due to a bug in the current regex engine.
-Brad
More information about the cmake-developers
mailing list