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

Re: Ruby bindings failure, perhaps related to __?

From: Julian Foad <julianfoad_at_apache.org>
Date: Thu, 27 Sep 2018 18:02:12 +0100

Julian Foad wrote:
> Svn::Client::XShelf

Testing it like this:

    $ configure [...] --with-ruby-sitedir=$PREFIX/site_ruby [...]
    [...]
    $ make install-swig-rb
    [...]
    $ irb -I $PREFIX/site_ruby/2.3.0 -I $PREFIX/site_ruby/usr/local/lib/x86_64-linux-gnu/site_ruby
    irb(main):001:0> require "svn/client"
    => true
    irb(main):002:0> Svn::Client::XShelf
    => Svn::Ext::Client::Svn_client__shelf_t

... shows that the long version of the name is exposed anyway, so maybe it would be better to just not create the "XShelf" short name at all, if that works. That might be more consistent with what we do for swig-py. I'll try it.

But also I want to remember that the priority right now is to get 1.11 out with something that works, first, and then improve it later.

-- 
- Julian
Received on 2018-09-27 19:02:20 CEST

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.