Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add cross_sync annotations #1000
chore: add cross_sync annotations #1000
Changes from 250 commits
9cf3923
c59eec2
fac2583
8ef9047
0705ee9
426057f
0c79e39
4aa53eb
6ae2428
fdce0bc
adc8bb7
31fb77a
fc44b30
255e124
87aecb3
a1426a5
ba351e3
d6fac8e
d25a517
5dd32fd
cd40ba9
fd639e4
c1053e9
c925760
9f9ec0f
e5168a1
9bd13b3
6895968
09c090d
ab28899
40678e0
79f7b74
2652158
5b31779
53dbb77
e93f2ac
515f565
4c6bac2
998829e
40e961e
ec63aa7
5cdf5d9
b964c8d
a968905
95c30f8
8c88f08
c93597b
32f1631
b6fb1d5
f90d54c
f5dfa3e
ce45742
49b4808
18e4977
48bb06f
245bd08
74a69c3
276add1
d3906bf
73c6e2f
1911296
e166bbe
6b244c5
9e1afc3
2a46630
2691686
f48604e
a61c54f
8b379c8
14259e2
9b7c1e2
88fda0d
c3787ca
7f65063
caf27e2
8af6438
8d763f8
5efc840
eb5cd48
e5a8792
39ae907
d17a98c
fd1fb71
c0b4185
adb092e
45efa16
e1ec974
021fde2
58405d1
de0fd90
6ca3ddd
b2cf937
4860061
63891d7
164f5a8
8317973
f9dd41d
22b093f
5ebf889
8d13c5e
ea8072f
769cac1
f87b832
f2b6d08
754adf8
3ed5935
d0ba7b0
37b4833
af020a2
698902d
64166db
73ba23b
12e8860
63a528a
f5dcdf5
be40771
a676d49
c63d88e
03b60ed
3762a03
274bd36
5611614
ad95748
cad416d
9b92e65
9a19658
a378c45
02b2268
f3643f1
b64c0c7
223f337
51d2358
3600a63
295f3a2
6ce1b5c
6ac4c71
d76cb5c
a36f89d
ceabe03
e5d6a29
ebf126a
3d8c79b
792abd9
1006496
5dc231c
f73498c
18854f0
97d63e0
5396bc4
2dce3b9
ade18b1
933a626
8efe71d
09623f4
6fcbc89
9044c4a
ee11e04
89c2abe
7925b24
de32f7f
3c0f1de
da38ac4
169255b
5eddd03
c616143
042f89b
f186d6b
7a0c638
a3cb9a6
0c91eb7
5484f5e
e7881da
bc67b30
11ab1d0
bb9c160
06e0425
288c645
13abfd4
93acd0d
1318ab6
7dc9a2b
aacd8aa
18484a2
41576f7
7d5df6d
0b9f377
c8d91c0
ef00397
ea571bd
e42655b
e972385
81a06f8
db8c156
c418af2
d0dcbff
37c3226
54ee3be
d44b829
61490e5
ea0d5c4
b8b2181
a45a6f6
7052b31
dd2a65f
59a5df2
85f2bfd
62d46ec
487f8b2
77560c9
252ddef
f34d9a2
3c806b5
fff417c
6e71ec9
720cf81
c82d967
48d44a6
7c52d54
7f07436
8cc4e07
20bb81d
14a5f25
8830375
6be8180
54e3007
5811a98
480b139
66fc807
8b3b9c9
89a816a
c6f053b
bee3e84
36c78ba
3c44095
9244f56
6135ccc
ff9d019
56c76ef
ae5dc6a
c95ca68
008e724
7fb2134
e8d122e
d489ad3
39f12f1
99dd32a
5a41d24
615588d
b28a12e
c0abaed
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dumb question.. isn't _sync_autogen.client also generated from cross sync? how can we import a not yet generated class?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, good point, this should really just be in the next PR, since the file doesn't exist yet
For the "how" part: this import statement isn't actually executed, since it's behind an
if False
branch. This import is just for the generated file