kaitai_struct_compiler icon indicating copy to clipboard operation
kaitai_struct_compiler copied to clipboard

Improve text of some errors

Open Mingun opened this issue 1 year ago • 0 comments

This PR improves text of errors and partially implements this TODO:

// TODO: get rid of MethodNotFoundError in favor of MethodNotFoundErrorWithArg, rename it back

In all situations where MethodNotFoundErrorWithArg could be thrown it is thrown. Also I added new MethodTypeArg for kaitai stream type.

PR for updating tests: https://github.com/kaitai-io/kaitai_struct_tests/pull/129

Mingun avatar Oct 05 '24 15:10 Mingun