You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somewhere in the code for the Go gazelle extension it wants to shell out to a go subprocess. When used via aspect configure rather than a gazelle_binary target, this leaks out to using a Go SDK installed on the system.
Version
HEAD
How to reproduce
No response
Any other information?
We should figure out why the extension wants to call a subprocess. This is against our design for making it a standalone tool.
The text was updated successfully, but these errors were encountered:
What happened?
Somewhere in the code for the Go gazelle extension it wants to shell out to a
go
subprocess. When used viaaspect configure
rather than a gazelle_binary target, this leaks out to using a Go SDK installed on the system.Version
HEAD
How to reproduce
No response
Any other information?
We should figure out why the extension wants to call a subprocess. This is against our design for making it a standalone tool.
The text was updated successfully, but these errors were encountered: