kaitai-io / kaitai_struct

Kaitai Struct: declarative language to generate binary data parsers in C++ / C# / Go / Java / JavaScript / Lua / Nim / Perl / PHP / Python / Ruby
https://kaitai.io
4.04k stars 199 forks source link

KSC issue report #1119

Closed mstup closed 3 months ago

mstup commented 3 months ago

Is there ant way to report or discuss kaitai_struct_compiler related issues ?

generalmimon commented 3 months ago

Yes, here (https://github.com/kaitai-io/kaitai_struct/issues) is the right place.

https://github.com/kaitai-io/kaitai_struct_compiler used to have "Issues" enabled, but this led to people often incorrectly posting issues there that belong elsewhere, requiring frequent transfers to other repositories. Having just one issue tracker for "core KS issues" is easier for everyone.

mstup commented 3 months ago

Nice, thanks