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

support "garble run" #661

Closed
mvdan opened this issue Jan 30, 2023 · 0 comments · Fixed by #715
Closed

support "garble run" #661

mvdan opened this issue Jan 30, 2023 · 0 comments · Fixed by #715

Comments

@mvdan
Copy link
Member

mvdan commented Jan 30, 2023

Garble is generally for obfuscating code or binaries, but sometimes it's useful to just run obfuscated code, like garble test to verify that none of the tests are being broken. We should support garble run for a similar reason - sometimes one wants to verify that a small Go program still runs OK, and having to garble build && ./program is a bit tedious when garble run . would do the trick.

mvdan added a commit to mvdan/garble-fork that referenced this issue Apr 10, 2023
It's the third time I've wanted it to quickly test out standalone
reproducers when people submit bugs.

Fixes burrowers#661.
@lu4p lu4p closed this as completed in #715 Apr 10, 2023
lu4p pushed a commit that referenced this issue Apr 10, 2023
It's the third time I've wanted it to quickly test out standalone
reproducers when people submit bugs.

Fixes #661.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant