# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #21520]
# in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=21520 >
Hello,
here is something that sometime needs to be done: Move the IO from mixed stdio/PIO to pure PIO.
Great, thanks.
All test pass on i386/linux except one: hacks_2.pasm: This tests an open of an filediscriptor and a print to. To get this work open has to be ported from stdio to PIO. I will look into this when this patch is in.
Works for me(tm).
I had 3 different failing tests: nci_6 - 8. The problem was, that the tests print to stdio too, which get's now mixed up by the bufferd output of PIO_printf. I changed the tests and the shared lib to both print to stderr, so that the output is in sync again.
native_pbc/*: These are not really falling, but because of the change in core.ops and io.ops the fingerprint changes and so it fails. So the
pbc files need to be regenerated. What is the best way to submit the new pbc-files?
I did post a script some time ago. Anyway: I'll commit it as: tools/dev/mk_native_pbc.
bye boe
leo