-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
Description
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:
- call binapigen on a file that containes a _dump API only
- try to compile the obtained go code
- 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)