Skip to content

Commit

Permalink
refactor: split runtime::apply into smaller functions (#11490)
Browse files Browse the repository at this point in the history
This is an attempt at refactoring `Runtime::apply`. The function was
originally very big, so the strategy here is to split it into smaller
chunks. The function signature is not touched.
I decided to add a few wrapper `structs` to help share the state which
before was all contained into `Runtime::apply`'s scope.

The PR contains multiple iterative commits hoping that it might help
reviewing.
  • Loading branch information
Trisfald authored Jun 7, 2024
1 parent 6038222 commit 2108e4e
Showing 1 changed file with 598 additions and 310 deletions.
Loading

0 comments on commit 2108e4e

Please sign in to comment.