forked fromdropbox/dropbox-sdk-java
- Notifications
You must be signed in to change notification settings - Fork0
Commit077dd38
committed
updated stone to new master
1 parent6405997 commit077dd38
2 files changed
+6
-8
lines changedLines changed: 5 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 | 25 |
| |
29 | 26 |
| |
30 | 27 |
| |
| |||
48 | 45 |
| |
49 | 46 |
| |
50 | 47 |
| |
| 48 | + | |
51 | 49 |
| |
52 | 50 |
| |
53 | 51 |
| |
| |||
607 | 605 |
| |
608 | 606 |
| |
609 | 607 |
| |
610 |
| - | |
| 608 | + | |
611 | 609 |
| |
612 | 610 |
| |
613 | 611 |
| |
| |||
1707 | 1705 |
| |
1708 | 1706 |
| |
1709 | 1707 |
| |
1710 |
| - | |
1711 |
| - | |
| 1708 | + | |
| 1709 | + | |
1712 | 1710 |
| |
1713 | 1711 |
| |
1714 | 1712 |
| |
|
- README.rst+50-24
- docs/backend_ref.rst+65-68
- docs/builtin_backends.rst+24-25
- docs/evolve_spec.rst+69-69
- docs/json_serializer.rst+2-2
- docs/lang_ref.rst+247-13
- docs/managing_specs.rst+3-3
- docs/overview.png
- example/backend/__init__.py
- example/backend/ex1/__init__.py
- example/backend/ex1/ex1.stoneg.py+3-2
- example/backend/ex2/__init__.py
- example/backend/ex2/ex2.stoneg.py+3-2
- example/backend/ex3/__init__.py
- example/backend/ex3/ex3.stoneg.py+5-4
- example/backend/unstone/__init__.py
- example/backend/unstone/unstone.stoneg.py+9-8
- mypy-run.sh+1-1
- mypy.ini+2-2
- setup.py+7-4
- stone/backend.py+13-13
- stone/backends/__init__.py
- stone/backends/helpers.py
- stone/backends/js_client.py+5-5
- stone/backends/js_helpers.py+2-2
- stone/backends/js_types.py+5-5
- stone/backends/obj_c.py+5-5
- stone/backends/obj_c_client.py+9-10
- stone/backends/obj_c_helpers.py+1-1
- stone/backends/obj_c_rsrc/DBSerializableProtocol.h
- stone/backends/obj_c_rsrc/DBStoneBase.h
- stone/backends/obj_c_rsrc/DBStoneBase.m
- stone/backends/obj_c_rsrc/DBStoneSerializers.h
- stone/backends/obj_c_rsrc/DBStoneSerializers.m+242
- stone/backends/obj_c_rsrc/DBStoneValidators.h+11-7
- stone/backends/obj_c_rsrc/DBStoneValidators.m+145
- stone/backends/obj_c_types.py+46-16
- stone/backends/python_client.py+11-8
- stone/backends/python_helpers.py+22-20
- stone/backends/python_rsrc/__init__.py+1
- stone/backends/python_rsrc/stone_base.py-2
- stone/backends/python_rsrc/stone_serializers.py+76-69
- stone/backends/python_rsrc/stone_validators.py+13-18
- stone/backends/python_type_mapping.py+3-3
- stone/backends/python_type_stubs.py+12-12
- stone/backends/python_types.py+57-115
- stone/backends/swift.py+4-4
- stone/backends/swift_client.py+7-7
- stone/backends/swift_helpers.py+1-1
- stone/backends/swift_rsrc/StoneBase.swift
- stone/backends/swift_rsrc/StoneSerializers.swift
- stone/backends/swift_rsrc/StoneValidators.swift
- stone/backends/swift_types.py+6-6
- stone/backends/tsd_client.py+7-6
- stone/backends/tsd_helpers.py+17-2
- stone/backends/tsd_types.py+88-48
- stone/cli.py+44-43
- stone/compiler.py+36-36
- stone/frontend/__init__.py
- stone/frontend/ast.py+412
- stone/frontend/exception.py
- stone/frontend/frontend.py+54
- stone/frontend/ir_generator.py+208-188
- stone/frontend/lexer.py+5-4
- stone/frontend/parser.py+127-495
- stone/ir/__init__.py+2
- stone/ir/api.py+13-9
- stone/ir/data_types.py+123-128
- stone/target/obj_c_rsrc/DBStoneSerializers.m-186
- stone/target/obj_c_rsrc/DBStoneValidators.m-112
- stone/target/python_rsrc/__init__.py-1
- test/backend_test_util.py+28
- test/resources/typescript.template+1
- test/test_backend.py+15-17
- test/test_python_gen.py+1.9k-14
- test/test_python_type_stubs.py+32-41
- test/test_stone.py+1.3k-518
- test/test_stone_internal.py+111-102
- test/test_tsd_types.py+298
- tox.ini+2-2
0 commit comments
Comments
(0)