Skip to content

Commit

Permalink
Execute TypeResolver before VariableUsageResolver
Browse files Browse the repository at this point in the history
This PR moves the execution order of the `TypeResolver` before the `VariableUsageResolver` and `CallResolver`. This should help clean up the type manager code that deals with record / type hierachies in a better way.
  • Loading branch information
oxisto committed Aug 11, 2023
1 parent 8746d62 commit 050abd0
Show file tree
Hide file tree
Showing 22 changed files with 401 additions and 588 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ private constructor(
log.debug("Cleaning up {} Frontends", executedFrontends.size)

executedFrontends.forEach { it.cleanup() }
ctx.typeManager.cleanup()
}
}

Expand Down
Loading

0 comments on commit 050abd0

Please sign in to comment.