LinqLover / SimulationStudio

A growing suite of applications and tools using code simulation in Squeak/Smalltalk
9 stars 1 forks source link

base: fix switches between different simulation customizations #58

Closed LinqLover closed 2 years ago

LinqLover commented 2 years ago

For instance, when switching from a SimulationContext to a SimulatorContext (subclass), the context needs to be re-customized. Add #matchesSimulationContext: for comparing contexts.

Add kernel tests for nested simulation (pulled up from TraceDebugger^1). Fixes SimulationContextTest>>#testExceptionHandlerAroundSimulator.