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
Generate specs for protocol tests #270
Generate specs for protocol tests #270
Changes from 72 commits
a57acd6
4d3a7f4
036d2d8
fb17908
c7c672c
787f763
37c2508
578478e
c168be0
2d098e4
885ae8b
20abd06
aa367c8
589feaa
8e4c0f3
03e7699
318b0cd
6fe901e
1462f8f
c29eb20
d5413e6
68713d1
5418ba0
1f475c2
7659994
42114fa
2656ba7
86c777d
2014c1c
1a26319
1ed8b04
f7922a9
a4ef87c
f4cb90d
fd361e9
157bae5
975be63
bc5614e
138ae69
3e47008
71c4e5c
659a1ea
f3360c3
7952f0e
b4354a9
44f1898
4b1ed95
726aaf1
f25c1d2
21ee535
15cf0aa
7231d08
e791ccb
4ab9718
9a9afb6
3f35c47
69208d9
0edce81
e6e2d1f
6391e83
046227d
0687fd4
7a9a8f3
24c7387
ef9f6cb
302e7f8
c344501
0d9830f
d0c8398
1f954ed
c269532
d37e4b8
e05f941
a8996b3
65f2275
3bc1683
8e201a6
0ae5b87
33c4ced
36fe4a5
c175478
936d4ec
08073ed
c2ee782
d3875d1
eb3255a
c5adb00
a65325d
3fd03d2
cebe5c4
70dd666
52a8d15
fcb34b1
bd0d912
f7358e5
402f07a
86995e0
8a29c33
668d9b0
cafe0a9
37ca72d
601f857
ab2c239
1d7a03d
4ff8a11
47996d6
98dbb9b
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.
Is this supposed to take a file for an argument somewhere?
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.
No - the key is that its using the local smithy-build.json which has a transform that selects the cbor protocol test service.
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.
Right but I think it should explicitly declare the model file and possibly the config file too?
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.
There is no model file - the model comes from the dependency in the smithy-build.json. but updated to reference the config file.