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

Use filename instead of name #107

Merged
merged 2 commits into from
Mar 22, 2024

Conversation

Mingun
Copy link
Contributor

@Mingun Mingun commented Mar 22, 2024

This PR

Mingun added 2 commits March 22, 2024 21:30
The path was intentionally removed during rewriting error reporting in
kaitai-io/kaitai_struct_compiler@2851d20

Fixes the errors (2):
```
[info] - meta_imports_rel2 *** FAILED ***
[info]   meta_imports_rel_unknown: /meta/imports/0:
[info]   	error: unknown_relative_name.ksy (No such file or directory)
[info]    did not equal meta_imports_rel_unknown: /meta/imports/0:
[info]   	error: ../tests/formats_err/unknown_relative_name.ksy (No such file or directory) (SimpleMatchers.scala:34)
[info] - meta_imports_rel_unknown *** FAILED ***
[info]   meta_imports_rel_unknown: /meta/imports/0:
[info]   	error: unknown_relative_name.ksy (No such file or directory)
[info]    did not equal meta_imports_rel_unknown: /meta/imports/0:
[info]   	error: ../tests/formats_err/unknown_relative_name.ksy (No such file or directory) (SimpleMatchers.scala:34)
```
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

Successfully merging this pull request may close these issues.

2 participants