Skip to content

Remove the ExecContext

Cal Pratt requested to merge cpratt34/remove-exec-context into master

The exec context is an awkward hack. It maintains global state which bleeds across testing, and makes the server harder to reason about.

Edited by Cal Pratt

Merge request reports