l46kok

Results 22 comments of l46kok

PR for this issue: https://github.com/angular/material2/pull/15604

We also encountered this same issue while trying to migrate from WORKSPACE to bzlmod: https://github.com/google/cel-java/pull/326. This specifically breaks in 6.0 but works with 5.3 pinned.

Looking into this further, I think the issue is specific to 6.0 with bzlmod. This works as expected with WORKSPACE based repository. It looks like MVS is making `maven.install` ignore...

Hi, First it'd be helpful for me to understand the larger context of what you're trying to achieve here. From the test code, it seems like you're trying to deal...

Oh I follow now, thanks for elaborating. CEL for the most part expects non-dynamic descriptors as constructing protobuf messages (structs) in expressions is baked into the specification (example: `Test {}`...

Thinking about this further -- what I've mentioned regarding CEL-Java expecting concrete descriptors has been traditionally true, but we might be able to extend the support to dynamic descriptors as...

Ah I meant to say CEL-Java on that, my mistake. CEL-Spec only specifies that an expression `M {}` must return an empty message. For CEL-Java, that historically meant `ConcreteType.getDefaultInstance()`. In...

Are you trying to leverage the utility class directly or are you running into this issue when evaluating an expression against an environment? If the former, the class is really...

It'd help if you could either create a small test project somewhere demonstrating this problem or if you're able to reproduce on your end, feel free to open a PR....

Please feel free to reopen with a reproducible test case if you're still experiencing this issue.