Skip to content

Commit

Permalink
Added type_unknown_many, showcasing several problems detected in one …
Browse files Browse the repository at this point in the history
…pass in type/enum resolution precompile step
  • Loading branch information
GreyCat committed Aug 7, 2022
1 parent f513d64 commit ac51f82
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions formats_err/type_unknown_many.ksy
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# type_unknown_many.ksy: /seq/0:
# error: unable to find type 'some_unknown_name', searching from type_unknown_many
#
# type_unknown_many.ksy: /seq/1:
# error: unable to find type 'also_unknown_name', searching from type_unknown_many
#
# type_unknown_many.ksy: /seq/2:
# error: unable to find enum 'unknown_enum', searching from type_unknown_many
#
meta:
id: type_unknown_many
ks-opaque-types: false
seq:
- id: foo
type: some_unknown_name
- id: bar
type: also_unknown_name
- id: baz
type: u1
enum: unknown_enum

0 comments on commit ac51f82

Please sign in to comment.