Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(852)

Issue 1249933002: Move multierror logic into luci-go. (Closed)

Created:
5 years, 5 months ago by iannucci
Modified:
5 years, 4 months ago
Reviewers:
dnj, Vadim Sh., estaab, M-A Ruel
CC:
chromium-reviews, todd, andrew.wang, tandrii(chromium)
Base URL:
https://github.com/luci/luci-go@add_mathrand
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Add FixError too #

Patch Set 3 : Add New method to make importing common/errors a drop-in for the stdlib errors #

Total comments: 5

Patch Set 4 : rename #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+251 lines, -158 lines) Patch
A common/errors/doc.go View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M common/errors/errors.go View 1 2 3 1 chunk +0 lines, -44 lines 0 comments Download
M common/errors/errors_test.go View 1 2 3 1 chunk +0 lines, -102 lines 0 comments Download
A + common/errors/markederror.go View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A + common/errors/markederror_test.go View 1 2 3 4 chunks +8 lines, -8 lines 0 comments Download
M common/errors/multierror.go View 1 2 2 chunks +91 lines, -2 lines 4 comments Download
A common/errors/multierror_test.go View 1 2 1 chunk +138 lines, -0 lines 0 comments Download
M common/parallel/parallel_test.go View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (1 generated)
iannucci
5 years, 5 months ago (2015-07-22 08:53:30 UTC) #1
M-A Ruel
https://codereview.chromium.org/1249933002/diff/40001/common/errors/errors.go File common/errors/errors.go (right): https://codereview.chromium.org/1249933002/diff/40001/common/errors/errors.go#newcode14 common/errors/errors.go:14: // New is a pass-through version of the standard ...
5 years, 5 months ago (2015-07-22 18:20:36 UTC) #3
dnj
https://codereview.chromium.org/1249933002/diff/40001/common/errors/errors.go File common/errors/errors.go (right): https://codereview.chromium.org/1249933002/diff/40001/common/errors/errors.go#newcode14 common/errors/errors.go:14: // New is a pass-through version of the standard ...
5 years, 5 months ago (2015-07-22 18:30:34 UTC) #4
M-A Ruel
https://codereview.chromium.org/1249933002/diff/40001/common/errors/errors.go File common/errors/errors.go (right): https://codereview.chromium.org/1249933002/diff/40001/common/errors/errors.go#newcode14 common/errors/errors.go:14: // New is a pass-through version of the standard ...
5 years, 5 months ago (2015-07-22 18:32:36 UTC) #5
iannucci
is this OK to land or did ppl have comments? https://codereview.chromium.org/1249933002/diff/40001/common/errors/errors.go File common/errors/errors.go (right): https://codereview.chromium.org/1249933002/diff/40001/common/errors/errors.go#newcode14 ...
5 years, 5 months ago (2015-07-23 00:44:38 UTC) #6
dnj
https://codereview.chromium.org/1249933002/diff/40001/common/errors/errors.go File common/errors/errors.go (right): https://codereview.chromium.org/1249933002/diff/40001/common/errors/errors.go#newcode27 common/errors/errors.go:27: func (te *MarkedError) Error() string { Move to markederror.go
5 years, 5 months ago (2015-07-23 01:03:37 UTC) #7
iannucci
On 2015/07/23 01:03:37, dnj wrote: > https://codereview.chromium.org/1249933002/diff/40001/common/errors/errors.go > File common/errors/errors.go (right): > > https://codereview.chromium.org/1249933002/diff/40001/common/errors/errors.go#newcode27 > ...
5 years, 5 months ago (2015-07-23 01:13:25 UTC) #8
dnj
lgtm
5 years, 5 months ago (2015-07-23 01:14:22 UTC) #9
iannucci
Committed patchset #4 (id:60001) manually as 24a854fe2dfcc698d9e7b8db137086b2162b7db5 (presubmit successful).
5 years, 5 months ago (2015-07-23 01:14:40 UTC) #10
M-A Ruel
While the CL was a while ago, I'd like your thought on the followings. https://codereview.chromium.org/1249933002/diff/60001/common/errors/multierror.go ...
5 years, 4 months ago (2015-08-10 19:00:21 UTC) #11
iannucci
On 2015/08/10 19:00:21, M-A Ruel wrote: > While the CL was a while ago, I'd ...
5 years, 4 months ago (2015-08-10 19:28:04 UTC) #12
M-A Ruel
5 years, 4 months ago (2015-08-10 19:33:35 UTC) #13
Message was sent while issue was closed.
On 2015/08/10 19:28:04, iannucci wrote:
> On 2015/08/10 19:00:21, M-A Ruel wrote:
> > While the CL was a while ago, I'd like your thought on the followings.
> 
> Much appreciated! :)

Ok I understand better the use case now, thanks.

Powered by Google App Engine
This is Rietveld 408576698