New issue
Advanced search Search tips

Issue 923974 link

Starred by 1 user

Issue metadata

Status: Available
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature


Participants' hotlists:
Hotlist-Bindings-IDLCompiler


Sign in to add a comment

Have a way to detect removed Web IDL union types

Project Member Reported by bashi@chromium.org, Yesterday (28 hours ago)

Issue description

When a developer changed a Web IDL union type but forgot to update BUILD.gn, the build becomes inconsistent (See  issue 923926  for example).

We should have a way to detect this kind of inconsistency.
 

Comment 1 by peria@chromium.org, Yesterday (27 hours ago)

Labels: Hotlist-Bindings-IDLCompiler
Owner: peria@chromium.org
An idea is to pass a list of expect-to-generate files to the generator, and the generator checks all its entry are in generate targets.

Another idea is to introduce a clean-build bot in CQ, but infra team looks unhappy (it may slow down CQ integrations...)

Sign in to add a comment