On 2014/07/18 00:35:34, dfc wrote: > Hello mailto:khr@golang.org, mailto:rsc@golang.org (cc: mailto:golang-codereviews@googlegroups.com), > > I'd like ...
10 years, 8 months ago
(2014-07-18 01:07:13 UTC)
#2
On 2014/07/18 00:35:34, dfc wrote:
> Hello mailto:khr@golang.org, mailto:rsc@golang.org (cc:
mailto:golang-codereviews@googlegroups.com),
>
> I'd like you to review this change to
> https://code.google.com/p/go
You could put the throwgo declaration in stubs.go.
Otherwise, LGTM.
On 2014/07/18 06:30:56, dfc wrote: > *** Submitted as https://code.google.com/p/go/source/detail?r=2facb9da08d5 *** > > runtime: add ...
10 years, 8 months ago
(2014-07-18 11:31:10 UTC)
#6
Message was sent while issue was closed.
On 2014/07/18 06:30:56, dfc wrote:
> *** Submitted as https://code.google.com/p/go/source/detail?r=2facb9da08d5 ***
>
> runtime: add throwgo
>
> Fixes issue 8380.
>
> Also update hashmap.go to use throwgo rather than panic.
>
> LGTM=khr
> R=khr, rsc
> CC=golang-codereviews
> https://codereview.appspot.com/115860045
I'm a bit late to the party, but I'd like to mention that the other functions in
stubs.go (gogetcallerpc, goeq, gohash, gocas, gomemeq) use "go" as prefix, not
suffix. ,
I agree, this was a mistake on my part. I will prepare a change to ...
10 years, 7 months ago
(2014-07-22 00:14:45 UTC)
#7
I agree, this was a mistake on my part. I will prepare a change to correct
this tonight.
On Fri, Jul 18, 2014 at 9:31 PM, <elias.naur@gmail.com> wrote:
> On 2014/07/18 06:30:56, dfc wrote:
>
>> *** Submitted as
>>
> https://code.google.com/p/go/source/detail?r=2facb9da08d5 ***
>
> runtime: add throwgo
>>
>
> Fixes issue 8380.
>>
>
> Also update hashmap.go to use throwgo rather than panic.
>>
>
> LGTM=khr
>> R=khr, rsc
>> CC=golang-codereviews
>> https://codereview.appspot.com/115860045
>>
>
> I'm a bit late to the party, but I'd like to mention that the other
> functions in stubs.go (gogetcallerpc, goeq, gohash, gocas, gomemeq) use
> "go" as prefix, not suffix. ,
>
> https://codereview.appspot.com/115860045/
>
Issue 115860045: code review 115860045: runtime: add throwgo
(Closed)
Created 10 years, 8 months ago by dave_cheney.net
Modified 10 years, 7 months ago
Reviewers: elias.naur
Base URL:
Comments: 0