Dear community,

within my patches to the form package, I faced issues that "info exists"
does always return 0.
Arnulf Wiedemann informed me, that this is due to a bug partly caused by
Incr Tcl-ng:

http://sourceforge.net/tracker/index.php?func=detail&aid=2981564&group_id=13244&atid=113244

A workaround is to use "::info exists" instead "info exists" which is
IMHO not doable for me.
The bug also breaks normal tcl code, when "info exists" is called within
namespaces. In consequence, no packages are usable any more after a
"package require Itcl".

I will dig for another solution...

Sorry,
Harald

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to