Index: library/nx/nx.tcl =================================================================== diff -u -N -r31adfd571eea2b09a742ab6cd06910c037a70be6 -rfaa3eeb74515d10278bb6f055ecb374791211248 --- library/nx/nx.tcl (.../nx.tcl) (revision 31adfd571eea2b09a742ab6cd06910c037a70be6) +++ library/nx/nx.tcl (.../nx.tcl) (revision faa3eeb74515d10278bb6f055ecb374791211248) @@ -1429,6 +1429,7 @@ } ObjectParameterSlot public method onError {cmd msg} { + puts stderr "==== DEBUG AppVeyor behavior <$cmd> <$msg>" if {[string match "%1 requires argument*" $msg]} { set template {wrong # args: use \"$cmd [join $methods |]\"} } elseif {[string match "*unknown for slot*" $msg]} { @@ -1450,9 +1451,9 @@ ObjectParameterSlot protected method makeForwarder {} { # # Build forwarder from the source object class ($domain) to the slot - # to delegate read and update operations + # to delegate read and update operations. # - # intended to be called on RelationSlot or VariableSlot + # This method is intended to be called on RelationSlot or VariableSlot. # if {![info exists :forwardername]} { set :forwardername ${:methodname}