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 10, 2023
1 parent 6192503 commit 478cd01
Show file tree
Hide file tree
Showing 22 changed files with 405 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 478cd01

Please sign in to comment.