Petr Pučil
Petr Pučil
@armijnhemel: > Currently this only validates for Windows 3.1 help format files as I don't have any others to test with. Files at https://telparia.com/fileFormatSamples/document/hlp/ (linked from http://fileformats.archiveteam.org/wiki/HLP_(WinHelp)#Sample_files) have some `::windows_30`,...
Just a note for future self: this format is imported by the `filesystem/samsung_android_pit.ksy` spec (https://github.com/kaitai-io/kaitai_struct_formats/pull/302) and @evdenis [provided a sample file](https://github.com/kaitai-io/kaitai_struct_formats/pull/417#issuecomment-776689607) for it, so it can be also used to...
Just a note to the commit message https://github.com/kaitai-io/kaitai_struct_formats/pull/418/commits/db11afa52544c599795624ae7e308cb093c8c447: > ### Moved encoding into `meta` and made it utf-8 (there is no reason to a… > > …ssumme anything else in...
@KOLANICH Do you have some test files so that I can check if it works? I tried hard to find something on the internet, but found nothing.
@dgelessus: > This syntax was discussed in [kaitai-io/kaitai_struct#776](https://github.com/kaitai-io/kaitai_struct/issues/776), but as far as I can tell it's not implemented in KS 0.9 or any development version Yes, for that reason, let's...
> I suppose this format could count as a log, because it's a sequence of timestamped positions/movement vectors. It can use `/meta/tags` to denote that (and it will show also...
https://github.com/kaitai-io/kaitai_struct_formats/pull/339#event-4219200110: > @KOLANICH [force-pushed](https://github.com/kaitai-io/kaitai_struct_formats/compare/90b0c0bfb8122341311d11fc2901b3ae652f78b3..0180199136b7bf1b38cc22cf557b660c89c6e21a) the [`KOLANICH:outlook_nk2`](https://github.com/KOLANICH/kaitai_struct_formats/tree/outlook_nk2) branch from 90b0c0b to 0180199 [5 hours ago](https://github.com/kaitai-io/kaitai_struct_formats/pull/339#event-4219200110) You probably don't mind that you're spamming my mailbox, right? 😃 No, seriously, I think you're...
> Not quite. Just to keep the octopus within sight, when all the branches are starting from the same branch the octopus looks much tidier than gordian knot of ~branches~tentacles...
The commit https://github.com/kaitai-io/kaitai_struct_compiler/commit/d10b795ade2b5d0151c39c5a36cf94dea555495d has been apparently pulled here by accident, it belongs to https://github.com/kaitai-io/kaitai_struct_compiler/pull/222.
@dgelessus: > But the `repeat-until` condition is still evaluated in the context of that already processed item. In particular, the "current" variable `_` refers to the item that was just...