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

Issue 7206054: Manually parse arguments in submit_try (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:
rmistry
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Manually parse arguments in submit_try Argparse not supported with Python < 2.7. Committed: https://code.google.com/p/skia/source/detail?r=7403

Patch Set 1 #

Patch Set 2 : #

Total comments: 7

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -26 lines) Patch
M tools/submit_try View 1 2 3 4 5 6 4 chunks +80 lines, -26 lines 0 comments Download

Messages

Total messages: 9
EricB
11 years, 5 months ago (2013-01-25 19:30:35 UTC) #1
rmistry
LGTM https://codereview.appspot.com/7206054/diff/2001/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7206054/diff/2001/tools/submit_try#newcode151 tools/submit_try:151: print 'submit_try: Available builders:\n %s' % '\n '.join(trybots) ...
11 years, 5 months ago (2013-01-25 19:37:01 UTC) #2
EricB
https://codereview.appspot.com/7206054/diff/2001/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7206054/diff/2001/tools/submit_try#newcode151 tools/submit_try:151: print 'submit_try: Available builders:\n %s' % '\n '.join(trybots) On ...
11 years, 5 months ago (2013-01-25 19:41:12 UTC) #3
rmistry
https://codereview.appspot.com/7206054/diff/2001/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7206054/diff/2001/tools/submit_try#newcode151 tools/submit_try:151: print 'submit_try: Available builders:\n %s' % '\n '.join(trybots) On ...
11 years, 5 months ago (2013-01-25 19:43:35 UTC) #4
EricB
Uploaded patch set 4. https://codereview.appspot.com/7206054/diff/2001/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7206054/diff/2001/tools/submit_try#newcode171 tools/submit_try:171: collected_args['revision'] = argv.pop(0) On 2013/01/25 ...
11 years, 5 months ago (2013-01-25 20:01:03 UTC) #5
rmistry
https://codereview.appspot.com/7206054/diff/2002/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7206054/diff/2002/tools/submit_try#newcode130 tools/submit_try:130: class CollectedArgs(object): This pattern is not used in python ...
11 years, 5 months ago (2013-01-25 20:10:30 UTC) #6
EricB
Patch set 6. https://codereview.appspot.com/7206054/diff/2002/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7206054/diff/2002/tools/submit_try#newcode130 tools/submit_try:130: class CollectedArgs(object): On 2013/01/25 20:10:30, rmistry ...
11 years, 5 months ago (2013-01-25 20:33:17 UTC) #7
rmistry
LGTM https://codereview.appspot.com/7206054/diff/12001/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7206054/diff/12001/tools/submit_try#newcode220 tools/submit_try:220: botlist = ','.join(['%s%s' % (bot, TRYBOT_SUFFIX) for bot ...
11 years, 5 months ago (2013-01-25 20:44:47 UTC) #8
EricB
11 years, 5 months ago (2013-01-25 20:55:42 UTC) #9
Message was sent while issue was closed.
Committed as r7403.

https://codereview.appspot.com/7206054/diff/12001/tools/submit_try
File tools/submit_try (right):

https://codereview.appspot.com/7206054/diff/12001/tools/submit_try#newcode220
tools/submit_try:220: botlist = ','.join(['%s%s' % (bot, TRYBOT_SUFFIX) for bot
in args.bots()])
On 2013/01/25 20:44:47, rmistry wrote:
> optional: if you use the @property decorator you can go back to using
args.bots
> instead of args.bots() and similarly args.changelist and args.revision.

Done.
Sign in to reply to this message.

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