#1290: Produce Single PBC from Multiple PIR Files with -o
-----------------------+----------------------------------------------------
 Reporter:  chromatic  |       Owner:     
     Type:  feature    |      Status:  new
 Priority:  normal     |   Milestone:     
Component:  core       |     Version:     
 Severity:  medium     |    Keywords:     
     Lang:             |       Patch:     
 Platform:             |  
-----------------------+----------------------------------------------------

Comment(by whiteknight):

 We would need to rework the command-line parsing logic to handle multiple
 input files if the -o option were used (I suspect listing multiple input
 files without -o should be treated as an error because it's nonsensical).
 We would need to compile each, merge each one into a single master
 packfile, and then output that packfile to file. With the new embedding
 API and some of the IMCC/Packfile changes recently, this actually should
 not be too hard of a project.

 The question is whether we want to do this with pbc_merge available. And,
 if so, do we want to keep pbc_merge or deprecate that?

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1290#comment:8>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to