You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I use something like - contents: [ 1, 2, 3 ] in a ksy file, since the 0.9.0 release, I get the following error: unable to access 'unnamed_0' in test_ksy context.
This used to work fine before the 0.9.0 release and is easily reproducable with https://ide.kaitai.io.
The text was updated successfully, but these errors were encountered:
To do this also requried giving `id`s to all the previously un-exposed
magic numbers in the files, because of
kaitai-io/kaitai_struct#825
This upgrade may perhaps allow us to perform the XOR unmasking in a
language-independent way, although I am having trouble figuring out
how to get the sums in the mask cast to bytes so javac will accept the
resulting code.
when I use something like
- contents: [ 1, 2, 3 ]
in a ksy file, since the 0.9.0 release, I get the following error:unable to access 'unnamed_0' in test_ksy context
.This used to work fine before the 0.9.0 release and is easily reproducable with https://ide.kaitai.io.
The text was updated successfully, but these errors were encountered: