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

Issue 13240044: code review 13240044: go.tools/dashboard: add option to build gccgo revisions (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 9 months ago by cmang
Modified:
11 years, 8 months ago
Reviewers:
adg
CC:
adg, golang-dev
Visibility:
Public.

Description

go.tools/dashboard: add option to build gccgo revisions * Added --tool flag that allows user to specify "gccgo" as the tool to build. * Added builderEnv struct to abstract away setting up the build. * Made envv and envvWindows methods of the builderEnv struct. * Modified Builder.envv() to wrap envv and envvWindows * Added internal builderEnv in Builder.

Patch Set 1 #

Patch Set 2 : diff -r 28b59754195f https://code.google.com/p/go.tools #

Patch Set 3 : diff -r 28b59754195f https://code.google.com/p/go.tools #

Patch Set 4 : diff -r 28b59754195f https://code.google.com/p/go.tools #

Total comments: 2

Patch Set 5 : diff -r 28b59754195f https://code.google.com/p/go.tools #

Total comments: 14

Patch Set 6 : diff -r 28b59754195f https://code.google.com/p/go.tools #

Patch Set 7 : diff -r 28b59754195f https://code.google.com/p/go.tools #

Patch Set 8 : diff -r 35333568b515 https://code.google.com/p/go.tools #

Unified diffs Side-by-side diffs Delta from patch set Stats (+298 lines, -116 lines) Patch
A dashboard/builder/env.go View 1 2 3 4 5 1 chunk +229 lines, -0 lines 0 comments Download
M dashboard/builder/main.go View 1 2 3 4 5 11 chunks +69 lines, -116 lines 0 comments Download

Messages

Total messages: 7
cmang
Hello adg@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.tools
11 years, 9 months ago (2013-08-28 18:11:53 UTC) #1
adg
https://codereview.appspot.com/13240044/diff/7001/dashboard/builder/env.go File dashboard/builder/env.go (right): https://codereview.appspot.com/13240044/diff/7001/dashboard/builder/env.go#newcode38 dashboard/builder/env.go:38: type builderEnv struct { make this an interface instead ...
11 years, 9 months ago (2013-08-30 00:37:40 UTC) #2
cmang
https://codereview.appspot.com/13240044/diff/7001/dashboard/builder/env.go File dashboard/builder/env.go (right): https://codereview.appspot.com/13240044/diff/7001/dashboard/builder/env.go#newcode38 dashboard/builder/env.go:38: type builderEnv struct { On 2013/08/30 00:37:40, adg wrote: ...
11 years, 9 months ago (2013-08-30 01:26:54 UTC) #3
adg
https://codereview.appspot.com/13240044/diff/14001/dashboard/builder/env.go File dashboard/builder/env.go (right): https://codereview.appspot.com/13240044/diff/14001/dashboard/builder/env.go#newcode19 dashboard/builder/env.go:19: const gccUrl = "svn://gcc.gnu.org/svn/gcc/trunk" might be worth making this ...
11 years, 9 months ago (2013-09-02 01:16:07 UTC) #4
cmang
https://codereview.appspot.com/13240044/diff/14001/dashboard/builder/env.go File dashboard/builder/env.go (right): https://codereview.appspot.com/13240044/diff/14001/dashboard/builder/env.go#newcode19 dashboard/builder/env.go:19: const gccUrl = "svn://gcc.gnu.org/svn/gcc/trunk" On 2013/09/02 01:16:07, adg wrote: ...
11 years, 9 months ago (2013-09-09 18:34:50 UTC) #5
adg
LGTM
11 years, 8 months ago (2013-09-11 23:43:22 UTC) #6
cmang
11 years, 8 months ago (2013-09-11 23:45:27 UTC) #7
*** Submitted as
https://code.google.com/p/go/source/detail?r=e6067e8f6d11&repo=tools ***

go.tools/dashboard: add option to build gccgo revisions

* Added --tool flag that allows user to specify "gccgo" as the tool to build.
* Added builderEnv struct to abstract away setting up the build.
* Made envv and envvWindows methods of the builderEnv struct.
* Modified Builder.envv() to wrap envv and envvWindows
* Added internal builderEnv in Builder.

R=adg
CC=golang-dev
https://codereview.appspot.com/13240044
Sign in to reply to this message.

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