Skip to content

Commit

Permalink
Pull compiler (deps updates, C++98 ptr conv fix), tests (regen)
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Nov 4, 2023
1 parent 16b0adf commit 2bf973d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests
Submodule tests updated 38 files
+23 −6 builder/cpp_builder.rb
+50 −0 builder/spec/cpp/cpp_builder_spec.rb
+0 −0 builder/spec/cpp/gcc11/config
+3,013 −0 builder/spec/cpp/gcc11/test_out/cpp_stl_11/build-1.log
+1 −2 spec/construct/test_debug_switch_user.py
+16 −0 spec/construct/test_str_literals.py
+17 −0 spec/construct/test_ts_packet_header.py
+10 −0 spec/construct/test_valid_optional_id.py
+1 −1 spec/cpp_stl_11/test_str_literals.cpp
+1 −1 spec/cpp_stl_98/test_str_literals.cpp
+52 −0 spec/go/cast_nested_test.go
+38 −0 spec/go/cast_to_imported_test.go
+43 −0 spec/go/cast_to_top_test.go
+77 −0 spec/go/expr_ops_parens_test.go
+39 −0 spec/go/index_to_param_eos_test.go
+39 −0 spec/go/index_to_param_expr_test.go
+39 −0 spec/go/index_to_param_until_test.go
+60 −0 spec/go/integers_min_max_test.go
+34 −0 spec/go/io_local_var_test.go
+39 −0 spec/go/params_pass_array_int_test.go
+1 −1 spec/go/type_int_unary_op_test.go
+31 −0 spec/go/valid_switch_test.go
+52 −0 spec/go/yaml_ints_test.go
+4 −4 spec/java/src/io/kaitai/struct/spec/TestIntegersMinMax.java
+6 −3 spec/javascript/test_imports_abs.js
+8 −8 spec/javascript/test_str_literals.js
+7 −7 spec/javascript/test_type_int_unary_op.js
+2 −4 spec/javascript/test_type_ternary_2nd_falsy.js
+4 −6 spec/nim/tintegers_min_max.nim
+13 −0 spec/nim/tstr_literals.nim
+8 −0 spec/nim/tvalid_optional_id.nim
+4 −4 spec/python/test_enum_import.py
+5 −6 spec/python/test_expr_io_eof.py
+6 −6 spec/python/test_str_literals.py
+6 −8 spec/python/test_switch_manual_enum_invalid.py
+5 −6 translator/build.sbt
+1 −1 translator/project/build.properties
+6 −3 translator/src/main/scala/io/kaitai/struct/testtranslator/Main.scala

0 comments on commit 2bf973d

Please sign in to comment.