On 03/06/2013 03:00 PM, Rolf Eike Beer wrote: > Stephen Kelly wrote: > >> https://gitorious.org/~steveire/cmake/steveires-cmake/commit/96ec58003de583 >> 794fb7440fc4b3521f272a26d6 >> >> in, but then again, the behavior of code like that won't change until >> the next release, and a policy will probably be needed anyway. > > So you introduce new stuff now and intend to change the way it works in the > next release? Or you intend to change the way old stuff works in next release?
That discussion refers to behavior already in 2.8.10. The goal is to introduce better behavior for unquoted generator expressions $<...> containing ';' in the '...' part. That is what we're delaying until after 2.8.11. The concern for this release is that new features in 2.8.11 make it more likely someone will try to use such syntax. If they do they will get undesirable results so we consider it unlikely a future change in behavior will trigger (its policy) very often in real projects. -Brad -- 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
