#1141: Parrot API changes breaks PIRC
--------------------+-------------------------------------------------------
Reporter: kjs | Owner: kjs
Type: bug | Status: new
Priority: major | Milestone:
Component: pirc | Version: trunk
Severity: medium | Keywords:
Lang: | Patch:
Platform: all |
--------------------+-------------------------------------------------------
in pirc/bcgen.c there is a call to PF_create_default_segs. That function
used to take a C string to specify the filename, but that's now a Parrot
STRING. PIRC has not been updated to pass a STRING, but still passes a C
string. That needs to be fixed.
The short term solution is to get PIRC running again. At this point
therefore the easiest thing to do is create a Parrot STRING from the C
string using Parrot_str_create(). For some reason I cannot get this
working. Help needed!
Long term, but out of the scope of this ticket, is to make PIRC fully
STRING aware, meaning that it uses STRINGs only, not C strings.
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/1141>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets