Alessandro Arzilli

Results 223 comments of Alessandro Arzilli
trafficstars

This would be backwards incompatible and require a GODEBUG setting per #56986, right?

> Do you know of examples where that would not work? I do not, delve for example will assume the section is not compressed if it doesn't start with ZLIB:...

Unless I made a mistake there shouldn't be any behavior changes (as in, observable from the outside). Happy to explain anything about this if needed.

I haven't. If you want to test with the latest version of rr you need to apply a patch to delve that hasn't been merged yet: https://github.com/go-delve/delve/pull/3718

You can set a condition by right clicking on a breakpoint, selecting "Edit breakpoint" and setting the "Condition" field.

What does `PrintZeroes[]()` do?

> @aarzilli > > > What does PrintZeroes do? > > The same thing as `fmt.Println()`. That is, it does not pass any arguments. I'm guess that these: ``` func...