#511: [CAGE] deprecate searching runtime/parrot for libraries and includes
---------------------+------------------------------------------------------
Reporter: allison | Owner:
Type: cage | Status: new
Priority: normal | Milestone:
Component: library | Version:
Severity: medium | Keywords:
Lang: | Patch:
Platform: |
---------------------+------------------------------------------------------
Comment(by NotFound):
All 'library/' are removed, except from examples/sdl that AFAIK are not
working.
I replaced the include of dumper.pir with load_bytecode dumper.pbc, looks
like there was no real reason to use the include.
But I have a doubt about this file:
{{{
$ ./parrot runtime/parrot/library/dumper.pbc
# usage:
.sub main
load_bytecode 'Data/Dumper.pbc'
.local pmc foo, dumper
foo = new 'ResizablePMCArray'
dumper = new 'Data::Dumper'
dumper.'dumper'( foo, 'foo' )
.end
}}}
Does this means that this file is obsolete and Data/Dumper must be used
instead?
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/511#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets