Closed jmillikin-stripe closed 2 weeks ago
/cc @laszlocsomor
@irengrig : I'm confused, why should I know about this issue?
Is that related to ctx.resolve_tools() ?
This provider is also about invoking the tool and pass the information about runfiles. I am not sure how exactly it is different from this case, but it solves the same problem.
Ah, you're right, in that light they are related.
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 1+ years. It will be closed in the next 90 days unless any other activity occurs. If you think this issue is still relevant and should stay open, please post any comment here and the issue will no longer be marked as stale.
Let's dedup against https://github.com/bazelbuild/bazel/issues/15486 given the recent discussion happening there.
Feature requests: what underlying problem are you trying to solve with this feature?
Now that
FilesToRunProvider
can be passed directly toctx.actions.run()
as an executable, I want to replace some of my(executable, runfiles)
structs with the native provider. It looks like values of this type can only be read by Starlark, not constructed.I'd like to be able to do something like this: