mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
5eaac86c0ce4c0062ce88cdd446b7ef8e95a4315
essentially, makes composing generators fail if they are run deeper during transformation search. Looks like a new incarnation of 'allow-composing'. The motivation is to fight with cases where trasformation like CPP -> OBJ -> STATIC_LIB -> RSP -> EXE was tried. The composing OBJ -> STATIC_LIB generator was totally unprepared to be invoked at such depth, and errored out. The new behaviour cause this transformation to be rejected, but the search continues. * new/generators.jam (generator.run-really): New rule, with most of previous 'run' content. (generator.run): Check arguments only and call 'run-really'. Immediately return if the generator is composing and no name is specified. [SVN r18216]
Description
Mirrored via gitea-mirror
Languages
C++
73.8%
Python
22.6%
C
1.6%
Batchfile
0.7%
Shell
0.6%
Other
0.6%