Skip to content

DO_NOT_SUBMIT until updated with cl/778681053 (update cel.proto to separate parsed/params) #1592

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions checker/internal/type_checker_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,8 @@ void ResolveVisitor::PostVisitComprehensionSubexpression(
iter_type = iter_type1 = range_type.GetMap().key();
iter_type2 = range_type.GetMap().value();
break;
case TypeKind::kAny:
// DO_NOT_SUBMIT(needs support/recommendedation from the CEL team)
case TypeKind::kDyn:
break;
default:
Expand Down