Petr Pučil
Petr Pučil
Another reminder that we need to [dig much deeper](https://github.com/kaitai-io/kaitai_struct_compiler/pull/212#issuecomment-731030970) into boxed numeric types in Java.
@GreyCat Note that the adoption of `SubIO` broke the test `ExprIoPos` in Ruby ([`test_out/ruby/ci.json:384-394`](https://github.com/kaitai-io/ci_artifacts/commit/fff9563242b918d7cec5099b6d3ca024147b91e3#diff-6328ee0543b7cf5f1b63a4c11dc6b8d20a03ada5271816d541e7e9a0af31b5a2R384-R394)): ```diff "ExprIoPos": { - "status": "passed", - "elapsed": 0.000336907, + "status": "failed", + "elapsed": 0.000463687, +...
Zero-copy substreams are great, but we should consider that they would typically require a seekable stream where `seek()`, `pos()` and `size()` methods are available (unless there is an ingenious way...
There are two independent bugs with `process` in the compiler that you're encountering. 1. using `process` with `repeat` doesn't work in any language - fortunately, today I've finished the fix...
Related to #435
@swang206 I can't completely rule out that it's possible, but the representation would be impractical and the .ksy spec would be a mess. Besides, it would be probably inefficient both...
Nice catch. My hypothesis is that when KSC derives types of `_parent` parameters, the entry point is the top-level `seq` and `instances` and then it proceeds recursively to all the...
@KOLANICH: > GH Actions can host artifacts for pipelines, but this has drawbacks Of course it has, because nobody has ever intended workflow artifacts to be used for compiled executables....
Just for the record, today (at 15:05 UTC) I got the following e-mail from JFrog Team: Important Updates Affecting Your Bintray Projects [Action Needed] > Hi Petr, > > Thank...
@GreyCat: > but the resulting URL: https://kaitai.jfrog.io/artifactory/debian/ - seems to be private and requires a password. > > So, no way to use it for public distribution, or I haven't...