Files
garble/testdata/script
Daniel Martí 65ffaa0efb stop ignoring GODEBUG when -tiny is used
GODEBUG started being used for configuring the behavior of the Go
toolchain and standard library, for the sake of smoother transitions
in terms of backwards and forwards compatibility.
See: https://go.dev/doc/godebug

As such, it is not right to have `garble build -tiny` ignore all
GODEBUG settings, because many GODEBUG keys nowadays do not actually
involve debugging what a Go binary is doing.

Moreover, the mechanism we were using broke with Go 1.25.2,
which refactored `func parsedebugvars()` into
`func parseRuntimeDebugVars(godebug string)`,
so our test started breaking as our runtime patching was broken.
2025-10-18 06:42:52 +02:00
..
2025-06-15 17:25:20 +01:00
2025-06-15 17:25:20 +01:00
2025-06-15 17:25:20 +01:00
2025-06-15 17:25:20 +01:00
2025-06-15 17:25:20 +01:00
2025-06-15 17:25:20 +01:00