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

Issue 5450119: code review 5450119: syscall: return error, not uintptr, when function retur... (Closed)

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

Description

syscall: return error, not uintptr, when function returns error

Patch Set 1 #

Patch Set 2 : diff -r ff75ab89c70d https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r ff75ab89c70d https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 4 : diff -r c7861c2b3999 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -172 lines) Patch
M src/pkg/exp/wingui/gui.go View 1 9 chunks +14 lines, -13 lines 0 comments Download
M src/pkg/exp/wingui/winapi.go View 1 1 chunk +10 lines, -10 lines 0 comments Download
M src/pkg/exp/wingui/zwinapi.go View 1 5 chunks +30 lines, -50 lines 0 comments Download
M src/pkg/mime/type_windows.go View 1 2 chunks +5 lines, -5 lines 0 comments Download
M src/pkg/net/fd_windows.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/net/interface_windows.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/net/lookup_windows.go View 1 5 chunks +5 lines, -5 lines 0 comments Download
M src/pkg/syscall/dll_windows.go View 1 1 chunk +0 lines, -15 lines 0 comments Download
M src/pkg/syscall/mksyscall_windows.pl View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/pkg/syscall/syscall_windows.go View 1 5 chunks +40 lines, -30 lines 0 comments Download
M src/pkg/syscall/zsyscall_windows_386.go View 1 4 chunks +40 lines, -20 lines 0 comments Download
M src/pkg/syscall/zsyscall_windows_amd64.go View 1 4 chunks +40 lines, -20 lines 0 comments Download

Messages

Total messages: 4
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2011-12-07 04:25:37 UTC) #1
rsc
LGTM http://codereview.appspot.com/5450119/diff/3/src/pkg/syscall/syscall_windows.go File src/pkg/syscall/syscall_windows.go (right): http://codereview.appspot.com/5450119/diff/3/src/pkg/syscall/syscall_windows.go#newcode83 src/pkg/syscall/syscall_windows.go:83: // deal with special go errors I would ...
13 years, 4 months ago (2011-12-07 18:40:49 UTC) #2
brainman
http://codereview.appspot.com/5450119/diff/3/src/pkg/syscall/syscall_windows.go File src/pkg/syscall/syscall_windows.go (right): http://codereview.appspot.com/5450119/diff/3/src/pkg/syscall/syscall_windows.go#newcode83 src/pkg/syscall/syscall_windows.go:83: // deal with special go errors Are you talking ...
13 years, 4 months ago (2011-12-08 00:16:54 UTC) #3
brainman
13 years, 4 months ago (2011-12-08 01:07:31 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=fafcd328da73 ***

syscall: return error, not uintptr, when function returns error

R=rsc
CC=golang-dev
http://codereview.appspot.com/5450119
Sign in to reply to this message.

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