Revert "Revert "actually fix instead of fucking it""

This reverts commit bc09b09473dcc592a9a417482133714d6c581c01.
This commit is contained in:
Boris Jerkson 2023-04-03 04:58:30 -07:00
parent bc09b09473
commit 375a1c5326
2 changed files with 5 additions and 5 deletions

View File

@ -167,9 +167,9 @@ method {inspect proc} proc {
if ![info exists vars_existing_before_eval($var)] {
$self did create var $var
} else {
# if [info exists vars_touched_during_eval($var)] {
if [info exists vars_touched_during_eval($var)] {
$self did update var $var
# }
}
unset vars_existing_before_eval($var)
}
}
@ -203,9 +203,9 @@ method {inspect proc} proc {
}
method {did touch var} {key var args} {
if {$key eq $private_key} {
# if {$key eq $private_key} {
set vars_touched_during_eval($var) {}
}
# }
}
method trace_command_for_var var {

2
state

@ -1 +1 @@
Subproject commit 2397245f52a439d6f5ed5f7f28007eb393924271
Subproject commit efe78e85d095142a1b6d059faa3b9f0a628eaeec