-
Notifications
You must be signed in to change notification settings - Fork 15
chore(Go): Add interop test with CI #1721
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(Go): Add interop test with CI #1721
Conversation
This reverts commit 43e38a2.
|
||
const DEFAULT_KEYS : string := "../../../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/test/keys.json" | ||
// TODO: Add extern for DEFAULT_KEYS | ||
const DEFAULT_KEYS : string := "../../../../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/test/keys.json" |
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.
You could also write a Dafny function like
if OsLang.GetLanguageShort() == "Go" then
"something/keys.json"
else
"something_else/keys.json"
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.
Thanks. I did not know I could get name of transpiling language in dafny.
I will look into it later.
7b8699f
into
Golang/DynamoDbEncryptionModule
Issue #, if available:
Description of changes:
Merging into
Golang/DynamoDbEncryptionModule
thenGolang/DynamoDbEncryptionModule
intoGolang/reviewed
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.