[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: apr_off_t is of an ambiguous size.

From: Chia-Liang Kao <clkao_at_clkao.org>
Date: 2004-01-14 10:45:53 CET

SVN::Ra is currently using io_open_unique_file, mainly because the existing
typemap doesn't allow perl filehandles to be wrapped as apr_file_t to be
returned by racallback->open_tmp_file. I think the io_* removal should be
couple with the the apr_file_t out typemap fixes.

Cheers,
CLK

On Mon, Jan 12, 2004 at 02:01:02PM -0800, Ben Reser wrote:
> > I would seriously recommend dropping all svn_io_* functions from the Perl
> > bindings. In general, Perl itself has its own APIs to do that stuff (and
> > it does it in a Perl-standard fashion and is doc'd well and has precedent
> > and ...). Note that we already ignore a bunch of svn_io_ functions (see
> > core.i). I suspect there are a lot more svn_io_* functions that have been
> > added recently which need to be ignored, too.
>
> Agreed, I didn't notice until last night that some of them were getting
> wrapped. I just need to get around to removing them. I've made a note
> of it on my mental todo list.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 14 10:46:23 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.