[perl #41874] [PATCH] extended io_mmap implementation

2008-03-17 Thread James Keenan via RT
On Mon Mar 17 08:21:14 2008, nahoo wrote: > I couldn't find the problem when I wrote it, I think you can resolve > the problem, I can always resend it if I have time to find a > solution. > Thanks, Rubén. If I don't hear anything contrary from others, I'll resolve the ticket after this week's r

Re: [perl #41874] [PATCH] extended io_mmap implementation

2008-03-17 Thread Rubén Porras
I couldn't find the problem when I wrote it, I think you can resolve the problem, I can always resend it if I have time to find a solution. Thanks. 2008/3/16, James Keenan via RT <[EMAIL PROTECTED]>: > chromatic, allison: > > Are the issues raised by this patch still relevant? (No activity in

[perl #41874] [PATCH] extended io_mmap implementation

2008-03-16 Thread James Keenan via RT
chromatic, allison: Are the issues raised by this patch still relevant? (No activity in 9 months.) If not, then we should resolve the ticket. Thank you very much. kid51

Re: [perl #41874] [PATCH] extended io_mmap implementation

2007-06-17 Thread Ruben Porras
Am Samstag, den 16.06.2007, 14:00 -0700 schrieb chromatic via RT: > I fiddled with this patch and test a bit, but I get the error: > > 1..5 > Seek down worked > seek failed (32bit) > current instr.: 'test_io_mmap' pc 61 (t/op/io_mmap.t:44) > called from Sub 'main' pc 38 (t

Re: [perl #41874] [PATCH] extended io_mmap implementation

2007-05-03 Thread Allison Randal
chromatic wrote: Allison, what do you think about holding onto this one until the revised IO PDD gets finished? The revised IO PDD is finished, just not implemented. Go ahead and check the mmap io layer in, we'll port it to the new system when we implement it. Also convert the test PIR fil

Re: [perl #41874] [PATCH] extended io_mmap implementation

2007-05-01 Thread chromatic
On Saturday 17 March 2007 08:29:15 via RT wrote: > Attached is an extended implementation of the mmap io layer. It adds the > write and seek funcitons to the layer. > > It can be tested with the attached pir programm. It needs also a little > modification in io_unix.c, this comes in a separate bug

[perl #41874] [PATCH] extended io_mmap implementation

2007-03-17 Thread via RT
# New Ticket Created by # Please include the string: [perl #41874] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41874 > Attached is an extended implementation of the mmap io layer. It adds the write and seek funcitons to