smithy-rs/tools/ci-scripts/codegen-diff
John DiSanti 748d05cd0b
New-type the interceptor context `Input`, `Output`, and `Error` (#2872)
This PR creates new-types for `Input`, `Output`, and `Error` so that the
type system can enforce that an output isn't given to an input and vice
versa. It also removes `TypedBox` since that isn't really needed
anymore.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2023-07-27 17:51:12 +00:00
..
__init__.py Add CI check for deterministic codegen (#2509) 2023-03-29 21:20:41 +00:00
check-deterministic-codegen.py Add semver-checks CI job (#2518) 2023-04-06 16:42:13 +00:00
codegen-diff-revisions.py Execute Python's diff commands inside correct directory (#2568) 2023-04-11 17:40:27 +00:00
diff_lib.py [Python] Automatically generate stubs (#2576) 2023-04-17 16:19:12 +00:00
semver-checks.py New-type the interceptor context `Input`, `Output`, and `Error` (#2872) 2023-07-27 17:51:12 +00:00