Status: Accepted
Owner:
wcol...@gmail.com
New issue 121 by
wcol...@gmail.com: partcl-nqp : namespace pollution by
compiler
http://code.google.com/p/partcl/issues/detail?id=121
11:15 <@moritz> partcl-nqp: puts [namespace children]
11:15 <+p6eval> partcl-nqp:
OUTPUT«::Partcl ::String ::ResizablePMCArray ::Hash
::Info ::Array ::FileGlob ::StringGlob ::_tcl ::Dict ::Regex
::PCT ::ARE ::PAST ::HLL ::Namespace ::EXPORT»
None of those namespaces should be accessible from inside the user-visible
namespace. (top level tcl :: namespace corresponds to the "tcl" HLL
namespace off the parrot root.)
partcl avoided this by using another HLL, "_tcl" to store related items.