aboutsummaryrefslogtreecommitdiff
path: root/jim_tcl.txt
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2013-12-09 07:28:30 +1000
committerSteve Bennett <steveb@workware.net.au>2013-12-09 08:20:05 +1000
commitdd213d13411bce204850d48669632bc57b242c7c (patch)
tree8dc14dafde01afe73ca826dff438d40254c927d8 /jim_tcl.txt
parent2448a2047e587cae8a1b2f401607b7b4c3108429 (diff)
downloadjimtcl-dd213d13411bce204850d48669632bc57b242c7c.zip
jimtcl-dd213d13411bce204850d48669632bc57b242c7c.tar.gz
jimtcl-dd213d13411bce204850d48669632bc57b242c7c.tar.bz2
Fix aio close from non-global namespace
aio [open], as well as similar commands return the name of the created command. If this is done in the non-global namespace, the returned name is implicitly scoped to the current namespace while the actual command is created in the global namespace. Thus [close] does not work when invoked in that namespace. The solution is to return a fully qualified name, such as ::aio.handle3 Note that this may also be a problem for similar command such as [proc] and [alias] that return command names. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jim_tcl.txt')
0 files changed, 0 insertions, 0 deletions