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

Bug fixes for type-santization and abstract types. #460

Merged
merged 1 commit into from
Oct 19, 2021

Conversation

TristonianJones
Copy link
Collaborator

In an attempt to boost the coverage for the checker and parser related packages, a couple of bugs were uncovered:

  1. Abstract types were not properly identified as such in the checker.
  2. Type-sanitization which renames well-known protobuf names to their CEL equivalents was not actually performing the necessary scrubbing.

Both issues have been fixed with tests added and as-needed, also simplified.

@TristonianJones TristonianJones merged commit 5cd4381 into google:master Oct 19, 2021
@TristonianJones TristonianJones deleted the type-checker-fixes branch October 19, 2021 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants