New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 755458 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Nov 30
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

idl_parser only reports the first error

Project Member Reported by bashi@chromium.org, Aug 15 2017

Issue description

Following idl definition has two errors (unexpected identifier and multiple commas):

enum MealType {
  somename,
  "rice",
  , "noodle",
  "other"
};

But the idl_parser only reports "unexpected identifier" error. It would be better to produce two errors.
 

Comment 1 by peria@chromium.org, Aug 15 2017

Labels: -Type-Bug Type-Feature
Status: WontFix (was: Assigned)

Sign in to add a comment