blob: f9f42db2d54d7f62248e16e8873f166520caf6d1 [file] [log] [blame] [view]
Andrew Bonventreb163a6b2018-08-28 09:56:06 -06001# Go 2 Error Values Feedback
2
3This 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
5Please post feedback on your blog, Medium, GitHub Gists, mailing lists, Google Docs, etc. And then please link it here.
6
7As the amount of feedback grows, please feel free to organize this page by specific kind of feedback.
8
9### Error Inspection
10
K. Alex Mills307ea6d2018-09-02 15:49:37 -050011 - K. Alex mills, "[Rename Wrapper to Unwrapper](https://gist.github.com/kalexmills/46c2cb276c69b659005d8705180b268a)", September 2018
jimmyfrascheb2caf732018-08-30 11:49:26 -070012 - jimmy frasche, "[Why limit this inspection to errors?](https://gist.github.com/jimmyfrasche/04ca2146c9130dab4d993365313722fb)", August 2018
Dan Kortschak8a2a1232018-08-30 08:42:51 +093013 - Dan Kortschak, [Carrying contract expectations and values causing errors in ev3go](https://github.com/ev3go/ev3dev/blob/master/errors.go), August 2018
Daniel Theophanes18e93752018-08-30 11:14:29 -070014 - 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 Nicolaou047335f2018-09-04 12:27:53 -070015 - Cosmos Nicolaou "[Inspection of errors in a different address space](https://github.com/cosnicolaou/core/wiki/go-2.0-error-handling-feedback)", September 2018
weregamer1b742842018-08-31 12:04:02 -070016 - Paul Meyer, “[errors.New?]( - _Your Name_, “[_Title_](#URL)”, August 2018
Liamece873c2018-08-28 23:23:11 -070017 - _Your Name_, “[_Title_](#URL)”, _month year_
Andrew Bonventreb163a6b2018-08-28 09:56:06 -060018 - etc.
19
20### Error Printing
21
Calle Petterssonb1ea8e32018-08-29 08:50:23 +020022 - Calle Pettersson, [Multi-line errors and log collection tools](https://gist.github.com/carlpett/bc1714060235edc0ad3fd9ead82f4ce6)”, August 2018
jimmyfrascheb2caf732018-08-30 11:49:26 -070023 - jimmy frasche, "[Why limit these interfaces to errors?](https://gist.github.com/jimmyfrasche/e02fcbefee5cb14228768afec17abbee)" , August 2018
Chris Hinesb1fff252018-09-01 02:55:07 -040024 - Chris Hines, “[Types cannot implement both the errors.Formatter and fmt.Formatter interfaces
25](https://gist.github.com/ChrisHines/a732a9b1ef3acb6acfee2ccc174e31ed)”, _August 2018_
Dean Bassett47523182018-09-03 03:39:35 -040026 - Dean Bassett, “[Make errors.Detailer, not errors.Formatter](https://gist.github.com/deanveloper/61544f16a7d4c3d517bda10c08080270)”, _September 2018_
Liamece873c2018-08-28 23:23:11 -070027 - _Your Name_, “[_Title_](#URL)”, _month year_
Andrew Bonventreb163a6b2018-08-28 09:56:06 -060028 - etc.
andrewchambers6f991442018-08-29 11:08:00 +120029
30### Misc
31
32- Andrew Chambers, [My current error approach](https://gist.github.com/andrewchambers/5cadb2b8b45271440f1a051bb1ccc9c6), August, 2018