2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Added a comment to Boost Build's build/generators.jam module pointing to a mailing list thread containing an idea for refactoring Boost Build's Jamfile parsing so nothing would invalidate Boost Build's cached generator selection related viable source type information instead of having to work around the issues by clearing the cache when needed.

[SVN r48591]
This commit is contained in:
Jurko Gospodnetić
2008-09-05 00:39:58 +00:00
parent 13d30f14be
commit 93886c0143

View File

@@ -693,6 +693,12 @@ rule register ( g )
# type information would be to expand it with additional source types or
# even better - mark it as needing to be expanded on next use.
#
# Also see the http://thread.gmane.org/gmane.comp.lib.boost.build/19077
# mailing list thread for an even more advanced idea of how we could convert
# Boost Build's Jamfile processing, target selection and generator selection
# into separate steps which would prevent these caches from ever being
# invalidated.
#
# For now we just clear all the cached viable source target type information
# that does not simply state 'all types' and may implement a more detailed
# algorithm later on if it becomes needed.