From c14975396933e6062f02919e0a2ba04f19c639a6 Mon Sep 17 00:00:00 2001 From: PurHur Date: Sat, 29 Aug 2026 08:38:10 +0000 Subject: [PATCH] Self-host: add TypedPropertyClassAssignCheck to compile spine (#31835). #35705 landed the AOT typed-property class assign helper but omitted spine coverage; ci-fast spine-sync was red with one missing inventory file. Co-authored-by: Cursor --- test/selfhost/compiler_lib_spine_smoke/main.php | 1 + 1 file changed, 1 insertion(+) diff --git a/test/selfhost/compiler_lib_spine_smoke/main.php b/test/selfhost/compiler_lib_spine_smoke/main.php index b34c0fac1d..945700fba1 100644 --- a/test/selfhost/compiler_lib_spine_smoke/main.php +++ b/test/selfhost/compiler_lib_spine_smoke/main.php @@ -6765,6 +6765,7 @@ require_once __DIR__.'/../../../lib/JIT/TryCatchHelper.php'; require_once __DIR__.'/../../../lib/JIT/TryCatchState.php'; require_once __DIR__.'/../../../lib/JIT/TypeCheck.php'; +require_once __DIR__.'/../../../lib/JIT/TypedPropertyClassAssignCheck.php'; require_once __DIR__.'/../../../lib/JIT/TypedPropertyUninitGuard.php'; require_once __DIR__.'/../../../lib/JIT/UndefinedPropertyFetchHelper.php'; require_once __DIR__.'/../../../lib/JIT/UndefinedVariableHelper.php';