Skip to content

Commit

Permalink
Pull C++ runtime (bit_cast fix), tests (Go modules), compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Jul 13, 2024
1 parent d2f4b0c commit d0e23be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/go
2 changes: 1 addition & 1 deletion tests
Submodule tests updated 60 files
+59 −37 aggregate/convert_to_json
+1 −11 aggregate/test_parser.rb
+1 −1 aggregate/test_result.rb
+1 −1 builder/cpp_builder.rb
+9 −20 ci-go
+10 −0 helpers/go/go.mod
+51 −0 helpers/go/go.sum
+6 −0 prepare-go
+1 −1 spec/construct/test_expr_io_ternary.py
+2 −0 spec/construct/test_imports_abs_abs.py
+2 −0 spec/construct/test_imports_abs_rel.py
+1 −1 spec/cpp_stl_11/test_expr_io_ternary.cpp
+2 −2 spec/cpp_stl_11/test_imports_abs_abs.cpp
+2 −2 spec/cpp_stl_11/test_imports_abs_rel.cpp
+1 −1 spec/cpp_stl_98/test_expr_io_ternary.cpp
+2 −2 spec/cpp_stl_98/test_imports_abs_abs.cpp
+2 −2 spec/cpp_stl_98/test_imports_abs_rel.cpp
+1 −1 spec/csharp/kaitai_struct_csharp_tests/tests/SpecExprIoTernary.cs
+2 −0 spec/csharp/kaitai_struct_csharp_tests/tests/SpecImportsAbsAbs.cs
+2 −0 spec/csharp/kaitai_struct_csharp_tests/tests/SpecImportsAbsRel.cs
+1 −1 spec/csharp/kaitai_struct_csharp_tests/tests/SpecStrEncodingsEscapingEnc.cs
+1 −1 spec/csharp/kaitai_struct_csharp_tests/tests/SpecStrEncodingsEscapingToS.cs
+1 −1 spec/go/expr_io_ternary_test.go
+21 −0 spec/go/go.mod
+52 −0 spec/go/go.sum
+2 −0 spec/go/imports_abs_abs_test.go
+2 −0 spec/go/imports_abs_rel_test.go
+1 −1 spec/java/src/io/kaitai/struct/spec/TestExprIoTernary.java
+2 −2 spec/java/src/io/kaitai/struct/spec/TestImportsAbsAbs.java
+2 −2 spec/java/src/io/kaitai/struct/spec/TestImportsAbsRel.java
+1 −1 spec/javascript/test_expr_io_ternary.js
+2 −0 spec/javascript/test_imports_abs_abs.js
+2 −0 spec/javascript/test_imports_abs_rel.js
+1 −1 spec/ks/expr_io_ternary.kst
+9 −0 spec/ks/imports_abs_abs.kst
+9 −0 spec/ks/imports_abs_rel.kst
+1 −1 spec/lua/test_expr_io_ternary.lua
+2 −0 spec/lua/test_imports_abs_abs.lua
+2 −0 spec/lua/test_imports_abs_rel.lua
+1 −1 spec/nim/texpr_io_ternary.nim
+11 −0 spec/nim/timports_abs_abs.nim
+11 −0 spec/nim/timports_abs_rel.nim
+1 −1 spec/perl/TestExprIoTernary.t
+2 −1 spec/perl/TestImportsAbsAbs.t
+2 −1 spec/perl/TestImportsAbsRel.t
+1 −1 spec/php/ExprIoTernaryTest.php
+2 −0 spec/php/ImportsAbsAbsTest.php
+2 −0 spec/php/ImportsAbsRelTest.php
+3 −1 spec/php/StrEncodingsEscapingEncTest.php
+3 −1 spec/php/StrEncodingsEscapingToSTest.php
+1 −2 spec/python/test_expr_bytes_non_literal.py
+1 −2 spec/python/test_expr_io_ternary.py
+2 −1 spec/python/test_imports_abs_abs.py
+2 −1 spec/python/test_imports_abs_rel.py
+1 −1 spec/ruby/expr_io_ternary_spec.rb
+2 −2 spec/ruby/imports_abs_abs_spec.rb
+2 −2 spec/ruby/imports_abs_rel_spec.rb
+1 −1 spec/rust/test_expr_io_ternary.rs
+3 −5 translator/src/main/scala/io/kaitai/struct/testtranslator/Main.scala
+1 −1 translator/src/main/scala/io/kaitai/struct/testtranslator/TestTranslator.scala

0 comments on commit d0e23be

Please sign in to comment.