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

Issue 5699079: code review 5699079: misc: add zsh completion for go tool. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years ago by remyoudompheng
Modified:
13 years ago
Reviewers:
CC:
golang-dev, minux1, rsc, remy_archlinux.org
Visibility:
Public.

Description

misc: add zsh completion for go tool.

Patch Set 1 #

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

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

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

Total comments: 4

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

Patch Set 6 : diff -r 60df364bae52 https://go.googlecode.com/hg/ #

Total comments: 3

Patch Set 7 : diff -r 60df364bae52 https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 8 : diff -r 60df364bae52 https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 9 : diff -r 30fa4e16a80a https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 10 : diff -r 30fa4e16a80a https://go.googlecode.com/hg/ #

Patch Set 11 : diff -r d8bdfd02c7cd https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -0 lines) Patch
M misc/zsh/go View 1 2 3 4 5 6 7 8 9 1 chunk +137 lines, -0 lines 0 comments Download

Messages

Total messages: 24
remyoudompheng
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, remy@archlinux.org), I'd like you to review this change to https://go.googlecode.com/hg/
13 years ago (2012-02-26 15:27:13 UTC) #1
minux1
FYI, http://codereview.appspot.com/5646066/
13 years ago (2012-02-26 15:37:53 UTC) #2
remyoudompheng
Completion is slow because it calls "go list prefix..." each time. Another solution could be ...
13 years ago (2012-02-26 15:38:30 UTC) #3
remyoudompheng
On 2012/02/26 15:37:53, minux wrote: > FYI, http://codereview.appspot.com/5646066/ Oh, I didn't see that. That leaves ...
13 years ago (2012-02-26 15:40:55 UTC) #4
remyoudompheng
Hello golang-dev@googlegroups.com, minux.ma@gmail.com (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
13 years ago (2012-02-27 07:14:16 UTC) #5
remyoudompheng
http://codereview.appspot.com/5699079/diff/3003/misc/zsh/go File misc/zsh/go (right): http://codereview.appspot.com/5699079/diff/3003/misc/zsh/go#newcode22 misc/zsh/go:22: } I also propose the following code: __godirs() { ...
13 years ago (2012-02-28 00:18:22 UTC) #6
rsc
I have no idea about any of this. I suggest that minux review this CL ...
13 years ago (2012-02-28 15:45:41 UTC) #7
minux1
I've tried this CL, and it's very helpful. Some small suggestions. http://codereview.appspot.com/5699079/diff/3003/misc/zsh/go File misc/zsh/go (right): ...
13 years ago (2012-02-28 16:50:09 UTC) #8
remyoudompheng
Completing one-letter option names does not really seem useful unless a description is also printed. ...
13 years ago (2012-02-28 19:16:06 UTC) #9
minux1
On Wed, Feb 29, 2012 at 3:16 AM, <remyoudompheng@gmail.com> wrote: > Completing one-letter option names ...
13 years ago (2012-02-28 19:26:08 UTC) #10
remyoudompheng
Hello golang-dev@googlegroups.com, minux.ma@gmail.com, rsc@golang.org (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
13 years ago (2012-02-28 20:36:39 UTC) #11
remyoudompheng
Hello golang-dev@googlegroups.com, minux.ma@gmail.com, rsc@golang.org (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
13 years ago (2012-03-01 19:59:49 UTC) #12
minux1
Sorry for the delayed review. Very impressive work, LGTM, thanks. http://codereview.appspot.com/5699079/diff/13001/misc/zsh/go File misc/zsh/go (right): http://codereview.appspot.com/5699079/diff/13001/misc/zsh/go#newcode43 ...
13 years ago (2012-03-01 20:43:21 UTC) #13
remyoudompheng
Hello golang-dev@googlegroups.com, minux.ma@gmail.com, rsc@golang.org (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
13 years ago (2012-03-01 20:54:06 UTC) #14
minux1
Does 'go test' support -a? http://codereview.appspot.com/5699079/diff/17001/misc/zsh/go File misc/zsh/go (right): http://codereview.appspot.com/5699079/diff/17001/misc/zsh/go#newcode78 misc/zsh/go:78: ${build_flags[@]} \ -i and ...
13 years ago (2012-03-01 21:01:52 UTC) #15
remyoudompheng
On 2012/03/01 21:01:52, minux wrote: > Does 'go test' support -a? The documentation (go help ...
13 years ago (2012-03-01 21:07:57 UTC) #16
remyoudompheng
Hello golang-dev@googlegroups.com, minux.ma@gmail.com, rsc@golang.org (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
13 years ago (2012-03-01 21:20:04 UTC) #17
rsc
On Thu, Mar 1, 2012 at 16:07, <remyoudompheng@gmail.com> wrote: >> Does 'go test' support -a? ...
13 years ago (2012-03-01 23:03:37 UTC) #18
minux1
LGTM. http://codereview.appspot.com/5699079/diff/15004/misc/zsh/go File misc/zsh/go (right): http://codereview.appspot.com/5699079/diff/15004/misc/zsh/go#newcode77 misc/zsh/go:77: _arguments -s -w : \ According to rsc, ...
13 years ago (2012-03-02 17:20:09 UTC) #19
remyoudompheng
Hello golang-dev@googlegroups.com, minux.ma@gmail.com, rsc@golang.org (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
13 years ago (2012-03-02 17:35:38 UTC) #20
minux1
http://codereview.appspot.com/5699079/diff/23001/misc/zsh/go File misc/zsh/go (right): http://codereview.appspot.com/5699079/diff/23001/misc/zsh/go#newcode83 misc/zsh/go:83: "-i[do not run, install dependencies]" \ why delete -v? ...
13 years ago (2012-03-02 17:42:55 UTC) #21
remyoudompheng
Hello golang-dev@googlegroups.com, minux.ma@gmail.com, rsc@golang.org (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
13 years ago (2012-03-02 17:46:58 UTC) #22
minux1
LGTM. No more suggestions :-)
13 years ago (2012-03-02 19:48:04 UTC) #23
remyoudompheng
13 years ago (2012-03-02 23:13:06 UTC) #24
*** Submitted as http://code.google.com/p/go/source/detail?r=de155800afc1 ***

misc: add zsh completion for go tool.

R=golang-dev, minux.ma, rsc
CC=golang-dev, remy
http://codereview.appspot.com/5699079

http://codereview.appspot.com/5699079/diff/13001/misc/zsh/go
File misc/zsh/go (right):

http://codereview.appspot.com/5699079/diff/13001/misc/zsh/go#newcode43
misc/zsh/go:43: '-x[print the commands]'
"build_flags" is the list of flags common to build/get/install/test, i can add
the flags below
Sign in to reply to this message.

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