-
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
Stephen Cobbe
committed
Feb 27, 2018
1 parent
b875b84
commit 05844f1
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule spec
updated
17 files
+0 −2 | async.stone | |
+0 −2 | auth.stone | |
+26 −41 | common.stone | |
+5 −86 | file_properties.stone | |
+7 −24 | files.stone | |
+0 −2 | paper.stone | |
+0 −1 | shared_content_links.stone | |
+0 −8 | shared_links.stone | |
+0 −4 | sharing_files.stone | |
+1 −22 | sharing_folders.stone | |
+0 −17 | team.stone | |
+0 −24 | team_devices.stone | |
+133 −153 | team_log_generated.stone | |
+4 −137 | team_member_space_limits.stone | |
+0 −3 | team_namespaces.stone | |
+0 −12 | team_policies.stone | |
+0 −4 | users.stone |
Submodule stone
updated
27 files
+0 −1 | .travis.yml | |
+2 −77 | docs/builtin_backends.rst | |
+7 −24 | docs/json_serializer.rst | |
+2 −13 | docs/lang_ref.rst | |
+1 −1 | setup.py | |
+1 −1 | stone/backends/js_client.py | |
+1 −3 | stone/backends/js_types.py | |
+10 −16 | stone/backends/obj_c_types.py | |
+8 −18 | stone/backends/python_client.py | |
+2 −2 | stone/backends/python_helpers.py | |
+1 −1 | stone/backends/python_rsrc/stone_base.py | |
+2 −7 | stone/backends/python_rsrc/stone_serializers.py | |
+2 −8 | stone/backends/python_rsrc/stone_validators.py | |
+2 −32 | stone/backends/python_type_stubs.py | |
+4 −5 | stone/backends/python_types.py | |
+2 −3 | stone/backends/tsd_client.py | |
+5 −8 | stone/backends/tsd_helpers.py | |
+24 −90 | stone/backends/tsd_types.py | |
+0 −16 | stone/frontend/ir_generator.py | |
+54 −123 | stone/frontend/lexer.py | |
+2 −2 | stone/ir/api.py | |
+1 −1 | stone/ir/data_types.py | |
+10 −72 | test/test_python_gen.py | |
+3 −42 | test/test_python_type_stubs.py | |
+0 −103 | test/test_stone.py | |
+34 −263 | test/test_tsd_types.py | |
+2 −2 | tox.ini |