-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: Adds datetime and span primitives to the policy expression syntax #419
Conversation
e7af2c3
to
e96788b
Compare
Looks like some tests are failing now, including ones unrelated to datetime and span. May have to do with the changes to the error type. |
Failures seem related to adding |
73fe2f7
to
36356e9
Compare
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.
Looks good!
Resolves Issue #400. Adds
Datetime
andSpan
types to thePrimitives
used in the policy expression syntax. Operators that use these types and an RFD explaining their intend use will be added in future commits.