Skip to content
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

[Bug]: configure: Go extension uses host Go SDK #605

Open
alexeagle opened this issue Jan 16, 2024 · 1 comment
Open

[Bug]: configure: Go extension uses host Go SDK #605

alexeagle opened this issue Jan 16, 2024 · 1 comment
Labels
bug Something isn't working discussion needed Discussion required to progress further

Comments

@alexeagle
Copy link
Member

What happened?

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.

@alexeagle alexeagle added the bug Something isn't working label Jan 16, 2024
@github-actions github-actions bot added the untriaged Requires traige label Jan 16, 2024
@alexeagle alexeagle added discussion needed Discussion required to progress further and removed untriaged Requires traige labels Mar 27, 2024
@alexeagle
Copy link
Member Author

I don't think we actually plan to fix this, instead we'll write our extensions in pure starlark.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working discussion needed Discussion required to progress further
Projects
Status: No status
Development

No branches or pull requests

1 participant