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

Issue 4209043: code review 4209043: compress/lzw: implement an encoder. (Closed)

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

Description

compress/lzw: implement an encoder.

Patch Set 1 #

Patch Set 2 : diff -r 5f0839c8649e https://go.googlecode.com/hg/ #

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

Total comments: 6

Patch Set 4 : diff -r 06b81b9faf7a https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+370 lines, -13 lines) Patch
M src/pkg/compress/lzw/Makefile View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/compress/lzw/reader.go View 1 2 3 4 chunks +10 lines, -13 lines 0 comments Download
A src/pkg/compress/lzw/writer.go View 1 2 3 1 chunk +259 lines, -0 lines 0 comments Download
A src/pkg/compress/lzw/writer_test.go View 1 1 chunk +100 lines, -0 lines 0 comments Download

Messages

Total messages: 4
nigeltao
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years ago (2011-02-24 00:23:45 UTC) #1
nigeltao_gnome
compress/lzw/writer_test.go has a lot in common with compress/zlib/writer_test.go. I'll cook up a separate CL to ...
14 years ago (2011-02-24 00:26:05 UTC) #2
rsc
LGTM writer_test.go is so short that trying to share code with zlib is probably not ...
14 years ago (2011-02-24 13:39:17 UTC) #3
nigeltao
14 years ago (2011-02-24 22:20:16 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=0d7c59b3e418 ***

compress/lzw: implement an encoder.

R=rsc, nigeltao_gnome
CC=golang-dev
http://codereview.appspot.com/4209043
Sign in to reply to this message.

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