Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Issue 9185046: Move UTF-8 decoder to utils. (Closed)

Created:
8 years, 11 months ago by ahe
Modified:
8 years, 11 months ago
Reviewers:
jimhug, ngeoffray
CC:
reviews_dartlang.org, Mads Ager (google), Søren Gjesse, jimhug, Jennifer Messerly
Visibility:
Public.

Description

Move UTF-8 decoder to utils. Committed: https://code.google.com/p/dart/source/detail?r=3231

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -178 lines) Patch
M dart/frog/leg/scanner/byte_strings.dart View 1 chunk +1 line, -66 lines 0 comments Download
M dart/frog/leg/scanner/node_scanner_bench.dart View 1 chunk +1 line, -0 lines 0 comments Download
M dart/frog/leg/scanner/source_list.dart View 6 chunks +0 lines, -11 lines 0 comments Download
M dart/frog/leg/scanner/vm_scanner_bench.dart View 1 chunk +1 line, -0 lines 0 comments Download
A + dart/utils/utf8/utf8.dart View 4 chunks +12 lines, -101 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ahe
8 years, 11 months ago (2012-01-12 11:17:05 UTC) #1
ngeoffray
LGTM!
8 years, 11 months ago (2012-01-12 11:22:23 UTC) #2
jimhug
Thanks for putting this in utils! The one thing I'd ask for as a follow-up ...
8 years, 11 months ago (2012-01-12 13:39:06 UTC) #3
ahe
8 years, 11 months ago (2012-01-12 13:45:34 UTC) #4
On 2012/01/12 13:39:06, jimhug wrote:
> Thanks for putting this in utils!  The one thing I'd ask for as a follow-up is
a
> test under utils/tests so that we can ensure it gets tested outside of the
> compiler.  Are there some of your existing tests that you could move there?

Hi Jim,

I agree about tests. I was thinking about (temporarily) putting a test in
corelib, however, I'm currently blocked because the VM build bot doesn't
checkout everything and has a different directory layout. So I cannot refer to
utils/utf8/utf8.dart.

Cheers,
Peter

Powered by Google App Engine
This is Rietveld 408576698