go-internal icon indicating copy to clipboard operation
go-internal copied to clipboard

`brew install testscript`, where to send bugs, how upstream sync works?

Open abitrolly opened this issue 1 year ago • 2 comments

I've packed testscript into Homebrew, so now you can do this.

brew install testscript

The testscript, if executed without parameters, waits for input from stdin, while --help says

The special filename "-" is interpreted as the standard input.

Because there is already "-" for handling stdin input, I think that program without parameters should output --help. However,

I am not sure where to report the bug/request this feature?

Should it be here, or somewhere in Go internals tracker? How does this code gets changes from upstream?

abitrolly avatar Jun 25 '24 16:06 abitrolly

Tracking this issue here is correct. I think sending a PR to do this change would be fine.

mvdan avatar Aug 16 '24 22:08 mvdan

@mvdan I've sent a smaller PR to test contribution process ) https://github.com/rogpeppe/go-internal/pull/269

abitrolly avatar Nov 10 '24 09:11 abitrolly