Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(79)

Issue 3941041: code review 3941041: syscall: include all, even duplictate, invented error m... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 4 months ago by brainman
Modified:
14 years, 3 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

syscall: include all, even duplictate, invented error messages Otherwise syscall.Errstr() returns "" for some (EWOULDBLOCK) errors.

Patch Set 1 #

Patch Set 2 : code review 3941041: syscall: include all, even duplictate, invented error m... #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -9 lines) Patch
M src/pkg/syscall/mkerrors_windows.sh View 3 chunks +1 line, -9 lines 2 comments Download
M src/pkg/syscall/zerrors_windows_386.go View 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change.
14 years, 4 months ago (2011-01-10 06:20:34 UTC) #1
rsc
Something's not quite right here... http://codereview.appspot.com/3941041/diff/2001/src/pkg/syscall/mkerrors_windows.sh File src/pkg/syscall/mkerrors_windows.sh (left): http://codereview.appspot.com/3941041/diff/2001/src/pkg/syscall/mkerrors_windows.sh#oldcode193 src/pkg/syscall/mkerrors_windows.sh:193: if(errors[j].value == e) // ...
14 years, 4 months ago (2011-01-11 15:48:05 UTC) #2
brainman
http://codereview.appspot.com/3941041/diff/2001/src/pkg/syscall/mkerrors_windows.sh File src/pkg/syscall/mkerrors_windows.sh (left): http://codereview.appspot.com/3941041/diff/2001/src/pkg/syscall/mkerrors_windows.sh#oldcode193 src/pkg/syscall/mkerrors_windows.sh:193: if(errors[j].value == e) // duplicate value On 2011/01/11 15:48:05, ...
14 years, 4 months ago (2011-01-12 00:02:19 UTC) #3
rsc
LGTM
14 years, 3 months ago (2011-01-19 19:47:17 UTC) #4
brainman
14 years, 3 months ago (2011-01-20 10:24:25 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=5105b2ff334d ***

syscall: include all, even duplictate, invented error messages

Otherwise syscall.Errstr() returns "" for some (EWOULDBLOCK) errors.

R=rsc
CC=golang-dev
http://codereview.appspot.com/3941041

Committer: Alex Brainman <alex.brainman@gmail.com>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b