Hello adonovan (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.tools
http://build-test.golang.org/ http://build-test.golang.org/?repo=code.google.com%2fp%2fgo.tools
https://codereview.appspot.com/56410043/diff/120001/dashboard/app/build/build.go File dashboard/app/build/build.go (right): https://codereview.appspot.com/56410043/diff/120001/dashboard/app/build/build... dashboard/app/build/build.go:180: p := strings.SplitN(r, "|", 4) Add a comment explaining the columns?
R=cmang@golang.org (assigned by adg@golang.org)
https://codereview.appspot.com/56410043/diff/120001/dashboard/app/build/ui.go File dashboard/app/build/ui.go (right): https://codereview.appspot.com/56410043/diff/120001/dashboard/app/build/ui.go... dashboard/app/build/ui.go:56: pkg := &Package{} // empty package is the main Go tree s/Go/repository, keeping Gccgo and future compilers in mind. https://codereview.appspot.com/56410043/diff/120001/dashboard/app/build/ui.html File dashboard/app/build/ui.html (right): https://codereview.appspot.com/56410043/diff/120001/dashboard/app/build/ui.ht... dashboard/app/build/ui.html:110: <th class="result arch">go</th> s/go/{{$.Dashboard.Name}}
PTAL https://codereview.appspot.com/56410043/diff/120001/dashboard/app/build/build.go File dashboard/app/build/build.go (right): https://codereview.appspot.com/56410043/diff/120001/dashboard/app/build/build... dashboard/app/build/build.go:180: p := strings.SplitN(r, "|", 4) On 2014/01/24 04:52:15, adonovan wrote: > Add a comment explaining the columns? partsToHash documents it below, I guess. This could be better in general. I'm inclined to leave as-is for now. https://codereview.appspot.com/56410043/diff/120001/dashboard/app/build/ui.go File dashboard/app/build/ui.go (right): https://codereview.appspot.com/56410043/diff/120001/dashboard/app/build/ui.go... dashboard/app/build/ui.go:56: pkg := &Package{} // empty package is the main Go tree On 2014/01/28 02:52:43, cmang wrote: > s/Go/repository, keeping Gccgo and future compilers in mind. Done. https://codereview.appspot.com/56410043/diff/120001/dashboard/app/build/ui.html File dashboard/app/build/ui.html (right): https://codereview.appspot.com/56410043/diff/120001/dashboard/app/build/ui.ht... dashboard/app/build/ui.html:110: <th class="result arch">go</th> On 2014/01/28 02:52:43, cmang wrote: > s/go/{{$.Dashboard.Name}} Done.
LGTM.
*** Submitted as https://code.google.com/p/go/source/detail?r=910bb3c340c1&repo=tools *** go.tools/dashboard/app: show sub-repository build history LGTM=cmang R=adonovan, gobot, cmang CC=golang-codereviews https://codereview.appspot.com/56410043