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

Issue 364003002: Mojo: Mojom: Disallow trailing commas in parameter lists. (Closed)

Created:
6 years, 5 months ago by viettrungluu
Modified:
6 years, 5 months ago
Reviewers:
jamesr
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Project:
chromium
Visibility:
Public.

Description

Mojo: Mojom: Disallow trailing commas in parameter lists. Also: * Using len(p) to figure out which rule was matched is janky. Instead, use different functions (for the parameter list things). * Change the grammar so that parameters get appended to the back of parameter lists, rather than inserted at the front. R=jamesr@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281110

Patch Set 1 #

Patch Set 2 : rebased #

Total comments: 1

Patch Set 3 : add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -10 lines) Patch
M mojo/public/tools/bindings/pylib/mojom/parse/parser.py View 1 2 2 chunks +32 lines, -10 lines 0 comments Download
M mojo/public/tools/bindings/pylib/mojom_tests/parse/parser_unittest.py View 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
viettrungluu
(Dependent on https://codereview.chromium.org/366873007/.)
6 years, 5 months ago (2014-07-02 18:28:53 UTC) #1
jamesr
based on what it does to the tests lgtm, but is there anywhere that documents ...
6 years, 5 months ago (2014-07-02 22:03:01 UTC) #2
viettrungluu
On 2014/07/02 22:03:01, jamesr wrote: > based on what it does to the tests lgtm, ...
6 years, 5 months ago (2014-07-02 23:08:19 UTC) #3
viettrungluu
On 2014/07/02 23:08:19, viettrungluu wrote: > On 2014/07/02 22:03:01, jamesr wrote: > > based on ...
6 years, 5 months ago (2014-07-02 23:12:51 UTC) #4
viettrungluu
6 years, 5 months ago (2014-07-02 23:34:07 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r281110 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698