[perl #55586] [BUG] Parrot no longer uses HLL_map types?

kjstol parrotcode at gmail.com
Fri Feb 6 13:21:40 UTC 2009


On Fri, Feb 6, 2009 at 1:12 PM, James Keenan via RT <
parrotbug-followup at parrotcode.org> wrote:

> So here's the current state of what Coke originally posted:
>
> $ cat tclsh.pir
> .HLL 'Tcl'
> .loadlib 'tcl_group'
>
> .sub main :main
> .param pmc argv
> foo(argv)
> .end
>
> .sub foo
> .param pmc args :slurpy
> $S0 = typeof args
> say $S0
> .end
>
> [li11-226:parrot] 504 $ ./parrot tclsh.pir
> ResizablePMCArray
>
> How should we proceed?


Disclaimer: I'm not entirely clear on what exactly is happening in a
.loadlib.
However, I don't see any .HLL_map'ping (either through the .HLL_map, or
through the 'hll_map' method on (I think) the interpreter object).
So, in order to see what's wrong, I think the .loadlib directive needs
inspection.

kjs


>
> _______________________________________________
> http://lists.parrot.org/mailman/listinfo/parrot-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.parrot.org/pipermail/parrot-dev/attachments/20090206/3681e750/attachment.htm>


More information about the parrot-dev mailing list