-
Notifications
You must be signed in to change notification settings - Fork 83
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
Removes __expr
#333
Removes __expr
#333
Conversation
This does leave |
I'm in favor of keeping it reserved even if only to provide better error messages for folks using it. (Speaking of, does this PR keep around tests that use |
|
08abff9
to
af7e68b
Compare
26690f3
to
29a0e25
Compare
Semver check fails as expected |
39495e9
to
a4672ce
Compare
a4672ce
to
88a0fb1
Compare
panic_markers=("panic unwrap_used expect_used fallible_impl_from unreachable indexing_slicing") | ||
panic_markers=("unwrap_used expect_used fallible_impl_from unreachable indexing_slicing panic") |
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.
curious why this?
c844e01
to
b836970
Compare
Co-authored-by: Craig Disselkoen <[email protected]>
Co-authored-by: Craig Disselkoen <[email protected]>
Co-authored-by: Craig Disselkoen <[email protected]>
Co-authored-by: Craig Disselkoen <[email protected]>
Co-authored-by: Craig Disselkoen <[email protected]>
Co-authored-by: Craig Disselkoen <[email protected]>
Co-authored-by: Craig Disselkoen <[email protected]>
Co-authored-by: Craig Disselkoen <[email protected]>
Co-authored-by: Craig Disselkoen <[email protected]>
Co-authored-by: Craig Disselkoen <[email protected]>
9d54393
to
08820de
Compare
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
|
|||
### Changed | |||
|
|||
- Removed `__expr` escape from Cedar JSON formats |
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.
- Removed `__expr` escape from Cedar JSON formats | |
- Removed `__expr` escape from Cedar JSON formats. (This has been deprecated since before Cedar's first open-source release.) |
Description of changes
__expr
was deprecated. Now it is removedIssue #, if available
N/A
Checklist for requesting a review
The change in this PR is (choose one, and delete the other options):
cedar-policy
(e.g., changes to the signature of an existing 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):Disclaimer
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.