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
@generalmimon Thanks for fixing this! I still see a crash when I test it out on ide.kaitai.io, but guessing this just means the new version hasn't been deployed yet. Looking forward to it :)
https://ide.kaitai.io/devel/ is supposed to have the latest development version of KSC, but unfortunately it has a half-year old compiler at this point. In the past, there used to be a script that automatically triggered a rebuild of the Web IDE when a new version of KSC was available, but it was written for Travis CI and we migrated to GitHub Actions since then (see kaitai-io/kaitai_struct_webide@0a79a8e), but we haven't migrated the script that would trigger the Web IDE rebuild yet. I want to get around to it someday, but I don't know when that will be.
In the meantime, you can build the compiler from source (but checkout the default master branch, not serialization) to try out the development version of KSC before it is released.
The following definition crashes the graphviz generator:
I believe the problem is that this
match
doesn't handle sizeofs.This is preventing
log/mcap.ksy
from having a svg generated at https://formats.kaitai.io/mcap/The text was updated successfully, but these errors were encountered: