-
Notifications
You must be signed in to change notification settings - Fork 200
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
Referencing an enum of an imported spec doesn't work in some languages #651
Comments
…class names, should help with kaitai-io/kaitai_struct#651
Initial solution seems to be checked in, along with the test that reproduces the problem. Unfortunately, it's still not a solution, as it looks like different languages have some other problems in adoption of such constructs. Only Ruby seems to pass so far. |
This has been resolved recently. The relevant test is called The main general problem was that the compiler didn't generate imports for imported enums. This was solved in commit kaitai-io/kaitai_struct_compiler@bb53205, which fixed |
OS: Windows
KSC: kaitai-struct-compiler 0.9-SNAPSHOT
my_enum.ksy
my_type.ksy
The text was updated successfully, but these errors were encountered: