Petr Pučil
Petr Pučil
> it also could be useful to generate `Computed` properties in a topological order of dependencies. No, the real cause of the problem is that Kaitai Struct `instances` are supposed...
@KOLANICH Are you able to reproduce the error with a modern compiler, e.g. 0.10? I'm not - if I clone your fork repo, checkout the https://github.com/KOLANICH-specs/kaitai_struct_formats/tree/1e04e11cb235f6a849a9bde398020ac23f2764f0 revision (that's where the...
@GreyCat: > Looks like @arekbulski unfortunately paused his participation in the project In what project, Construct or KS? He seems to be still somewhat active in Construct: https://github.com/construct/construct/issues/1080#issuecomment-2155884855 I assume...
The same problem occurs in Lua - [`enum_import.lua`](https://github.com/kaitai-io/ci_targets/blob/fdd546827580377c899ef995c228ab0ff46becf3/compiled/lua/enum_import.lua) also has no `require("enum_0")` or `require("enum_deep")` but refers to `Enum0` and `EnumDeep`: ```lua -- This is a generated file! Please edit source...
I've already done this on the `serialization` branch: https://github.com/kaitai-io/kaitai_struct_compiler/pull/255/commits/83b1fa74dfb32b7b8b9b6d8361a8ceef38394288
> Usually, I would put the "KaitaiStream.js" into the .gitignore because it is a generated file. However, doing so would break the existing super-project structure, because the `run-javascript` script inside...
> Losslessly storing 64-bit numbers in pure Lua is impossible without a bignum type > Ok, so we're left with two options, fail hard for reading 64bit numbers (s8be, s8le,...
> is marked in VS Code with a deprecation warning: The warning from VS Code isn't entirely accurate, though: 1. it thinks that the constructor we call is `(str: string,...
Following the [build instructions in README](https://github.com/kaitai-io/kaitai_struct_gui#build) also copied me these files in lib/ folder: ``` lib/at/HexLib/HexLib/maven-metadata-local.xml lib/at/HexLib/HexLib/0.0.0/HexLib-0.0.0.jar lib/at/HexLib/HexLib/0.0.0/HexLib-0.0.0.pom ``` It would be probably good to ignore the lib/ directory as...
@bowbahdoe I think the idea is good, the implementation looks probably fine. I'm just curious if `moditect-maven-plugin` in our case brings any advantage over just including the `module-info` (which you...