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

Issue 1387893002: New lexer for mojom written in go. (Closed)

Created:
5 years, 2 months ago by azani
Modified:
5 years, 2 months ago
Reviewers:
mattr, rudominer
CC:
mojo-reviews_chromium.org, gregsimon, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 28

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 46

Patch Set 5 : #

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+990 lines, -5 lines) Patch
A mojom/mojom_parser/lexer/lexer.go View 1 2 3 4 5 6 1 chunk +519 lines, -0 lines 0 comments Download
M mojom/mojom_parser/lexer/lexer_test.go View 1 2 3 4 1 chunk +202 lines, -5 lines 0 comments Download
A mojom/mojom_parser/lexer/token_stream.go View 1 2 3 4 1 chunk +51 lines, -0 lines 0 comments Download
A mojom/mojom_parser/lexer/tokens.go View 1 2 3 4 1 chunk +218 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (1 generated)
azani
ptal
5 years, 2 months ago (2015-10-05 17:54:34 UTC) #2
rudominer
General remark: I would like to see a lot more comments. https://codereview.chromium.org/1387893002/diff/1/mojom/mojom_parser/lexer/lexer.go File mojom/mojom_parser/lexer/lexer.go (right): ...
5 years, 2 months ago (2015-10-05 21:16:21 UTC) #3
azani
ptal I've addressed your comments. https://codereview.chromium.org/1387893002/diff/1/mojom/mojom_parser/lexer/lexer.go File mojom/mojom_parser/lexer/lexer.go (right): https://codereview.chromium.org/1387893002/diff/1/mojom/mojom_parser/lexer/lexer.go#newcode6 mojom/mojom_parser/lexer/lexer.go:6: ) On 2015/10/05 21:16:20, ...
5 years, 2 months ago (2015-10-06 16:56:46 UTC) #4
azani
Friendly Ping. Hey Matt, do you think you will be able to take a look?
5 years, 2 months ago (2015-10-12 17:32:26 UTC) #5
mattr
Actually the CL looks great! I made a few nitpicky comments. Although some comments applied ...
5 years, 2 months ago (2015-10-12 18:04:13 UTC) #6
rudominer
https://codereview.chromium.org/1387893002/diff/60001/mojom/mojom_parser/lexer/lexer.go File mojom/mojom_parser/lexer/lexer.go (right): https://codereview.chromium.org/1387893002/diff/60001/mojom/mojom_parser/lexer/lexer.go#newcode5 mojom/mojom_parser/lexer/lexer.go:5: // To call the lexer, call Tokenize with the ...
5 years, 2 months ago (2015-10-12 18:06:06 UTC) #7
rudominer
Notice that https://codereview.chromium.org/1384243002/ has landed and this includes a stub for mojom/mojom_parser/lexer/lexer_test.go. When you get ...
5 years, 2 months ago (2015-10-12 18:16:25 UTC) #8
azani
Hey Matt, can you take a look at the comment below and let us know? ...
5 years, 2 months ago (2015-10-12 18:18:07 UTC) #9
rudominer
I finished my review and after addressing my previous batch of comments I will be ...
5 years, 2 months ago (2015-10-12 19:35:35 UTC) #10
azani
ptal https://codereview.chromium.org/1387893002/diff/60001/mojom/mojom_parser/lexer/lexer.go File mojom/mojom_parser/lexer/lexer.go (right): https://codereview.chromium.org/1387893002/diff/60001/mojom/mojom_parser/lexer/lexer.go#newcode5 mojom/mojom_parser/lexer/lexer.go:5: // To call the lexer, call Tokenize with ...
5 years, 2 months ago (2015-10-13 00:23:46 UTC) #11
rudominer
lgtm
5 years, 2 months ago (2015-10-13 17:34:31 UTC) #12
azani
On 2015/10/13 17:34:31, rudominer wrote: > lgtm Hey Matt, do you want to take another ...
5 years, 2 months ago (2015-10-13 18:25:58 UTC) #13
mattr
I added one question, but LGTM. https://codereview.chromium.org/1387893002/diff/100001/mojom/mojom_parser/lexer/lexer.go File mojom/mojom_parser/lexer/lexer.go (right): https://codereview.chromium.org/1387893002/diff/100001/mojom/mojom_parser/lexer/lexer.go#newcode104 mojom/mojom_parser/lexer/lexer.go:104: if width == ...
5 years, 2 months ago (2015-10-14 19:29:26 UTC) #14
azani
https://codereview.chromium.org/1387893002/diff/100001/mojom/mojom_parser/lexer/lexer.go File mojom/mojom_parser/lexer/lexer.go (right): https://codereview.chromium.org/1387893002/diff/100001/mojom/mojom_parser/lexer/lexer.go#newcode104 mojom/mojom_parser/lexer/lexer.go:104: if width == 0 { On 2015/10/14 19:29:26, mattr ...
5 years, 2 months ago (2015-10-14 22:29:41 UTC) #15
azani
5 years, 2 months ago (2015-10-14 22:30:34 UTC) #16
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
600c05201d29661317b2c7991cb2af1da9695e57 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698