Skip to content

windows-bindgen the implement option is too broad #4374

@kennykerr

Description

@kennykerr

Today implement is a global flag and the scaffold is emitted for every interface in the filter set, greatly contributing to the build time. It is often only necessary to implement a handful of interfaces. Add an implements options that takes a list of types to implement. The existing implement can stay the same for now, but basically means implement all interface/class types. If the implement option is not specified, look for the implements list of types to implement and provide the implementation scaffolding for only those types in the same way as before.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions