-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V2 #249
Comments
Hello, I'm made a modded version of go-rules, because I need the following features:
Note: bl is an alias to buildlabel has described here thought-machine/please#3110 The gist of the code is this:
This give multiple toolchain available named |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've said informally in a bunch of places that I want to do a v2 of this plugin. The changes would include:
go_toolchain
(orgo_system_toolchain
)go_stdlib
to be usedinstall_std
stuff fromgo_toolchain
go_toolchain
if all thatgotool
really needs is the binary (little unsure here but I'd like to optimise it better for not passing heaps of files around the place)go_module
in favour ofgo_repo
legacy_imports
config optioncoverageredesign
config option, make it always ongo_stdlib
is in use and it doesn't fully work properly now since we can't easily find where the compiled artifacts are)coverageredesign
if nothing else)please_go/install
and the old paths inplease_go/gotest
, plus anything in the defs)The text was updated successfully, but these errors were encountered: