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

Issue 7199053: Modify submit_try to work on windows (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by EricB
Modified:
11 years, 5 months ago
Reviewers:
epoger, rmistry
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Modify submit_try to work on windows Committed: https://code.google.com/p/skia/source/detail?r=7379

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -8 lines) Patch
M tools/submit_try View 1 2 3 chunks +15 lines, -8 lines 0 comments Download
A tools/submit_try.bat View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9
EricB
11 years, 5 months ago (2013-01-24 21:16:50 UTC) #1
rmistry
LGTM
11 years, 5 months ago (2013-01-24 21:18:04 UTC) #2
EricB
Accidentally published early. Patch set 2 is ready.
11 years, 5 months ago (2013-01-24 21:21:59 UTC) #3
rmistry
LGTM https://codereview.appspot.com/7199053/diff/4001/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7199053/diff/4001/tools/submit_try#newcode182 tools/submit_try:182: print proc.communicate()[0] Do we need to print this? ...
11 years, 5 months ago (2013-01-24 21:23:50 UTC) #4
EricB
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7199053/diff/4001/tools/submit_try#newcode182 tools/submit_try:182: print proc.communicate()[0] On 2013/01/24 21:23:50, rmistry wrote: > Do ...
11 years, 5 months ago (2013-01-24 21:27:24 UTC) #5
rmistry
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7199053/diff/4001/tools/submit_try#newcode182 tools/submit_try:182: print proc.communicate()[0] On 2013/01/24 21:27:24, EricB wrote: > On ...
11 years, 5 months ago (2013-01-24 21:31:34 UTC) #6
EricB
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7199053/diff/4001/tools/submit_try#newcode182 tools/submit_try:182: print proc.communicate()[0] On 2013/01/24 21:31:35, rmistry wrote: > On ...
11 years, 5 months ago (2013-01-24 21:33:48 UTC) #7
rmistry
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7199053/diff/4001/tools/submit_try#newcode182 tools/submit_try:182: print proc.communicate()[0] On 2013/01/24 21:33:48, EricB wrote: > On ...
11 years, 5 months ago (2013-01-24 21:35:39 UTC) #8
EricB
11 years, 5 months ago (2013-01-24 21:39:00 UTC) #9
Message was sent while issue was closed.
Uploaded patch set 3 and committed as r7379.

https://codereview.appspot.com/7199053/diff/4001/tools/submit_try
File tools/submit_try (right):

https://codereview.appspot.com/7199053/diff/4001/tools/submit_try#newcode182
tools/submit_try:182: print proc.communicate()[0]
On 2013/01/24 21:35:39, rmistry wrote:
> On 2013/01/24 21:33:48, EricB wrote:
> > On 2013/01/24 21:31:35, rmistry wrote:
> > > On 2013/01/24 21:27:24, EricB wrote:
> > > > On 2013/01/24 21:23:50, rmistry wrote:
> > > > > Do we need to print this? if yes then lets put some context around it.
> > > > 
> > > > It's just the output from "gcl try".  For example:
> > > > 
> > > > D:\google\skia1\trunk>python tools\submit_try whitespace --bot
> > > Skia_iOS_Debug_32
> > > > 
> > > > WARNING:root:Didn't find codereview.settings
> > > > Results will be emailed to: mailto:borenet@google.com
> > > > Patch 'whitespace' sent to try server: Skia_iOS_Debug_32_Trybot
> > > > 
> > > > I think it's nice to have it there, and it's what the user would expect
if
> > > > they've used "gcl try" before.
> > > 
> > > What I meant is it would be useful to have another print stmt before it,
for
> > > example print ' '.join(try_args) or does the cmd get printed before the
> output
> > > the way it is?
> > 
> > Oh. Currently the command does not get printed out. I can do that if you'd
> like.
> 
> It may be useful, but leaving it upto you.

I added it. It makes what the wrapper script is doing less opaque.
Sign in to reply to this message.

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