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

Issue 42530043: code review 42530043: dashboard/app: properly limit commit description length (Closed)

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

Description

dashboard/app: properly limit commit description length Ensure that we do not split UTF-8 rune in half. Otherwise appengine python scripts will break badly.

Patch Set 1 #

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

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

Total comments: 3

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -3 lines) Patch
dashboard/app/build/handler.go View 1 3 chunks +19 lines, -3 lines 0 comments Download

Messages

Total messages: 6
dvyukov
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, 10 months ago (2013-12-15 17:08:17 UTC) #1
r
https://codereview.appspot.com/42530043/diff/40001/dashboard/app/build/handler.go File dashboard/app/build/handler.go (right): https://codereview.appspot.com/42530043/diff/40001/dashboard/app/build/handler.go#newcode476 dashboard/app/build/handler.go:476: } in practice this should be fine but it ...
11 years, 10 months ago (2013-12-15 18:17:57 UTC) #2
dvyukov
https://codereview.appspot.com/42530043/diff/40001/dashboard/app/build/handler.go File dashboard/app/build/handler.go (right): https://codereview.appspot.com/42530043/diff/40001/dashboard/app/build/handler.go#newcode476 dashboard/app/build/handler.go:476: } On 2013/12/15 18:17:57, r wrote: > in practice ...
11 years, 10 months ago (2013-12-16 07:50:10 UTC) #3
r
LGTM https://codereview.appspot.com/42530043/diff/40001/dashboard/app/build/handler.go File dashboard/app/build/handler.go (right): https://codereview.appspot.com/42530043/diff/40001/dashboard/app/build/handler.go#newcode476 dashboard/app/build/handler.go:476: } ah yes, i see now. ok, this ...
11 years, 10 months ago (2013-12-16 16:18:58 UTC) #4
adg
LGTM
11 years, 10 months ago (2013-12-16 22:12:37 UTC) #5
dvyukov
11 years, 10 months ago (2013-12-17 08:14:41 UTC) #6
*** Submitted as
https://code.google.com/p/go/source/detail?r=139f5d7a1e02&repo=tools ***

dashboard/app: properly limit commit description length
Ensure that we do not split UTF-8 rune in half.
Otherwise appengine python scripts will break badly.

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

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