Closed weberc2 closed 5 years ago
I think the right thing here is to bake these helpers into the plugins themselves. In the future, we can solve for binary size by making the plugins true, dynamically-loaded plugins if necessary. Each plugin can choose whether to provide a Go builtin function or a script that is executed like other starlark code.
Right now, most plugins have starlark helper functions that are defined in starlark files in the repo. These are not available to other repos automatically (they need to be manually copied/pasted into the new repo at the right location).
init
subcommand)