Keyboard Shortcuts

File
u :up to issue
m :publish + mail comments
M :edit review message
j / k :jump to file after / before current file
J / K :jump to next file with a comment after / before current file
Side-by-side diff
i :toggle intra-line diffs
e :expand all comments
c :collapse all comments
s :toggle showing all comments
n / p :next / previous diff chunk or comment
N / P :next / previous comment
<Up> / <Down> :next / previous line
<Enter> :respond to / edit current comment
d :mark current comment as done
Issue
u :up to list of issues
m :publish + mail comments
j / k :jump to patch after / before current patch
o / <Enter> :open current patch in side-by-side view
i :open current patch in unified diff view
Issue List
j / k :jump to issue after / before current issue
o / <Enter> :open current issue
# : close issue
Comment/message editing
<Ctrl> + s or <Ctrl> + Enter :save comment
<Esc> :cancel edit
Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(36)
Issues Repositories Search
Open Issues | Closed Issues | All Issues | Sign in with your Google Account to create issues and add comments

Issue 36020043: code review 36020043: os, os/exec, os/user: add support for GOOS=solaris

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by aram
Modified:
12 years ago
Reviewers:
minux1 , jsing
CC:
golang-codereviews, dave_cheney.net, minux1, gobot, jsing
Visibility:
Public.
os, os/exec, os/user: add support for GOOS=solaris

Patch Set 1 #

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

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

Patch Set 4 : diff -r bddf2a72f5e1 https://code.google.com/p/go #

Patch Set 5 : diff -r bddf2a72f5e1 https://code.google.com/p/go #

Patch Set 6 : diff -r 6835745cc243 https://code.google.com/p/go #

Patch Set 7 : diff -r 6835745cc243 https://code.google.com/p/go #

Patch Set 8 : diff -r 6835745cc243 https://code.google.com/p/go #

Patch Set 9 : diff -r 17615253b9e8 https://code.google.com/p/go #

Patch Set 10 : diff -r 17615253b9e8 https://code.google.com/p/go #

Total comments: 2

Patch Set 11 : diff -r 17615253b9e8 https://code.google.com/p/go #

Patch Set 12 : diff -r d45af824172f https://code.google.com/p/go #

Patch Set 13 : diff -r c4b7c0824984 https://code.google.com/p/go #

Patch Set 14 : diff -r c4b7c0824984 https://code.google.com/p/go #

Patch Set 15 : diff -r c4b7c0824984 https://code.google.com/p/go #

Patch Set 16 : diff -r c4b7c0824984 https://code.google.com/p/go #

Patch Set 17 : diff -r 1e52bf0c539c https://code.google.com/p/go #

Patch Set 18 : diff -r 1e52bf0c539c https://code.google.com/p/go #

Total comments: 2

Patch Set 19 : diff -r 884801fb67af https://code.google.com/p/go #

Patch Set 20 : diff -r 884801fb67af https://code.google.com/p/go #

Patch Set 21 : diff -r 884801fb67af https://code.google.com/p/go #

