I might be missing something but I could also be misunderstood. Either way I am going to try to explain again what I mean.
When someone clicks on https://go.googlesource.com/proposal/+/master/design/go2draft-error-values-overview.md#other-go-designs they can scroll down and see <https://go.googlesource.com/proposal/+/master/design/go2draft-error-values-overview.md#other-go-designs>Other Go Designs <https://go.googlesource.com/proposal/+/master/design/go2draft-error-values-overview.md#prehistoric-go>Prehistoric Go ... <https://go.googlesource.com/proposal/+/master/design/go2draft-error-values-overview.md#github_com_spacemonkeygo_errors> github.com/spacemonkeygo/errors ... <https://go.googlesource.com/proposal/+/master/design/go2draft-error-values-overview.md#github_com_juju_errgo> github.com/juju/errgo ... <https://go.googlesource.com/proposal/+/master/design/go2draft-error-values-overview.md#gopkg_in_errgo_v1-and-gopkg_in_errgo_v2>gopkg.in/errgo.v1 and gopkg.in/errgo.v2 ... <https://go.googlesource.com/proposal/+/master/design/go2draft-error-values-overview.md#github_com_hashicorp_errwrap> github.com/hashicorp/errwrap ... <https://go.googlesource.com/proposal/+/master/design/go2draft-error-values-overview.md#github_com_pkg_errors> github.com/pkg/errors ... <https://go.googlesource.com/proposal/+/master/design/go2draft-error-values-overview.md#upspin_io_error> upspin.io/error My point is that Ben's article should be included in that page as "Other Go designs". Yes I understand that the article is written but the way the pages ( https://go.googlesource.com/proposal/+/master/design/go2draft.md) are structured, when someone wants to investigate the problem and come up with a suggestion, the first thing they will read is the overview. If Ben's article is not included in the overview, then they will make decisions while missing an important design. Ben's design is an extension of the Upspin design and I believe it is a very important piece that everyone should read before designing something that will stay forever in Go 2. Please reconsider. On Wednesday, November 28, 2018 at 5:15:18 PM UTC+2, Ian Lance Taylor wrote: > > On Wed, Nov 28, 2018 at 12:13 AM <gopher....@gmail.com <javascript:>> > wrote: > > > > I do not understand how to respond in the wiki. Do I directly edit the > page? I don't see any comments or discussion. > > The wiki page is > https://github.com/golang/go/wiki/Go2ErrorHandlingFeedback . You can > edit it directly. > > > Also I think that the article should be mentioned in the errors > overview. It is like an evolved version of the upspin method but much > simpler to implement and more general. > > The article is written. There's little purpose to revisiting it at > this point. The focus now should be on the design drafts and > alternative suggestions. > > Ian > > > > On Tuesday, November 27, 2018 at 1:50:50 AM UTC+2, Ian Lance Taylor > wrote: > >> > >> On Mon, Nov 26, 2018 at 1:31 PM <gopher....@gmail.com> wrote: > >> > > >> > While reading > https://go.googlesource.com/proposal/+/master/design/go2draft-error-values-overview.md#other-go-designs > > I noticed that an important design is missing from the links below. I am > talking about Ben's https://middlemost.com/failure-is-your-domain/ which > I think offers some very good insights that are missing from the current > proposals. I think it is important to be added and be considered. > >> > >> Thanks, it's a good article, but I'm not sure what feedback to take > >> from it regarding the error design drafts that were made. In any case > >> a good place to respond is the wiki feedback pages mentioned at > >> https://go.googlesource.com/proposal/+/master/design/go2draft.md . > > > > -- > > You received this message because you are subscribed to the Google > Groups "golang-nuts" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to golang-nuts...@googlegroups.com <javascript:>. > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.