forked from aws/aws-cryptographic-material-providers-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: repolymorph with latest smithy-dafny (aws#968)
* chore: repolymorph for latest smithy-dafny
- Loading branch information
1 parent
f9fb3ef
commit 1312493
Showing
15 changed files
with
119 additions
and
416 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
2 changes: 1 addition & 1 deletion
2
...rs/runtimes/java/src/main/java/software/amazon/cryptography/keystore/types/__default.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package software.amazon.cryptography.keystore.internaldafny.types; | ||
|
||
public class __default | ||
extends software.amazon.cryptography.keystore.internaldafny._ExternBase___default {} | ||
extends software.amazon.cryptography.keystore.internaldafny.types._ExternBase___default {} |
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
131 changes: 0 additions & 131 deletions
131
ComAmazonawsDynamodb/codegen-patches/java/dafny-4.2.0.patch
This file was deleted.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
ComAmazonawsDynamodb/codegen-patches/java/dafny-4.8.0.patch
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git b/ComAmazonawsDynamodb/runtimes/java/src/main/smithy-generated/software/amazon/cryptography/services/dynamodb/internaldafny/ToNative.java a/ComAmazonawsDynamodb/runtimes/java/src/main/smithy-generated/software/amazon/cryptography/services/dynamodb/internaldafny/ToNative.java | ||
index 5c6364b2..7feacebc 100644 | ||
--- b/ComAmazonawsDynamodb/runtimes/java/src/main/smithy-generated/software/amazon/cryptography/services/dynamodb/internaldafny/ToNative.java | ||
+++ a/ComAmazonawsDynamodb/runtimes/java/src/main/smithy-generated/software/amazon/cryptography/services/dynamodb/internaldafny/ToNative.java | ||
@@ -8670,9 +8670,6 @@ public class ToNative { | ||
if (dafnyValue.is_InternalServerError()) { | ||
return ToNative.Error((Error_InternalServerError) dafnyValue); | ||
} | ||
- if (dafnyValue.is_InvalidEndpointException()) { | ||
- return ToNative.Error((Error_InvalidEndpointException) dafnyValue); | ||
- } | ||
if (dafnyValue.is_InvalidExportTimeException()) { | ||
return ToNative.Error((Error_InvalidExportTimeException) dafnyValue); | ||
} |
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
Oops, something went wrong.