Created: 12 years ago
Download [raw] [tar.bz2]
Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -17 lines) Patch
M src/pkg/os/dir_unix.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/env_unix_test.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/error_unix.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/exec/exec_test.go View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -0 lines 0 comments Download
M src/pkg/os/exec/lp_unix.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/exec/lp_unix_test.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/exec_posix.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/exec_unix.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/file_posix.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/file_unix.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/os_unix_test.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/path_unix.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/pipe_bsd.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/signal/signal_test.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/signal/signal_unix.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/stat_solaris.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +2 lines, -2 lines 0 comments Download
A src/pkg/os/sys_solaris.go View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M src/pkg/os/user/lookup_unix.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
Total messages: 17
|
aram
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
12 years, 1 month ago (2013年12月10日 20:40:34 UTC) #1
Hello golang-dev@googlegroups.com,
I'd like you to review this change to
https://code.google.com/p/go 
Sign in to reply to this message.
dave_cheney.net
https://codereview.appspot.com/36020043/diff/180001/src/pkg/os/stat_solaris.go File src/pkg/os/stat_solaris.go (right): https://codereview.appspot.com/36020043/diff/180001/src/pkg/os/stat_solaris.go#newcode7 src/pkg/os/stat_solaris.go:7: // TODO(dfc) copied from FreeBSD, might be wrong It's ...
12 years, 1 month ago (2013年12月10日 23:45:17 UTC) #2
https://codereview.appspot.com/36020043/diff/180001/src/pkg/os/stat_solaris.go
File src/pkg/os/stat_solaris.go (right):
https://codereview.appspot.com/36020043/diff/180001/src/pkg/os/stat_solaris.g...
src/pkg/os/stat_solaris.go:7: // TODO(dfc) copied from FreeBSD, might be wrong
It's not wrong any more :)
Sign in to reply to this message.
aram
https://codereview.appspot.com/36020043/diff/180001/src/pkg/os/stat_solaris.go File src/pkg/os/stat_solaris.go (right): https://codereview.appspot.com/36020043/diff/180001/src/pkg/os/stat_solaris.go#newcode7 src/pkg/os/stat_solaris.go:7: // TODO(dfc) copied from FreeBSD, might be wrong On ...
12 years, 1 month ago (2013年12月11日 21:27:14 UTC) #3
https://codereview.appspot.com/36020043/diff/180001/src/pkg/os/stat_solaris.go
File src/pkg/os/stat_solaris.go (right):
https://codereview.appspot.com/36020043/diff/180001/src/pkg/os/stat_solaris.g...
src/pkg/os/stat_solaris.go:7: // TODO(dfc) copied from FreeBSD, might be wrong
On 2013年12月10日 23:45:17, dfc wrote:
> It's not wrong any more :)
Done.
Sign in to reply to this message.
minux1
LGTM.
12 years, 1 month ago (2013年12月13日 07:08:02 UTC) #4
LGTM.
Sign in to reply to this message.
gobot
Replacing golang-dev with golang-codereviews.
12 years ago (2013年12月20日 16:26:20 UTC) #5
Replacing golang-dev with golang-codereviews.
Sign in to reply to this message.
aram
Hello golang-codereviews@googlegroups.com, dave@cheney.net, minux.ma@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
12 years ago (2013年12月21日 21:48:58 UTC) #6
aram
Hello golang-codereviews@googlegroups.com, dave@cheney.net, minux.ma@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
12 years ago (2013年12月29日 17:45:19 UTC) #7
gobot
R=jsing@google.com (assigned by aram@mgk.ro)
12 years ago (2014年01月07日 23:20:11 UTC) #8
Sign in to reply to this message.
jsing
LGTM https://codereview.appspot.com/36020043/diff/340001/src/pkg/os/stat_solaris.go File src/pkg/os/stat_solaris.go (right): https://codereview.appspot.com/36020043/diff/340001/src/pkg/os/stat_solaris.go#newcode1 src/pkg/os/stat_solaris.go:1: // Copyright 2013 The Go Authors. All rights ...
12 years ago (2014年01月08日 10:38:34 UTC) #9
LGTM
https://codereview.appspot.com/36020043/diff/340001/src/pkg/os/stat_solaris.go
File src/pkg/os/stat_solaris.go (right):
https://codereview.appspot.com/36020043/diff/340001/src/pkg/os/stat_solaris.g...
src/pkg/os/stat_solaris.go:1: // Copyright 2013 The Go Authors. All rights
reserved.
Copyright years are not updated - please revert this, given that the file is
predominantly a copy.
Sign in to reply to this message.
dave_cheney.net
> On 8 Jan 2014, at 21:38, jsing@google.com wrote: > > LGTM > > > ...
12 years ago (2014年01月08日 11:07:09 UTC) #10
> On 8 Jan 2014, at 21:38, jsing@google.com wrote:
> 
> LGTM
> 
> 
>
https://codereview.appspot.com/36020043/diff/340001/src/pkg/os/stat_solaris.go
> File src/pkg/os/stat_solaris.go (right):
> 
>
https://codereview.appspot.com/36020043/diff/340001/src/pkg/os/stat_solaris.g...
> src/pkg/os/stat_solaris.go:1: // Copyright 2013 The Go Authors. All
> rights reserved.
> Copyright years are not updated - please revert this, given that the
> file is predominantly a copy.
Id like to disagree, this is a new file, even if 99% of it is a copy from
someplace else. 
> 
> https://codereview.appspot.com/36020043/
Sign in to reply to this message.
jsing
On 2014年01月08日 11:07:09, dfc wrote: > > > On 8 Jan 2014, at 21:38, mailto:jsing@google.com ...
12 years ago (2014年01月08日 11:30:13 UTC) #11
On 2014年01月08日 11:07:09, dfc wrote:
> 
> > On 8 Jan 2014, at 21:38, mailto:jsing@google.com wrote:
> > 
> > LGTM
> > 
> > 
> >
> https://codereview.appspot.com/36020043/diff/340001/src/pkg/os/stat_solaris.go
> > File src/pkg/os/stat_solaris.go (right):
> > 
> >
>
https://codereview.appspot.com/36020043/diff/340001/src/pkg/os/stat_solaris.g...
> > src/pkg/os/stat_solaris.go:1: // Copyright 2013 The Go Authors. All
> > rights reserved.
> > Copyright years are not updated - please revert this, given that the
> > file is predominantly a copy.
> 
> Id like to disagree, this is a new file, even if 99% of it is a copy from
> someplace else.
It may be a new file, however it is a derivative work and as I understand it,
the original copyright year applies.
Sign in to reply to this message.
dave_cheney.net
Sure. But I can cite many examples in the current code base that can support ...
12 years ago (2014年01月08日 11:33:04 UTC) #12
Sure. But I can cite many examples in the current code base that can support
*both* of our positions. 
> On 8 Jan 2014, at 22:30, jsing@google.com wrote:
> 
>> On 2014年01月08日 11:07:09, dfc wrote:
>> 
>> > On 8 Jan 2014, at 21:38, mailto:jsing@google.com wrote:
>> >
>> > LGTM
>> >
>> >
>> >
> 
>
https://codereview.appspot.com/36020043/diff/340001/src/pkg/os/stat_solaris.go
>> > File src/pkg/os/stat_solaris.go (right):
>> >
>> >
> 
>
https://codereview.appspot.com/36020043/diff/340001/src/pkg/os/stat_solaris.g...
>> > src/pkg/os/stat_solaris.go:1: // Copyright 2013 The Go Authors. All
>> > rights reserved.
>> > Copyright years are not updated - please revert this, given that the
>> > file is predominantly a copy.
> 
>> Id like to disagree, this is a new file, even if 99% of it is a copy
> from
>> someplace else.
> 
> It may be a new file, however it is a derivative work and as I
> understand it, the original copyright year applies.
> 
> https://codereview.appspot.com/36020043/
> 
> -- 
> You received this message because you are subscribed to the Google Groups
"golang-codereviews" group.
> To unsubscribe from this group and stop receiving emails from it, send an
email to golang-codereviews+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
Sign in to reply to this message.
aram
https://codereview.appspot.com/36020043/diff/340001/src/pkg/os/stat_solaris.go File src/pkg/os/stat_solaris.go (right): https://codereview.appspot.com/36020043/diff/340001/src/pkg/os/stat_solaris.go#newcode1 src/pkg/os/stat_solaris.go:1: // Copyright 2013 The Go Authors. All rights reserved. ...
12 years ago (2014年01月09日 15:09:16 UTC) #13
https://codereview.appspot.com/36020043/diff/340001/src/pkg/os/stat_solaris.go
File src/pkg/os/stat_solaris.go (right):
https://codereview.appspot.com/36020043/diff/340001/src/pkg/os/stat_solaris.g...
src/pkg/os/stat_solaris.go:1: // Copyright 2013 The Go Authors. All rights
reserved.
On 2014年01月08日 10:38:35, jsing wrote:
> Copyright years are not updated - please revert this, given that the file is
> predominantly a copy.
Done.
Sign in to reply to this message.
aram
12 years ago (2014年01月09日 15:09:17 UTC) #14
Sign in to reply to this message.
aram
Hello golang-codereviews@googlegroups.com, dave@cheney.net, minux.ma@gmail.com, gobot@golang.org, jsing@google.com (cc: golang-codereviews@googlegroups.com), Please take another look.
12 years ago (2014年01月09日 15:11:02 UTC) #15
jsing
LGTM
12 years ago (2014年01月09日 15:48:13 UTC) #16
LGTM
Sign in to reply to this message.
jsing
*** Submitted as https://code.google.com/p/go/source/detail?r=99a1e180eda3 *** os, os/exec, os/user: add support for GOOS=solaris R=golang-codereviews, dave, minux.ma, ...
12 years ago (2014年01月09日 15:49:49 UTC) #17
*** Submitted as https://code.google.com/p/go/source/detail?r=99a1e180eda3 ***
os, os/exec, os/user: add support for GOOS=solaris
R=golang-codereviews, dave, minux.ma, gobot, jsing
CC=golang-codereviews
https://codereview.appspot.com/36020043
Committer: Joel Sing <jsing@google.com>
Sign in to reply to this message.
|
This is Rietveld f62528b

AltStyle によって変換されたページ (->オリジナル) /