blob: da09b80c109ef532c171a7383ddc49b6f7d94da5 [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
jimmyfrascheb2caf732018-08-30 11:49:26 -070011 - jimmy frasche, "[Why limit this inspection to errors?](https://gist.github.com/jimmyfrasche/04ca2146c9130dab4d993365313722fb)", August 2018
Dan Kortschak8a2a1232018-08-30 08:42:51 +093012 - 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 -070013 - 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
weregamer1b742842018-08-31 12:04:02 -070014 - Paul Meyer, “[errors.New?]( - _Your Name_, “[_Title_](#URL)”, August 2018
Liamece873c2018-08-28 23:23:11 -070015 - _Your Name_, “[_Title_](#URL)”, _month year_
16 - _Your Name_, “[_Title_](#URL)”, _month year_
Andrew Bonventreb163a6b2018-08-28 09:56:06 -060017 - etc.
18
19### Error Printing
20
Calle Petterssonb1ea8e32018-08-29 08:50:23 +020021 - Calle Pettersson, [Multi-line errors and log collection tools](https://gist.github.com/carlpett/bc1714060235edc0ad3fd9ead82f4ce6)”, August 2018
jimmyfrascheb2caf732018-08-30 11:49:26 -070022 - jimmy frasche, "[Why limit these interfaces to errors?](https://gist.github.com/jimmyfrasche/e02fcbefee5cb14228768afec17abbee)" , August 2018
Liamece873c2018-08-28 23:23:11 -070023 - _Your Name_, “[_Title_](#URL)”, _month year_
Andrew Bonventreb163a6b2018-08-28 09:56:06 -060024 - etc.
andrewchambers6f991442018-08-29 11:08:00 +120025
26### Misc
27
28- Andrew Chambers, [My current error approach](https://gist.github.com/andrewchambers/5cadb2b8b45271440f1a051bb1ccc9c6), August, 2018