stone_script + boulder: Move eval_to_string() to context - #867
Conversation
|
@lumi-me-not okay? |
|
llvm-build.log seems to fix the issue for me I see with |
2ed5908 to
0e30a48
Compare
This ensures any prefix actions coming from %scriptBase are picked up by the evaluator. Previously, builddeps from macros specified in `environment` were not added for evaluation.
0e30a48 to
2502296
Compare
|
I was wondering whether it would be better to have a method that returns both the output and the deps, so the deps can then be merged in. But this solution works as well, and might be better. Maybe also worth thinking about whether we would want But anyways, LGTM. :) |
Keep us posted. Will merge this as-is for now so the related llvm regression gets fixed. Then we have more time/less pressure when considering your suggestion. |
This ensures any prefix actions coming from %scriptBase are picked up by the evaluator.
Previously, builddeps from macros specified in
environmentwere not added for evaluation.