thepudds

Results 109 comments of thepudds

I think the place where a decision for "testscript should be exposed under an official Go repo" would be under a proposal on the Go issue tracker... but there would...

FWIW, I sent a PR #225 that might help (slightly šŸ˜…) regarding a few of the concerns raised here. Not perfect, but maybe something along those lines might be a...

Hi @bitfield, possibly related is the update feature uses the second argument to `cmp` as an updatable file: > // UpdateScripts specifies that if a `cmp` command fails and its...

Hi @bitfield > If cmp compares two things, one of which is stdout, it should be straightforward to arrange for -update to update the other one. If cmp is comparing...

> I will try other approaches, extendible hashing is a good plan, but it still requires some time to verify and implement :) Hi @zhangyunhao116, I'm curious if you have...

Overall, this seems worth doing even for the simple implementation. That said, when re-reading, I’m not always 100% certain when some folks say in some spots above something like "always...

Hi @jayconrod I agree this would be a nice and friendly improvement. > For this issue, it seems reasonable to me to let go build and other commands accept an...

A couple of people from the Gentoo Foundation were asking some seemingly related questions in #51284, including https://github.com/golang/go/issues/51284#issuecomment-1334221407. It might be worthwhile for someone from the core Go team to...

In the earlier issue, @cdvr1993 wrote in https://github.com/golang/go/issues/48409#issuecomment-1400931406: > would you suggest it is better to wait for #56857 to have a way to keep an eye on the size...

Hi @rabbbit, I looked over some of the example graphs and traces you posted, but I was worried I might have misunderstood some of the time correlation between some of...