-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull compiler (UTF-{16,32}
strz
, repeated valid
), tests and runtimes
- Loading branch information
1 parent
d0e23be
commit a8afea8
Showing
13 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
Submodule compiler
updated
33 files
Submodule csharp
updated
4 files
+64 −11 | KaitaiStream.cs | |
+1 −1 | LICENSE.txt | |
+1 −1 | README.md | |
+1 −1 | kaitai_struct_runtime_csharp.csproj |
Submodule go
updated
6 files
+9 −7 | .github/workflows/go.yml | |
+4 −13 | .golangci.yml | |
+4 −1 | docker-golangci-lint | |
+50 −11 | kaitai/stream.go | |
+3 −1 | kaitai/stream_test.go | |
+31 −6 | kaitai/util.go |