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

Issue 151970043: code review 151970043: fmt: fix internal unknownType function (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 6 months ago by r
Modified:
9 years, 6 months ago
Reviewers:
rsc
CC:
rsc, golang-codereviews
Visibility:
Public.

Description

fmt: fix internal unknownType function This thing should never be called, but before 151960044 it was being called, incorrectly. This is now just a precaution but let's pretend it Fixes issue 8843 even though that was fixed by 151960044. The test case was already there and ran, another mystery.

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M src/fmt/print.go View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 3
r
Hello rsc (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
9 years, 6 months ago (2014-10-01 21:01:15 UTC) #1
rsc
LGTM
9 years, 6 months ago (2014-10-01 21:34:26 UTC) #2
r
9 years, 6 months ago (2014-10-01 21:35:16 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=fc88ef583e21 ***

fmt: fix internal unknownType function
This thing should never be called, but before
151960044 it was being called, incorrectly.
This is now just a precaution but let's pretend it
Fixes issue 8843
even though that was fixed by 151960044.
The test case was already there and ran, another mystery.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://codereview.appspot.com/151970043
Sign in to reply to this message.

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