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

Issue 59740050: code review 59740050: os/exec: use filepath.Base in Command (Closed)

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

Description

os/exec: use filepath.Base in Command filepath.Base covers all scenarios (for example paths like d:hello.txt) on windows

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -11 lines) Patch
M src/pkg/go/build/deps_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/exec/exec.go View 1 3 chunks +2 lines, -10 lines 0 comments Download

Messages

Total messages: 4
brainman
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 5 months ago (2014-02-06 05:26:32 UTC) #1
iant
LGTM but please wait for bradfitz
11 years, 5 months ago (2014-02-06 05:52:28 UTC) #2
bradfitz
LGTM
11 years, 5 months ago (2014-02-06 22:53:14 UTC) #3
brainman
11 years, 5 months ago (2014-02-07 01:30:37 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=a5b451d7be59 ***

os/exec: use filepath.Base in Command

filepath.Base covers all scenarios
(for example paths like d:hello.txt)
on windows

LGTM=iant, bradfitz
R=golang-codereviews, iant, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/59740050
Sign in to reply to this message.

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