Commit 107ab5c
authored
Fix loading field message when dependency is more than one step (#54)
Fixes the problem where you would get
```
compilation error: failed to compile expression api.source_context.file_name: ERROR: <input>:1:4: unexpected failed resolution of 'google.protobuf.SourceContext'
| has(this.source_context.file_name)
| ...^
```
for the example added.1 parent bfb9d45 commit 107ab5c
File tree
4 files changed
+252
-149
lines changed- internal
- evaluator
- gen/tests/example/v1
- proto/tests/example/v1
4 files changed
+252
-149
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
0 commit comments