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

Issue 130443003: Add support for using expressions as enum values. (Closed)

Created:
6 years, 11 months ago by Matt Perry
Modified:
6 years, 11 months ago
CC:
chromium-reviews, Aaron Boodman, viettrungluu+watch_chromium.org, ben+mojo_chromium.org, abarth-chromium
Visibility:
Public.

Description

Add support for using expressions as enum values. BUG=320090 R=darin@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244233

Patch Set 1 #

Patch Set 2 : sample #

Patch Set 3 : copyright #

Patch Set 4 : . #

Total comments: 1

Patch Set 5 : import #

Patch Set 6 : copyright #

Unified diffs Side-by-side diffs Delta from patch set Stats (+393 lines, -116 lines) Patch
A mojo/public/bindings/parse/mojo_lexer.py View 1 2 3 4 5 1 chunk +304 lines, -0 lines 0 comments Download
M mojo/public/bindings/parse/mojo_parser.py View 1 2 3 4 9 chunks +86 lines, -114 lines 0 comments Download
M mojo/public/bindings/sample/sample_service.mojom View 1 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Matt Perry
6 years, 11 months ago (2014-01-09 22:07:01 UTC) #1
darin (slow to review)
I'll take this code review while Dave is out. Plus, I wrote mojo_parser.py ;-)
6 years, 11 months ago (2014-01-09 23:43:31 UTC) #2
darin (slow to review)
Is this CL missing the part of the code where expressions get evaluated? https://codereview.chromium.org/130443003/diff/80001/mojo/public/bindings/parse/mojo_parser.py File ...
6 years, 11 months ago (2014-01-10 00:36:34 UTC) #3
darin (slow to review)
I just patched this in. I was going to try running mojo_parser.py manually, but python ...
6 years, 11 months ago (2014-01-10 00:43:22 UTC) #4
Matt Perry
Oh, I checked the git log and Dave was the first author listed. Thanks for ...
6 years, 11 months ago (2014-01-10 00:44:51 UTC) #5
Matt Perry
On 2014/01/10 00:43:22, darin wrote: > I just patched this in. I was going to ...
6 years, 11 months ago (2014-01-10 00:46:20 UTC) #6
darin (slow to review)
This fixes the issue: diff --git a/mojo/public/bindings/parse/mojo_parser.py b/mojo/public/bindings/parse/mojo_parser.py index 80d0a12..9acaee4 100755 --- a/mojo/public/bindings/parse/mojo_parser.py +++ b/mojo/public/bindings/parse/mojo_parser.py ...
6 years, 11 months ago (2014-01-10 00:51:28 UTC) #7
darin (slow to review)
On 2014/01/10 00:44:51, Matt Perry wrote: ... > The downside is that some errors are ...
6 years, 11 months ago (2014-01-10 00:54:35 UTC) #8
Matt Perry
On 2014/01/10 00:54:35, darin wrote: > On 2014/01/10 00:44:51, Matt Perry wrote: > ... > ...
6 years, 11 months ago (2014-01-10 01:19:05 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpcomplete@chromium.org/130443003/180001
6 years, 11 months ago (2014-01-10 01:24:24 UTC) #10
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=44241
6 years, 11 months ago (2014-01-10 01:46:40 UTC) #11
Matt Perry
6 years, 11 months ago (2014-01-10 20:47:10 UTC) #12
Message was sent while issue was closed.
Committed patchset #6 manually as r244233 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698