actually fix instead of fucking it
This commit is contained in:
parent
fe8f251586
commit
7a7da4c563
@ -167,9 +167,9 @@ method {inspect proc} proc {
|
|||||||
if ![info exists vars_existing_before_eval($var)] {
|
if ![info exists vars_existing_before_eval($var)] {
|
||||||
$self did create var $var
|
$self did create var $var
|
||||||
} else {
|
} else {
|
||||||
# if [info exists vars_touched_during_eval($var)] {
|
if [info exists vars_touched_during_eval($var)] {
|
||||||
$self did update var $var
|
$self did update var $var
|
||||||
# }
|
}
|
||||||
unset vars_existing_before_eval($var)
|
unset vars_existing_before_eval($var)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -203,9 +203,9 @@ method {inspect proc} proc {
|
|||||||
}
|
}
|
||||||
|
|
||||||
method {did touch var} {key var args} {
|
method {did touch var} {key var args} {
|
||||||
if {$key eq $private_key} {
|
# if {$key eq $private_key} {
|
||||||
set vars_touched_during_eval($var) {}
|
set vars_touched_during_eval($var) {}
|
||||||
}
|
# }
|
||||||
}
|
}
|
||||||
|
|
||||||
method trace_command_for_var var {
|
method trace_command_for_var var {
|
||||||
|
2
state
2
state
@ -1 +1 @@
|
|||||||
Subproject commit 2397245f52a439d6f5ed5f7f28007eb393924271
|
Subproject commit efe78e85d095142a1b6d059faa3b9f0a628eaeec
|
Loading…
x
Reference in New Issue
Block a user