Skip to content

Commit

Permalink
Point to latest spec and stone
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlocke committed Feb 12, 2024
1 parent abe9839 commit 3f550b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stone
Submodule stone updated 50 files
+1 −1 .github/workflows/CI.yaml
+6 −9 example/backend/unstone/unstone.stoneg.py
+6 −7 ez_setup.py
+0 −1 setup.py
+13 −16 stone/backend.py
+0 −2 stone/backends/helpers.py
+1 −3 stone/backends/js_client.py
+7 −10 stone/backends/js_helpers.py
+15 −18 stone/backends/js_types.py
+6 −8 stone/backends/obj_c.py
+12 −14 stone/backends/obj_c_client.py
+0 −2 stone/backends/obj_c_helpers.py
+20 −21 stone/backends/obj_c_types.py
+0 −2 stone/backends/python_client.py
+2 −5 stone/backends/python_helpers.py
+6 −7 stone/backends/python_rsrc/stone_base.py
+12 −13 stone/backends/python_rsrc/stone_serializers.py
+13 −18 stone/backends/python_rsrc/stone_validators.py
+2 −2 stone/backends/python_type_mapping.py
+3 −6 stone/backends/python_type_stubs.py
+4 −5 stone/backends/python_types.py
+8 −11 stone/backends/swift.py
+5 −7 stone/backends/swift_client.py
+0 −2 stone/backends/swift_helpers.py
+17 −19 stone/backends/swift_types.py
+4 −6 stone/backends/tsd_client.py
+8 −10 stone/backends/tsd_helpers.py
+20 −19 stone/backends/tsd_types.py
+9 −18 stone/cli.py
+12 −16 stone/cli_helpers.py
+3 −5 stone/compiler.py
+23 −24 stone/frontend/ast.py
+3 −5 stone/frontend/exception.py
+4 −7 stone/frontend/ir_generator.py
+2 −4 stone/frontend/lexer.py
+8 −11 stone/frontend/parser.py
+9 −20 stone/ir/api.py
+54 −56 stone/ir/data_types.py
+2 −6 test/backend_test_util.py
+4 −5 test/test_backend.py
+0 −1 test/test_cli.py
+2 −2 test/test_js_client.py
+1 −1 test/test_python_client.py
+17 −18 test/test_python_gen.py
+2 −4 test/test_python_type_stubs.py
+2 −2 test/test_python_types.py
+2 −3 test/test_stone.py
+5 −6 test/test_stone_internal.py
+1 −1 test/test_tsd_client.py
+4 −11 test/test_tsd_types.py

0 comments on commit 3f550b1

Please sign in to comment.