Commit 92e8c87
committed
test(model): prove plan reuse with a portable in-place tag (#3236 review)
Replace the array `.equals()` identity check in the integration-plan-cache
spec — whose behavior on BoxLang's array type is unverified — with a
deep-path in-place tag of the cached entry that survives a second
materialization. The write goes through the full application-scope path (no
local-var copy), so it is reference-safe on Adobe CF too, and it uses only
core struct functions, so it behaves identically on every engine. Same
property proven (cached plan reused, not rebuilt), no `.equals()` dependency.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0167uSbSN4vZqQqL5QZfdiQm
Signed-off-by: Claude <noreply@anthropic.com>1 parent 59e7b09 commit 92e8c87
1 file changed
Lines changed: 12 additions & 6 deletions
Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
38 | 45 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
43 | 49 | | |
44 | 50 | | |
45 | 51 | | |
| |||
0 commit comments