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

Issue 66250043: code review 66250043: cmd/pack: provide executable name in TestHello (Closed)

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

Description

cmd/pack: provide executable name in TestHello otherwise go build command adds .exe suffix Fixes issue 7362

Patch Set 1 #

Patch Set 2 : diff -r 81379255e86c https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 81379255e86c https://go.googlecode.com/hg/ #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/cmd/pack/pack_test.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10
brainman
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 2 months ago (2014-02-20 00:21:02 UTC) #1
bradfitz
LGTM
10 years, 2 months ago (2014-02-20 00:23:18 UTC) #2
brainman
*** Submitted as https://code.google.com/p/go/source/detail?r=1c88090bebc6 *** cmd/pack: provide executable name in TestHello otherwise go build command ...
10 years, 2 months ago (2014-02-20 00:29:44 UTC) #3
rsc
okay but if i write pack.exe i can't execute ./pack ? that seems like a ...
10 years, 2 months ago (2014-02-20 01:12:26 UTC) #4
bradfitz
LookPath will find it with a PATHEXT extension, but if you have a slash in ...
10 years, 2 months ago (2014-02-20 01:14:37 UTC) #5
brainman
On 2014/02/20 01:12:26, rsc wrote: > okay but if i write pack.exe i can't execute ...
10 years, 2 months ago (2014-02-20 01:27:19 UTC) #6
brainman
Maybe you are right. Maybe we should treat both ".\pack" and "./pack" as we treat ...
10 years, 2 months ago (2014-02-20 01:34:18 UTC) #7
bradfitz
Who is "you"? You didn't quote any part of a prior email, and your email ...
10 years, 2 months ago (2014-02-20 01:45:30 UTC) #8
brainman
On 2014/02/20 01:45:30, bradfitz wrote: > Who is "you"? You didn't quote any part of ...
10 years, 2 months ago (2014-02-20 01:49:12 UTC) #9
brainman
10 years, 2 months ago (2014-02-21 06:35:19 UTC) #10
Message was sent while issue was closed.
I have created an issue https://code.google.com/p/go/issues/detail?id=7377. I
will try to fix it as soon as I can.

Alex
Sign in to reply to this message.

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