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

Issue 4969049: code review 4969049: bytes: EqualString (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 8 months ago by bradfitz
Modified:
12 years, 7 months ago
Reviewers:
kevlar, dave, rsc, gustavo, r2, gri, golang-dev
CC:
golang-dev
Visibility:
Public.

Description

bytes: EqualString

Patch Set 1 #

Patch Set 2 : diff -r 3cb91716f814 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 3cb91716f814 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -0 lines) Patch
M src/pkg/bytes/bytes.go View 1 1 chunk +13 lines, -0 lines 0 comments Download
M src/pkg/bytes/bytes_test.go View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 14
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 8 months ago (2011-08-29 16:19:51 UTC) #1
gri
LGTM
12 years, 8 months ago (2011-08-29 16:23:51 UTC) #2
gri
But wait for Russ' opinion. One question: Why shouldn't this be in strings? - Robert ...
12 years, 8 months ago (2011-08-29 16:25:07 UTC) #3
bradfitz
On Mon, Aug 29, 2011 at 9:25 AM, Robert Griesemer <gri@golang.org> wrote: > But wait ...
12 years, 8 months ago (2011-08-29 16:27:34 UTC) #4
kevlar
> > One question: Why shouldn't this be in strings? > I'd paint my bikeshed ...
12 years, 8 months ago (2011-08-29 17:11:35 UTC) #5
rsc
I am a little worried about this being the thin edge of a (string, bytes) ...
12 years, 8 months ago (2011-08-29 17:25:08 UTC) #6
bradfitz
I'm not going to fight for this to go in, but there's a bunch of ...
12 years, 8 months ago (2011-08-29 17:53:06 UTC) #7
rsc
On Mon, Aug 29, 2011 at 13:53, Brad Fitzpatrick <bradfitz@golang.org> wrote: > I'm not going ...
12 years, 8 months ago (2011-08-29 17:59:34 UTC) #8
r2
On 30/08/2011, at 3:59 AM, Russ Cox wrote: > On Mon, Aug 29, 2011 at ...
12 years, 8 months ago (2011-08-29 21:24:47 UTC) #9
bradfitz
On Mon, Aug 29, 2011 at 2:24 PM, Rob 'Commander' Pike <r@google.com> wrote: > > ...
12 years, 8 months ago (2011-08-29 21:27:56 UTC) #10
gustavo_niemeyer.net
> I could add strings.EqualBytes(s string, b []byte) for symmetry. :-) More seriously, why doing ...
12 years, 8 months ago (2011-08-29 22:54:53 UTC) #11
gri
On Mon, Aug 29, 2011 at 3:54 PM, Gustavo Niemeyer <gustavo@niemeyer.net> wrote: >> I could ...
12 years, 8 months ago (2011-08-29 23:03:29 UTC) #12
bradfitz
On Mon, Aug 29, 2011 at 4:03 PM, Robert Griesemer <gri@golang.org> wrote: > On Mon, ...
12 years, 8 months ago (2011-08-29 23:04:47 UTC) #13
dave_cheney.net
12 years, 8 months ago (2011-08-29 23:38:56 UTC) #14
>> If this is just about saving the conversion, should this be done by
>> the compiler?
>
> +1
> - gri

+1
Sign in to reply to this message.

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