Mingun

Results 157 issues of Mingun

Documentation changes, that was noted in https://github.com/kaitai-io/kaitai_struct_java_runtime/pull/23#issuecomment-573908995

A doc change for https://github.com/kaitai-io/kaitai_struct_java_runtime/pull/37. Should be merged only after https://github.com/kaitai-io/kaitai_struct_java_runtime/pull/37.

The spec `cast_to_imported.kst` was removed in https://github.com/kaitai-io/kaitai_struct_tests/commit/83624da6cb4ed2047c85346f6e7a97bead8e4a93#diff-645011c80deef943326f24c0cbf570ba4fcb97b7627bb89ea2fd22d4fb9f4ea1 (2024-04-01), but is still presented in list of tests in https://ci.kaitai.io/ and even marked as passed for C++ and graphvis. The dashboard was...

infrastructure

This is a big change in handling [general entity references](https://www.w3.org/TR/xml11/#gen-entity) and character references. Open PR early to get feedback. With this changes we can correctly parse document ```xml ]> &root;...

Because since #739 custom entity resolution function have precedence over standard one, user can implement resolution of HTML entities by yourself. So I think, we can completely remove HTML 5...

The official test suite is located at https://www.w3.org/XML/Test/. The all links from that page or found by references from that page: - Links under **Releases** header. Only last test-suite we...

enhancement
help wanted

We should either restrict all invalid characters both in literal form and as character references, or none of them. Disallowing only the one character is inconsistently. Because checking literal forms...