google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.26k stars 204 forks source link

Replace `ctx.new_file` with `ctx.actions.declare_file` #494

Closed mai93 closed 11 months ago

mai93 commented 11 months ago

This will change the output directory from blaze-genfiles to blaze-bin

adonovan commented 11 months ago

FYI: this change has no significant effect, since the file being changed is only used as test input data to the Starlark scanner; it may look like Bazel configuration, but it is never used by Bazel.