-
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 tests (infra improvements), compiler, runtimes (updates)
- Loading branch information
1 parent
098909b
commit 461bcac
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule compiler
updated
2 files
+1 −1 | .github/workflows/test.yml | |
+1 −0 | shared/src/main/scala/io/kaitai/struct/languages/PerlCompiler.scala |
Submodule csharp
updated
4 files
+2 −2 | KaitaiStream.cs | |
+1 −1 | LICENSE.txt | |
+2 −2 | README.md | |
+3 −5 | kaitai_struct_runtime_csharp.csproj |
Submodule tests
updated
20 files
+2 −3 | .gitattributes | |
+1 −1 | all-expression | |
+1 −1 | build-formats | |
+23 −10 | builder/cpp_builder.rb | |
+2 −2 | builder/csharp_builder.rb | |
+2 −2 | builder/java_builder.rb | |
+20 −15 | builder/partial_builder.rb | |
+2 −2 | builder/rust_builder.rb | |
+0 −3 | ci-lua | |
+2 −12 | ci-ruby | |
+2 −2 | helpers/go/go.mod | |
+33 −4 | helpers/go/go.sum | |
+1 −3 | spec/cpp_stl_11/CMakeLists.txt | |
+0 −143 | spec/cpp_stl_11/cmake/FindIconv.cmake | |
+1 −3 | spec/cpp_stl_98/CMakeLists.txt | |
+0 −143 | spec/cpp_stl_98/cmake/FindIconv.cmake | |
+2 −2 | spec/go/go.mod | |
+33 −4 | spec/go/go.sum | |
+0 −7 | translator-tests | |
+0 −44 | travis-fold |