-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fc141d
commit d1ab075
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule stone
updated
22 files
+2 −2 | .github/workflows/CI.yaml | |
+2 −0 | README.rst | |
+0 −1 | mypy-run.sh | |
+0 −1 | mypy.ini | |
+1 −3 | setup.py | |
+1 −7 | stone/backends/js_client.py | |
+1 −8 | stone/backends/js_types.py | |
+1 −7 | stone/backends/obj_c_client.py | |
+1 −7 | stone/backends/obj_c_types.py | |
+1 −8 | stone/backends/python_client.py | |
+1 −7 | stone/backends/swift_client.py | |
+1 −8 | stone/backends/swift_types.py | |
+1 −7 | stone/backends/tsd_client.py | |
+1 −7 | stone/backends/tsd_types.py | |
+20 −12 | stone/cli.py | |
+2 −8 | stone/frontend/ir_generator.py | |
+1 −1 | stone/ir/api.py | |
+2 −4 | stone/ir/data_types.py | |
+1 −8 | test/test_backend.py | |
+2 −2 | test/test_python_gen.py | |
+1 −1 | test/test_tsd_types.py | |
+1 −1 | tox.ini |