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

Issue 5490047: code review 5490047: more tags for go/build (Closed)

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

Description

more tags for go/build

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -1 line) Patch
M src/cmd/godoc/appinit.go View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/exp/terminal/terminal.go View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/exp/terminal/terminal_test.go View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/exp/terminal/util.go View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/exp/winfsnotify/winfsnotify.go View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/exp/winfsnotify/winfsnotify_test.go View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/exp/wingui/Makefile View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/pkg/exp/wingui/gui.go View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/exp/wingui/winapi.go View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/exp/wingui/zwinapi.go View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 3 months ago (2011-12-15 17:34:42 UTC) #1
bradfitz
LGTM But I think terminal builds on more than just linux. That can be done ...
13 years, 3 months ago (2011-12-15 17:40:56 UTC) #2
rsc
On Thu, Dec 15, 2011 at 12:40, Brad Fitzpatrick <bradfitz@golang.org> wrote: > But I think ...
13 years, 3 months ago (2011-12-15 18:31:29 UTC) #3
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=56290665c4e3 *** more tags for go/build R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5490047
13 years, 3 months ago (2011-12-15 18:36:04 UTC) #4
iant2
13 years, 3 months ago (2011-12-15 20:57:14 UTC) #5
Russ Cox <rsc@golang.org> writes:

> On Thu, Dec 15, 2011 at 12:40, Brad Fitzpatrick <bradfitz@golang.org> wrote:
>> But I think terminal builds on more than just linux.
>
> It might but pkg/Makefile only builds it on linux.
> I think the BSD-based systems use termio not termios.

That can't be right.  termios has been in POSIX.1 for decades.

However, it is certainly possible that BSD-based systems implement
termios in libc rather than at the kernel layer.

Ian
Sign in to reply to this message.

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