Nick Miyake
Nick Miyake
I played around with doing this locally, and agree with your assessment. I also realized that implementing such functionality out-of-the-box still wouldn't give me the desired error output since all...
Yes in all of my comments on this issue I'm referring specifically to the behavior when using `%+v`. As I said, I'm satisfied with my current approach, which is to...
+1 -- I don't like the behavior of passing a `nil` error causing the entire function to return `nil`. To me, it's a form of `nil` hiding that adds cognitive...
OK, after thinking about this a bit more, I realize that my initial language was not precise enough/didn't fully capture my intent. I actually do agree that `propagate` or `wrap`...
On the macro point, I'm definitely interested in trying out `pkg/errors` -- I like that you don't have to wrap at every level and still get a lot of the...
Looks like this output is part of the `godelw` script itself. I think that having this output go to `stderr` rather than `stdout` is reasonable -- the output is purely...
Thanks for filing this issue. I checked and the documentation for this on the project Wiki is not fully complete. I would like to update that documentation to address the...
Sure, sounds reasonable and shouldn't be too hard to implement.
Great, happy to take a PR!
I think we should try our best to be accommodating of different workflows, but would very much prefer not to make `--first-parent` configurable -- one of the major benefits we...