Commit 2b70c02
Fix __status__/__substatus__ wiring to work with default compute_property fallbacks
The haskey(meta, :__substatus__) and hasproperty(o, :__status__) checks
prevented substatus wiring from activating when using the new default
compute_property fallbacks (which aren't in meta). Now always wire
substatus for ThreadsafeDict getindex, since the defaults handle the
nil case. Also remove debugging |> error in TreebarsExt.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a60d6c1 commit 2b70c02
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments