-
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.
Pulled new compiler + go runtime + tests
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule compiler
updated
23 files
Submodule go
updated
14 files
+20 −12 | .github/workflows/go.yml | |
+1 −4 | .golangci.yml | |
+1 −1 | LICENSE | |
+1 −1 | README.md | |
+5 −0 | docker-golangci-lint | |
+4 −1 | go.mod | |
+48 −1 | go.sum | |
+6 −3 | kaitai/error.go | |
+58 −48 | kaitai/stream.go | |
+17 −107 | kaitai/stream_test.go | |
+12 −0 | kaitai/struct.go | |
+48 −0 | kaitai/struct_test.go | |
+10 −5 | kaitai/util.go | |
+33 −8 | kaitai/writer.go |
Submodule tests
updated
22 files