kaitai_struct icon indicating copy to clipboard operation
kaitai_struct copied to clipboard

Development version of WebIDE does not check types in expressions

Open Mingun opened this issue 2 years ago • 0 comments

https://ide.kaitai.io/devel/ (and thus the current master for WebIDE) does not report an error when expected type of expression does not match the expression type:

meta:
  id: uncompatible_types_bug
  encoding: utf-8
seq:
  - id: before
    type: strz
  - id: value
    size: before

compiled succesfully

Mingun avatar Nov 21 '21 16:11 Mingun