> Are there any other corner cases I should consider banning as well? What > about behavior that should be allowed that currently isn't?
If this patch is the right place to address this is not clear to me, but I
mention them anyway.
-if a string is quoted, it may still be expanded as a variable name as I have
heard, i.e. those 2 may act as the same:
if ("a" STREQUAL b)
if (${a} STREQUAL ${b})
I would not expect such behavior, in fact I consider this counterintuitive.
-support for hex numbers would be cool, especially for parsing the version
numbers out of header files (like OpenSSL).
Greetings,
Eike
signature.asc
Description: This is a digitally signed message part.
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
