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

Issue 10814043: code review 10814043: lib9: restore printing of signed integers (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by rsc
Modified:
12 years ago
Reviewers:
r
CC:
iant, golang-dev
Visibility:
Public.

Description

lib9: restore printing of signed integers A casualty of https://codereview.appspot.com/10195044. If x is an 32-bit int and u is a 64-bit ulong, u = (uint)x // converts to uint before extension, so zero fills u = (ulong)x // sign-extends

Patch Set 1 #

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

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

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

Messages

Total messages: 3
rsc
Hello iant, r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
12 years ago (2013-06-30 23:53:23 UTC) #1
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=8189dd44a170 *** lib9: restore printing of signed integers A casualty of https://codereview.appspot.com/10195044. ...
12 years ago (2013-06-30 23:53:43 UTC) #2
r
12 years ago (2013-07-01 00:10:01 UTC) #3
Message was sent while issue was closed.
LGTM
Sign in to reply to this message.

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