2017-05-18 21:44 GMT+02:00 Alan W. Irwin <ir...@beluga.phys.uvic.ca>:

> 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.
>
> 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 expression processor is to adapt some other project's
> regexp test suite. See
> <http://stackoverflow.com/questions/15819919/where-can-i-
> find-unit-tests-for-regular-expressions-in-multiple-languages>
> for a rather large list of such test suites.
>
> 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 inertia or NIH syndrome won or
> else there was some strong reason why you didn't go that route.
>

There's a third option that comes to mind - I remember that a while back
there was talk about TR1 becoming a requirement for building CMake so TR1
regex library could be exposed (probably just ECMAScript version).

How far along is the TR1 idea to being implemented/accepted?

Regards,
Domen
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to