Paul Jolly

Results 610 comments of Paul Jolly

@datacharmer - apologies, I skim read your initial description far too quickly. Ah I see. I think this probably falls outside the scope of `testscript` commands. The commands you are...

Glad that @mvdan is commenting here too - I'll defer to him and @rogpeppe. They are both closer to the API.

This is one of the most wonderfully meta bug reports in the use of `cmd/testscript`; thanks for reporting! The challenge for `cmd/testscript` is the following. `cmd/testscript` can take an arbitrary...

> Happy to work on a PR along your suggested lines Very happy for you to take this, thanks for checking!

Thanks for the heads up (FYI we've been tracking this for a while, since @rogpeppe raised https://github.com/golang/go/issues/28101). The one thing we'll need to keep in mind is that we've already...

This raises the somewhat interesting question of what changes (if any) would be made to `txtar-c`: how would the user of that command indicate that a particular file (or files)...

@rogpeppe has kindly pointed out a flaw in my testing. In that testing, it appeared to me that GitHub did _not_ preserve tabs in code snippets. However, that is _not_...

The build failures are as a result of https://github.com/golang/go/issues/40067#issuecomment-782075833. So whilst not directly caused by this change, this change does exacerbate the situation.

Per a quick chat with @mvdan, perhaps a better approach here is to walk the entire `io/fs.FS` for `.txt` files, rather than simply globbing at the root. This would work...

> Go 1.15 (master) is making the default `-h` flag report an exit status of 0 instead of the old 1 I'm assuming the implication of this change for the...