Skip to content
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

Canonical environment description and stdlib subsetting #1125

Merged
merged 5 commits into from
Feb 11, 2025

Conversation

TristonianJones
Copy link
Collaborator

@TristonianJones TristonianJones commented Feb 7, 2025

Support for subsetting the CEL standard environment via a canonical environment
description which is YAML-serializable.

This change also removes a behavior which would potentially break forward compatible
changes, as now type declarations are not included into the variable declaration set.
In the past a duplicate declaration for int would accept the precedence of the variable
with the same name (erroring if there were type differences) rather than permitting
the user-provided variable to mask the type identifier.

Closes #1078
Closes #899
Closes #844
Closes #290

l46kok
l46kok previously approved these changes Feb 10, 2025
@TristonianJones TristonianJones merged commit fddae56 into google:master Feb 11, 2025
2 checks passed
@TristonianJones TristonianJones deleted the describe-env branch February 11, 2025 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants