Kaitai: `contrib/kaitai-struct-folder` reorganization
Context
Trivial MR
-
contrib/kaitai-struct-filesfolder right now does mix.ksy.sh,.js,.MDandMAKEFILEfiles making it hard to navigate. - Moreover, running
make check-kaitai-struct-filesormake validate-kaitai-struct-filescomplains if not everything insidecontrib/kaitai-struct-filesfolder is not committed. In reality it should only complain if there are uncommitted changes for.ksyfiles.
We work around this problem by moving .ksy files to corresponding files/ folder and .sh and .js files to scripts/ folder. README.md has been updated accordingly.
Manually testing the MR
CI should pass
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR
Edited by Martin Tomazic