Robert Findley

Results 271 comments of Robert Findley

We've just discovered (in https://golang.org/issue/45648) that this probably affects code without CRLF line endings as well. We suspect that this is the cause of an uptick of user-reported formatting problems...

Thanks Rebecca. Rebecca and I will be pairing on reviewing the change itself on Monday.

This is unlikely to get prioritized, since there are a finite number of importers and they are all working as intended. Therefore, this is an unfortunate API, but we probably...

Would love to see the error message for this one.

Since we added this bug report specifically because we couldn't figure it out, I don't think we're going to make easy progress without the content. I'm not sure what to...

This was a transient build breakage due to SetCrashOutput API change, which has since been fixed by @adonovan.

Seems like another SetCrashOutput dupe.

CC @griesemer Thanks for the report. Independent of what the correct behavior is here, we should never deadlock, even in invalid code.