Alessandro Arzilli

Results 223 comments of Alessandro Arzilli
trafficstars

FYI Sonoma (or rather the version of xcode that ships with sonoma) still has an old version of dsymutil.

> It looks like this https://github.com/go-delve/delve/blob/master/pkg/proc/gdbserial/rr.go#L144 line is where the arguments for rr record are constructed. That's replay, record is above in RecordAsync.

> Do you have a preferred flag name or other mechanism for setting the RR flag? That's the problem. The simple way to do this is to add a flag...

We only skip things that are marked not readable, this might be a consequence of how the runtime allocates memory on macos. I don't know if we can do anything...

The documentation of GIT_EDITOR actually says: ``` GIT_EDITOR Text editor for use by Git commands. The value is meant to be interpreted by the shell when it is used. ```...

Calling functions with type parameters is not supported and there are significant complications to implementing it: it's impossible to do it in the general case, where the instantiated version doesn't...

Turns out `net/jsonrpc` won't let us do this: https://golang.org/src/net/rpc/jsonrpc/server.go#L117 :(