Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We should clean up incorrect patterns in EvaluatorRuntime and related classes. In ContextManager, there is also the problem that contexts are maintained both as a Stack in ContextManager, and as a "linked list" in ContextRuntime itself, causing confusion as to who owns what.