On Mon, May 23, 2011 at 12:38:16PM -0400, Will Coleda wrote:
> FYI, pbc_merge merges already-generated PBC files, which is different
> than the request on this ticket (to generate a single PBC from
> multiple PIR files.)
>
> As long as the functionality is still there, I don't care which way I
> have to invoke it (barring normal deprecation issues.)
The workaround I've used in nearly every project I've done is to
create a PIR file with .include directives for the files to
be combined as one. In other words, all_files.pir can contain
.include 'file1.pir'
.include 'file2.pir'
...
.include 'filen.pir'
and then the parrot command to compile them together is
parrot -o all_files.pbc all_files.pir
Of course, the workaround doesn't address the request on this
ticket directly, but it's how I've managed to achieve the same
result since pretty much my first days working with Parrot.
Pm
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets