Skip to content

binapigen not autogenerating memclnt #255

@mhawari

Description

@mhawari

Description
When binapigen is called with specific a selected number of API files which does not contain memclnt but contains api files containing dump apis, it generates go files that have a dependency on memclnt even if it is not generated.

How to reproduce
Steps to reproduce the behavior:

  1. call binapigen on a file that containes a _dump API only
  2. try to compile the obtained go code
  3. compilation error because the memclnt package is not found

Expected Behavior
We would expect binapigen to automatically generate the memclnt package, as any other dependency (as it does for included types.api files)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions