proc info { arg argv } {
  return ::info $arg $argv
}
??



On Wed, 21 Mar 2012, Harald Oehlmann wrote:

Date: Wed, 21 Mar 2012 08:53:05 +0100
From: Harald Oehlmann <[email protected]>
To: [email protected]
Subject: IncrTCL: info exists broken

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]



--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
Robert S. Sciuk         http://www.controlq.com         259 Simcoe St. S.
Control-Q Research      tel: 905.706.1354               Oshawa, Ont.
[email protected]                                       Canada, L1H 4H3

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

Reply via email to