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

Issue 12448044: code review 12448044: time: match month and day names only when not followed ... (Closed)

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

Description

time: match month and day names only when not followed immediately by a lower-case letter Avoids seeing "Janet" as "Januaryet". Fixes issue 6020.

Patch Set 1 #

Total comments: 1

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -2 lines) Patch
M src/pkg/time/format.go View 1 3 chunks +16 lines, -2 lines 0 comments Download
M src/pkg/time/time_test.go View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
11 years, 10 months ago (2013-08-05 00:42:21 UTC) #1
dsymonds
LGTM https://codereview.appspot.com/12448044/diff/1/src/pkg/time/format.go File src/pkg/time/format.go (right): https://codereview.appspot.com/12448044/diff/1/src/pkg/time/format.go#newcode107 src/pkg/time/format.go:107: func followedByLowerCase(str string, i int) bool { I ...
11 years, 10 months ago (2013-08-05 00:45:57 UTC) #2
r
11 years, 10 months ago (2013-08-05 00:53:53 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=346fdfe3fbee ***

time: match month and day names only when not followed immediately by a
lower-case letter
Avoids seeing "Janet" as "Januaryet".

Fixes issue 6020.

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

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