[perl #47540] [PATCH] More PARROT_API in src/io/io*.c

2007-11-17 Thread via RT
# New Ticket Created by Aaron Crane # Please include the string: [perl #47540] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47540 The attached patch adds PARROT_API to two IO-related symbols. This makes the

Re: [perl #47540] [PATCH] More PARROT_API in src/io/io*.c

2007-11-17 Thread chromatic
On Saturday 17 November 2007 08:24:35 Aaron Crane wrote: The attached patch adds PARROT_API to two IO-related symbols. This makes the following tests in t/src/io.t pass for me on Linux x86 with gcc 4.1.3: not ok 16 - PIO_make_offset not ok 17 - PIO_seek not ok 19 - stdio-layer

Re: [perl #47540] [PATCH] More PARROT_API in src/io/io*.c

2007-11-17 Thread chromatic
On Saturday 17 November 2007 14:40:07 chromatic wrote: The patch looks perfect and it will make the tests pass, but I think the tests are doing the wrong thing, just like the intlist tests. ... and, by the way, there's no way you could have known this just by looking at the tests, so your