Unknown (?) resolving can fail without error
Open
bug
GAPIL
P2
triaged
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
If you have an unknown (`foo := ?`) that cannot be inferred, the resolver produces a semantic API with a nil `Inferred`. This usually then results in a null explosion in the templates.
We should detect these and error in the resolver, with a sensible line number.
Contributor guide
Assessment
This issue has not been assessed yet.