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

Issue 7675043: code review 7675043: misc/vim: test.sh seems to only work on Mac OS X.

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by wathiede
Modified:
12 years, 1 month ago
Reviewers:
dsymonds
CC:
golang-dev, dsymonds
Visibility:
Public.

Description

misc/vim: test.sh seems to only work on Mac OS X. cmp(1) on FreeBSD requires two file arguments. grep -P on Linux (at least Ubuntu 12.04) is described in the man page as "This is highly experimental" and doesn't seem to work. On FreeBSD the man page states "This option is not supported in FreeBSD." Needed this to work while debugging some funky behavior of 'Import' in my local vim setup.

Patch Set 1 #

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M misc/vim/ftplugin/go/test.sh View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4
wathiede
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
12 years, 3 months ago (2013-03-10 00:03:38 UTC) #1
wathiede
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 1 month ago (2013-05-14 16:36:11 UTC) #2
dsymonds
LGTM The -P is meant to turn on PCRE-mode. =~ is a bash-ism, but I ...
12 years, 1 month ago (2013-05-14 16:53:27 UTC) #3
dsymonds
12 years, 1 month ago (2013-05-14 16:54:19 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=8efe0c9d6a0d ***

misc/vim: test.sh seems to only work on Mac OS X.

cmp(1) on FreeBSD requires two file arguments.  grep -P on Linux (at least
Ubuntu 12.04) is described in the man page as "This is highly
experimental" and doesn't seem to work. On FreeBSD the man page states
"This option  is not supported in FreeBSD."  Needed this to work while
debugging some funky behavior of 'Import' in my local vim setup.

R=golang-dev, dsymonds
CC=golang-dev
https://codereview.appspot.com/7675043

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