From 85b1d1d4dd4628d1fb8901c3280cde84da450bbe Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 25 Nov 2023 16:10:28 +0100 Subject: Rework `Vt` into `Engine` - Moves as much data out of the `Vm` - Removes duplication with call_vm and call_vt flavours - Uses tracked chain instead of fixed int for determining max nesting depth - This means that nesting checks now generalizes to layout and realization, to detect crashing show rules and overly nested layouts --- tests/src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/src/tests.rs') diff --git a/tests/src/tests.rs b/tests/src/tests.rs index 0a936a8d..d801209e 100644 --- a/tests/src/tests.rs +++ b/tests/src/tests.rs @@ -535,7 +535,7 @@ fn test_part( if world.print.model { let world = (world as &dyn World).track(); - let route = typst::eval::Route::default(); + let route = typst::engine::Route::default(); let mut tracer = typst::eval::Tracer::new(); let module = -- cgit v1.2.3