[perl #46715] [DEPRECATED] [IMCC] .namespace: sliced indexes

Will Coleda via RT parrotbug-followup at parrotcode.org
Sat Nov 15 00:47:35 UTC 2008


On Mon Oct 22 13:16:28 2007, kjs wrote:
> IMCC currently allows for writing:
> 
> .namespace ["a" .. "b"]
> 
> This does not make sense, and this slicing syntax will be deprecated.

imcc.y *looks* like this throws an error, but:

.namespace ["a" .. "b"]
.sub main :main
 say 'hi'
.end

causes a VM "out of memory" panic.

-- 
Will "Coke" Coleda


More information about the parrot-dev mailing list