Mingun
Mingun
The test ```yaml # expr_bad_id_inst_value.ksy: /instances/foo/value: # error: invalid ID: 'BAD', expected /^[a-z][a-z0-9_]*$/ # meta: id: expr_bad_id_inst_value instances: foo: value: BAD ``` Fixes test which instead of reporting error shows...
This PR improves text of errors and partially implements this TODO: > // TODO: get rid of MethodNotFoundError in favor of MethodNotFoundErrorWithArg, rename it back In all situations where MethodNotFoundErrorWithArg...
* Fixes https://github.com/kaitai-io/kaitai_struct/issues/786 * Fixes https://github.com/kaitai-io/kaitai_struct/issues/1028 * It seems that fixes unreported problem when opaque types are enabled and during enum resolution type cannot be found, it is threated as...
This PR the result of revision of how generation of repeated attributes is implemented due to which a number of bugs was found and fixed: - `TypeValidator` incorrectly define `_`...
This PR adds missing validation for `valid` keys. Some problems not solved, because I do not know what is the prefered way for you to solve them. Namely: - some...
It seems relatively new error, but the code was not changed since 2021... Fixes errors like: ``` [info] - style_bad_num_inst_value *** FAILED *** [info] [style_bad_num_inst_value.ksy: /instances/size_of_foo/id: [info] warning: use `num_foos`...
**Describe the bug** I have a big git svn repository (>300000 commits, history mostly linear). When woring on problem I need to look at very old commit, about 100000 commits...
There is a set of small headaches that I found when search in the graph: 1. Cycle the navigation buttons over search results. Going up when you at the 1st...
**Is your feature request related to a problem? Please describe.** When you do blame for a file, you may want to search a text or go to the specified line...
**Is your feature request related to a problem? Please describe.** The **Blame** view give no idea what elses was changed together with the inspecting line. The standard way to improve...