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

Issue 9293043: code review 9293043: misc/vim: Allow multiple GOOS/GOARCH.

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 11 months ago by mattn
Modified:
10 years, 10 months ago
Reviewers:
dsymonds
CC:
golang-dev, dsymonds, Dominik Honnef
Visibility:
Public.

Description

misc/vim: Allow multiple GOOS/GOARCH.

Patch Set 1 #

Patch Set 2 : diff -r bbe324079abe http://go.googlecode.com/hg/ #

Patch Set 3 : diff -r bbe324079abe http://go.googlecode.com/hg/ #

Patch Set 4 : diff -r fd0b7333b96b http://go.googlecode.com/hg/ #

Total comments: 5

Patch Set 5 : diff -r fd0b7333b96b http://go.googlecode.com/hg/ #

Patch Set 6 : diff -r fd0b7333b96b http://go.googlecode.com/hg/ #

Patch Set 7 : diff -r fd0b7333b96b http://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -19 lines) Patch
M misc/vim/autoload/go/complete.vim View 1 2 3 4 5 6 1 chunk +26 lines, -19 lines 0 comments Download

Messages

Total messages: 17
mattn
`go env GOROOT` returns multiple lines if there are some GOOS/GOARCH in pkg directory.
10 years, 11 months ago (2013-05-08 01:59:39 UTC) #1
mattn
`go env GOROOT` returns multiple lines if there are some GOOS/GOARCH in pkg directory.
10 years, 11 months ago (2013-05-08 02:01:04 UTC) #2
mattn
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to http://go.googlecode.com/hg/
10 years, 11 months ago (2013-05-08 02:02:33 UTC) #3
mattn
Oops sorry.
10 years, 11 months ago (2013-05-08 02:02:53 UTC) #4
dsymonds
This is too late for go1.1, but can you please remind me of this after ...
10 years, 11 months ago (2013-05-08 02:50:00 UTC) #5
Dominik Honnef
Hm, I can't reproduce the > returns multiple lines if there are some GOOS/GOARCH in ...
10 years, 11 months ago (2013-05-08 09:15:57 UTC) #6
mattn
Try to create directory in pkg. $ ls linux_amd64 $ mkdir linux_amd64_tmp This make break. ...
10 years, 11 months ago (2013-05-08 09:28:35 UTC) #7
Dominik Honnef
dominikh@dominikh-pc $ go env GOROOT /home/dominikh/go dominikh@dominikh-pc $ mkdir $GOROOT/pkg/linux_amd64_tmp dominikh@dominikh-pc $ go env GOROOT ...
10 years, 11 months ago (2013-05-08 09:35:54 UTC) #8
mattn
Look here https://codereview.appspot.com/9293043/diff/6001/misc/vim/autoload/go/complete.vim#new-line-8 Probably, your environment doesn't set "*" to s:goos or s:goarch. On my ...
10 years, 11 months ago (2013-05-08 10:10:20 UTC) #9
mattn
ping
10 years, 10 months ago (2013-07-02 02:18:43 UTC) #10
dsymonds
https://codereview.appspot.com/9293043/diff/16001/misc/vim/autoload/go/complete.vim File misc/vim/autoload/go/complete.vim (right): https://codereview.appspot.com/9293043/diff/16001/misc/vim/autoload/go/complete.vim#newcode47 misc/vim/autoload/go/complete.vim:47: let pathsep = (has('win32')||has('win64')) ? ';' : ':' may ...
10 years, 10 months ago (2013-07-02 03:02:15 UTC) #11
mattn
Hello golang-dev@googlegroups.com, dsymonds@golang.org, dominik.honnef@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 10 months ago (2013-07-02 03:20:24 UTC) #12
mattn
https://codereview.appspot.com/9293043/diff/16001/misc/vim/autoload/go/complete.vim File misc/vim/autoload/go/complete.vim (right): https://codereview.appspot.com/9293043/diff/16001/misc/vim/autoload/go/complete.vim#newcode47 misc/vim/autoload/go/complete.vim:47: let pathsep = (has('win32')||has('win64')) ? ';' : ':' On ...
10 years, 10 months ago (2013-07-02 03:20:49 UTC) #13
dsymonds
https://codereview.appspot.com/9293043/diff/16001/misc/vim/autoload/go/complete.vim File misc/vim/autoload/go/complete.vim (right): https://codereview.appspot.com/9293043/diff/16001/misc/vim/autoload/go/complete.vim#newcode60 misc/vim/autoload/go/complete.vim:60: let root = split(expand(dir . '/pkg/' . s:goos . ...
10 years, 10 months ago (2013-07-02 04:08:57 UTC) #14
mattn
On 2013/07/02 04:08:57, dsymonds wrote: > https://codereview.appspot.com/9293043/diff/16001/misc/vim/autoload/go/complete.vim > File misc/vim/autoload/go/complete.vim (right): > > https://codereview.appspot.com/9293043/diff/16001/misc/vim/autoload/go/complete.vim#newcode60 > ...
10 years, 10 months ago (2013-07-02 04:53:20 UTC) #15
dsymonds
LGTM
10 years, 10 months ago (2013-07-02 05:23:02 UTC) #16
dsymonds
10 years, 10 months ago (2013-07-02 05:24:15 UTC) #17
*** Submitted as https://code.google.com/p/go/source/detail?r=dfb6b95d3a98 ***

misc/vim: Allow multiple GOOS/GOARCH.

R=golang-dev, dsymonds, dominik.honnef
CC=golang-dev
https://codereview.appspot.com/9293043

Committer: David Symonds <dsymonds@golang.org>
Sign in to reply to this message.

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