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

[perl #39852] [TODO] Tcl - Create the ::tcl namespace properly

4 views
Skip to first unread message

Matt Diephouse

unread,
Jul 16, 2006, 6:12:45 PM7/16/06
to bugs-bi...@rt.perl.org
# New Ticket Created by Matt Diephouse
# Please include the string: [perl #39852]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=39852 >


In order to pass some [namespace children] tests, I added this to the
top of runtime/tcllib.pir:

# create the 'tcl' namespace
.namespace ['tcl']
.sub foo
.return()
.end

This is a temporary hack that creates the ::tcl namespace. The sub is
required to make Parrot actually create the namespace. This should be
replaced with code (elsewhere) that actually populates the ::tcl with
whatever it's supposed to contain.

--
Matt Diephouse

0 new messages