On Sunday 06 April 2008 02:17:07 Jonathan Worthington wrote: > The behavior looks sane to me. .include is, quite literally, textual > inclusion, nothing more. The get_namespace instruction is always > relative. The code should probably be using an absolute namespace op, > such as get_hll_namespace (or get_root_namespace), which looks up from > the appropriate root. I understood get_namespace as doing a relative > lookup within the current namespace.
That's what the documentation suggests as well, but I have difficulty imagining code where I'd *want* the existing behavior of get_namespace. -- c
