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

Issue 7312053: code review 7312053: os: use windows ReadConsole to read from console (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by brainman
Modified:
11 years, 2 months ago
Reviewers:
CC:
golang-dev, minux1, bradfitz
Visibility:
Public.

Description

os: use windows ReadConsole to read from console Fixes issue 4760.

Patch Set 1 #

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

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

Total comments: 2

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

Patch Set 5 : diff -r fd4d555bf27d https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -0 lines) Patch
M src/pkg/os/file_windows.go View 1 2 3 2 chunks +38 lines, -0 lines 0 comments Download
M src/pkg/syscall/syscall_windows.go View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_windows_386.go View 1 2 chunks +13 lines, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_windows_amd64.go View 1 2 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 8
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 2 months ago (2013-02-07 06:29:45 UTC) #1
minux1
https://codereview.appspot.com/7312053/diff/4001/src/pkg/os/file_windows.go File src/pkg/os/file_windows.go (right): https://codereview.appspot.com/7312053/diff/4001/src/pkg/os/file_windows.go#newcode254 src/pkg/os/file_windows.go:254: if len(b) > 0 { i think we'd better ...
11 years, 2 months ago (2013-02-07 18:18:05 UTC) #2
brainman
https://codereview.appspot.com/7312053/diff/4001/src/pkg/os/file_windows.go File src/pkg/os/file_windows.go (right): https://codereview.appspot.com/7312053/diff/4001/src/pkg/os/file_windows.go#newcode254 src/pkg/os/file_windows.go:254: if len(b) > 0 { What should I do ...
11 years, 2 months ago (2013-02-08 04:57:14 UTC) #3
minux1
On Fri, Feb 8, 2013 at 12:57 PM, <alex.brainman@gmail.com> wrote: > https://codereview.appspot.**com/7312053/diff/4001/src/pkg/** > os/file_windows.go#newcode254<https://codereview.appspot.com/7312053/diff/4001/src/pkg/os/file_windows.go#newcode254> > ...
11 years, 2 months ago (2013-02-08 05:21:32 UTC) #4
brainman
Hello golang-dev@googlegroups.com, minux.ma@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 2 months ago (2013-02-11 04:27:48 UTC) #5
brainman
ping
11 years, 2 months ago (2013-02-26 02:50:24 UTC) #6
bradfitz
LGTM On Mon, Feb 25, 2013 at 6:50 PM, <alex.brainman@gmail.com> wrote: > ping > > ...
11 years, 2 months ago (2013-02-26 03:01:19 UTC) #7
brainman
11 years, 2 months ago (2013-02-26 03:18:58 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=9d73a2fabea7 ***

os: use windows ReadConsole to read from console

Fixes issue 4760.

R=golang-dev, minux.ma, bradfitz
CC=golang-dev
https://codereview.appspot.com/7312053
Sign in to reply to this message.

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