suriab / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

in-expression scripts get invoked repeatedly, even if nothing can change #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently <!(python xyz) gets run over and over each time it is expanded.
We should add a cache of the return value and use that after the first run.

Original issue reported on code.google.com by bradnel...@google.com on 4 Nov 2009 at 10:18

GoogleCodeExporter commented 9 years ago
http://codereview.chromium.org/375013/show

Original comment by thomasvl@chromium.org on 6 Nov 2009 at 10:42

GoogleCodeExporter commented 9 years ago
Committed revision 744.

Original comment by thomasvl@chromium.org on 9 Nov 2009 at 12:50