Skip to content
Snippets Groups Projects
Unverified Commit 20b3dcb2 authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Custom expression: improve the type-checker (#19187)

Use an improved semantic validation layered on top of the existing
resolver (around ~40 LoC) instead of its own dedicated logic
(~240 LoC).  Not only the improved type-checker is leaner and faster,
it's also more accurate in some corner cases.
The type-checking process is also deferred to the compilation stage,
instead of earlier in the parsing stage.
parent f8d712d6
No related branches found
No related tags found
No related merge requests found
Showing
with 175 additions and 694 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment