-
Notifications
You must be signed in to change notification settings - Fork 407
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
defaultFlags is ignored #1450
Comments
I am facing something similar with the GOEXPERIMENT variable :( |
Hey! The solution is already on this very same issue: you need to use the
|
I found that is likely that By default I think My idea is to move the defaultFlags usage to another function, and add it before trimpath gets injected, so defaultFlags is used if no flags where added to the configfile. After that, trimpath and other flags will be injected as normal. See the related PR #1464 |
Hello! I'm trying to use
defaultFlags
but it looks like its ignored.Here the reproducer:
This results in this error:
Now with
ko
:Does not fail:
Now using "normal" flags:
PD: I tested introducing a random string into
defaultFlags
and it does not fail, so its effectively ignored.PD2: I can give it a go and try to fix it myself, but I want someone to confirm it first.
The text was updated successfully, but these errors were encountered: