Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

info vars issue in itcl 4

52 views
Skip to first unread message

phil...@gmail.com

unread,
Mar 30, 2018, 7:29:22 PM3/30/18
to
There is an issue in info vars in current iTcl 4 releases that seems to have been stagnating for a while and I was wondering what the plan is for it.

The problem is that once you load itcl, info vars with no arguments stops working. The work around is to use info vars *.

So:

info vars

by itself returns the expected variables, but

package require itcl
info vars


throws an error:

namespace "::" is not a class namespace

I am seeing this on ActiveTcl 8.6.7 with iTcl 4.1.0 - but it has been there a while.

There is one mention from 2015 of the problem on sourceforge:

https://sourceforge.net/p/incrtcl/bugs/267/

but it never seems to have gone anywere.

We have quite a few customer scripts that include this and it will be difficult for them to fix in all circumstances.

Don Porter

unread,
Apr 2, 2018, 10:11:17 AM4/2/18
to
On 03/30/2018 07:29 PM, phil...@gmail.com wrote:
> There is one mention from 2015 of the problem on sourceforge:
>
> https://sourceforge.net/p/incrtcl/bugs/267/
>
> but it never seems to have gone anywere.

Fix committed for Itcl 4.1.2

--
| Don Porter Applied and Computational Mathematics Division |
| donald...@nist.gov Information Technology Laboratory |
| http://math.nist.gov/~DPorter/ NIST |
|______________________________________________________________________|

phil...@gmail.com

unread,
Apr 2, 2018, 11:40:29 AM4/2/18
to
Thanks Don!
0 new messages