This commit is contained in:
Boris Jerkson 2023-04-03 04:59:57 -07:00
parent 375a1c5326
commit 8ef020cb64
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 efe78e85d095142a1b6d059faa3b9f0a628eaeec
Subproject commit a6dbbbfd08f0b39c04c16252bef6c22a999cc430