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