Jonathan Tatum
Jonathan Tatum
Add basic type support to the repl. Add ability to load a file descriptor set from file to introduce types in the REPL. Bump rules_go, gazelle, and proto versions. Do...
**Feature request checklist** - [x] There are no issues that match the desired change - [x] The change is large enough it can't be addressed with a simple Pull Request...
Draft: the way the repl creates sub environments doesn't work well with cel.Environment.PartialVars. Not sure this is the best way to fix that issue.
Introduces syntax for escaped fields that are not normally syntactically legal field selections with backticks. This PR is limited to fields, but would also consider adding for namespaced names (e.g....
PR #1002 adds syntax for specifying extension fields for select operations, but at the moment the type check and runtime steps don't consider extensions for message creation. **Feature request checklist**...
DO NOT MERGE -- just a proof of concept. need to discuss details.