Petr Pučil
Petr Pučil
@GreyCat: > * My experiments with [Docker images](https://github.com/kaitai-io/kaitai_struct_docker_images) seem to yield some good fruits in automated CI launches too. The good news is that we can reasonably easy switch from...
@GreyCat: > Arguably, I'm ready to call "ci_targets" migration from Travis to GHA done. Thanks a lot for your tremendous work on this! Our presence on Travis was unsustainable in...
This is now complete - all our [repos using Travis](https://github.com/kaitai-io/kaitai_struct/issues/824#issue-738273584) have been migrated to GitHub Actions. The only remaining `.travis.yml` config is https://github.com/kaitai-io/ci_targets/blob/e39b87ec9fab62018ba77d06c13577b3b28cdc8f/.travis.yml, but that only serves as a reference...
As I mention in https://github.com/kaitai-io/kaitai_struct/issues/1032, the bug here isn't really an enum being confused with a type. It's just that the compiler doesn't check the type path at all if...
Yeah, as evidenced by occurrences of the same problem in other languages, it doesn't seem to be specific to Java, so I'll rename the issue.
@Mingun: > I think, this is duplicate of #414. No, it's not. #414 has no mention of imports. The Java error might look similar to #961 (or #414), but should...
@N-Nagorny: > 1\. Why do some formats have separate repos? Which one is appropriate for sending pull requests? I agree this is confusing. The idea of having a dedicated repo...
@portconnect: > The reason is that the condition value is null since the z field comes after the x and y fields. Yes. Probably in the future the compiler will...
No response after my answer - I consider this resolved, closing.
> Even better, if test name would by hyperlink to the file in [github repository](https://github.com/kaitai-io/kaitai_struct_tests/tree/master/formats) at time of matrix building. You already suggested this: https://github.com/kaitai-io/kaitai_ci_ui/issues/4