Andrew Bonventre | b163a6b | 2018-08-28 09:56:06 -0600 | [diff] [blame] | 1 | # Go 2 Error Values Feedback |
| 2 | |
| 3 | This page is meant to collect and organize feedback about the Go 2 [error values draft designs](https://go.googlesource.com/proposal/+/master/design/go2draft-error-values-overview.md). |
| 4 | |
| 5 | Please post feedback on your blog, Medium, GitHub Gists, mailing lists, Google Docs, etc. And then please link it here. |
| 6 | |
| 7 | As the amount of feedback grows, please feel free to organize this page by specific kind of feedback. |
| 8 | |
| 9 | ### Error Inspection |
| 10 | |
K. Alex Mills | 307ea6d | 2018-09-02 15:49:37 -0500 | [diff] [blame] | 11 | - K. Alex mills, "[Rename Wrapper to Unwrapper](https://gist.github.com/kalexmills/46c2cb276c69b659005d8705180b268a)", September 2018 |
jimmyfrasche | b2caf73 | 2018-08-30 11:49:26 -0700 | [diff] [blame] | 12 | - jimmy frasche, "[Why limit this inspection to errors?](https://gist.github.com/jimmyfrasche/04ca2146c9130dab4d993365313722fb)", August 2018 |
Dan Kortschak | 8a2a123 | 2018-08-30 08:42:51 +0930 | [diff] [blame] | 13 | - Dan Kortschak, [Carrying contract expectations and values causing errors in ev3go](https://github.com/ev3go/ev3dev/blob/master/errors.go), August 2018 |
Daniel Theophanes | 18e9375 | 2018-08-30 11:14:29 -0700 | [diff] [blame] | 14 | - Daniel Theophanes, "[Go 2 Design: Error Inspection with Error Lists](https://docs.google.com/document/d/e/2PACX-1vT-CPcBV53awF7vq5bJEi1Y_DkuVmWW0RWl-gsujByB1mjX67rH58-mex1on1waR4Q_gyhPu5TdghMv/pub), August 2018 |
Cosmos Nicolaou | 047335f | 2018-09-04 12:27:53 -0700 | [diff] [blame^] | 15 | - Cosmos Nicolaou "[Inspection of errors in a different address space](https://github.com/cosnicolaou/core/wiki/go-2.0-error-handling-feedback)", September 2018 |
weregamer | 1b74284 | 2018-08-31 12:04:02 -0700 | [diff] [blame] | 16 | - Paul Meyer, “[errors.New?]( - _Your Name_, “[_Title_](#URL)”, August 2018 |
Liam | ece873c | 2018-08-28 23:23:11 -0700 | [diff] [blame] | 17 | - _Your Name_, “[_Title_](#URL)”, _month year_ |
Andrew Bonventre | b163a6b | 2018-08-28 09:56:06 -0600 | [diff] [blame] | 18 | - etc. |
| 19 | |
| 20 | ### Error Printing |
| 21 | |
Calle Pettersson | b1ea8e3 | 2018-08-29 08:50:23 +0200 | [diff] [blame] | 22 | - Calle Pettersson, [Multi-line errors and log collection tools](https://gist.github.com/carlpett/bc1714060235edc0ad3fd9ead82f4ce6)”, August 2018 |
jimmyfrasche | b2caf73 | 2018-08-30 11:49:26 -0700 | [diff] [blame] | 23 | - jimmy frasche, "[Why limit these interfaces to errors?](https://gist.github.com/jimmyfrasche/e02fcbefee5cb14228768afec17abbee)" , August 2018 |
Chris Hines | b1fff25 | 2018-09-01 02:55:07 -0400 | [diff] [blame] | 24 | - Chris Hines, “[Types cannot implement both the errors.Formatter and fmt.Formatter interfaces |
| 25 | ](https://gist.github.com/ChrisHines/a732a9b1ef3acb6acfee2ccc174e31ed)”, _August 2018_ |
Dean Bassett | 4752318 | 2018-09-03 03:39:35 -0400 | [diff] [blame] | 26 | - Dean Bassett, “[Make errors.Detailer, not errors.Formatter](https://gist.github.com/deanveloper/61544f16a7d4c3d517bda10c08080270)”, _September 2018_ |
Liam | ece873c | 2018-08-28 23:23:11 -0700 | [diff] [blame] | 27 | - _Your Name_, “[_Title_](#URL)”, _month year_ |
Andrew Bonventre | b163a6b | 2018-08-28 09:56:06 -0600 | [diff] [blame] | 28 | - etc. |
andrewchambers | 6f99144 | 2018-08-29 11:08:00 +1200 | [diff] [blame] | 29 | |
| 30 | ### Misc |
| 31 | |
| 32 | - Andrew Chambers, [My current error approach](https://gist.github.com/andrewchambers/5cadb2b8b45271440f1a051bb1ccc9c6), August, 2018 |