kaitai_struct_compiler icon indicating copy to clipboard operation
kaitai_struct_compiler copied to clipboard

Fix parsing of `enum` key: allow absolute paths and fix value instances

Open Mingun opened this issue 1 year ago • 0 comments

Closes https://github.com/kaitai-io/kaitai_struct/issues/857.

This PR started as support for the ability to use absolute paths (which is actually supported by type resolver) and ended as a bug fix for a known issue.

It is based on #309, because I do not want to do the work twice and check that the type resolution works as expected (it was already checked in the base PR).

Mingun avatar Oct 04 '24 17:10 Mingun