Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdlVoid.java not included in generated runtime if Void not the source adl #149

Open
gmhta opened this issue Feb 16, 2022 · 0 comments
Open

Comments

@gmhta
Copy link
Contributor

gmhta commented Feb 16, 2022

adlc version 1.1.4

For the following adl

module hw {
struct HW {};
};

adlc java -O out --generate-transitive --include-rt hw.adl

AdlVoid.java is not written to out/org/adl/runtime/.
This break javac as Factories.java, JsonBindings & MaybeHelpers.java depend on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant