-
Notifications
You must be signed in to change notification settings - Fork 89
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
RFC 24 implementation #557
Conversation
add to CLI
Co-authored-by: Craig Disselkoen <cdiss@amazon.com>
Co-authored-by: Craig Disselkoen <cdiss@amazon.com>
One todo, the warnings in cli currently present as errors |
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.
Getting close. I'm concerned about the SchemaError
change in cedar-policy
, as noted there
Co-authored-by: Craig Disselkoen <cdiss@amazon.com>
Co-authored-by: Craig Disselkoen <cdiss@amazon.com>
Co-authored-by: Craig Disselkoen <cdiss@amazon.com>
@@ -0,0 +1,28 @@ | |||
/* | |||
* Copyright 2022-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. |
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.
I believe Legal signed off on changing this to Copyright Cedar Contributors
and removing the dates. If we don't want to do that yet, we should use 2024.
`FromJsonError::UnescapeError`'s signature is reverted. Signed-off-by: Shaobo He <shaobohe@amazon.com>
Description of changes
Implement RFC 24
Issue #, if available
Checklist for requesting a review
The change in this PR is (choose one, and delete the other options):
cedar-policy
(e.g., addition of a new API).I confirm that this PR (choose one, and delete the other options):
I confirm that
cedar-spec
(choose one, and delete the other options):cedar-spec
, and how you have tested that your updates are correct.)Disclaimer
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.