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

Issue 5651084: code review 5651084: os: rename SyscallError.Errno to SyscallError.Err (Closed)

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

Description

os: rename SyscallError.Errno to SyscallError.Err This lets us get rid of the OS-dependent implementations of SyscallError. The name "Err" was chosen to match the PathError type.

Patch Set 1 #

Patch Set 2 : diff -r 78d9bba0ab24 https://code.google.com/p/go/ #

Patch Set 3 : diff -r 78d9bba0ab24 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -37 lines) Patch
M src/pkg/os/error.go View 1 1 chunk +18 lines, -0 lines 0 comments Download
M src/pkg/os/error_plan9.go View 1 1 chunk +0 lines, -18 lines 0 comments Download
M src/pkg/os/error_posix.go View 1 2 chunks +1 line, -19 lines 0 comments Download

Messages

Total messages: 3
ality
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
14 years ago (2012-02-13 09:37:49 UTC) #1
rsc
LGTM
14 years ago (2012-02-13 14:31:37 UTC) #2
rsc
14 years ago (2012-02-14 19:22:37 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=0158e2415ca5 ***

os: rename SyscallError.Errno to SyscallError.Err

This lets us get rid of the OS-dependent implementations
of SyscallError.  The name "Err" was chosen to match the
PathError type.

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

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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