The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.tcl
From: Andreas Leitgeb <a...@gamma.logic.tuwien.ac.at>
Date: Sat, 30 Jun 2012 15:51:15 +0000 (UTC)
Local: Sat, Jun 30 2012 11:51 am
Subject: Re: A bit of tcl advocacy ...
Donal K. Fellows <donal.k.fell...@manchester.ac.uk> wrote:
> On 27/06/2012 14:46, Andreas Leitgeb wrote:
I'm not sure I understand the problem. These tests check, that
>>> but it's spotted by the Tcl test suite so I won't make the >>> change in compilation strategy. >> Which particular test do you mean? > Thankfully, it's still in my scrollback. :-) > info-19.3, namespace-old-7.4, namespace-old-7.7 some variables previously [global]ed, show up in [info vars]. But they also do with [variable] instead of [global], so what
> It appears to be related to what variables are reported by [info vars],
But [info vars] *does* see [variable]-imported locals,
> which can observe the difference between [global] and [variable] under > normal circumstances. just like it sees [global]-imported ones. % namespace eval foo { proc foo {} { variable foo; puts [info vars][info exists foo] }}
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||