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

Re: [PATCH] Document installation and testing process for Ruby bindings

From: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2005-06-05 14:31:59 CEST

Hi,

In <df2177af050603135846db2107@mail.gmail.com>
  "[PATCH] Document installation and testing process for Ruby bindings" on Fri, 3 Jun 2005 16:58:04 -0400,
  David James <james82@gmail.com> wrote:

> This patch documents the installation and testing process for the Ruby
> bindings. If one of the developers who are familiar with the Ruby
> bindings could take a look at this, it would be much appreciated!

Great!

> P.S. I've documented that the "check-swig-rb" target checks the Ruby
> bindings against the installed bindings, not against the bindings
> you've just built in the build dir. This is probably a bug similar to
> Issue #2040. Should I file an issue for this?

I couldn't reproduce the problem. I tried the following
sequence on my FreeBSD box.

  (1) % make swig-rb
  (2) % make check-swig-rb # This worked. (but some tests failed)
  (3) % make install-swig-rb
  (4) add 'p :installed' to the head of installed svn/core.rb.
  (5) add 'p :built' to the head of svn/core.rb in built directory.
  (6) 'make check-swig-rb' shows ':built'.

I wonder that you got the problem. Because
subversion/bindings/swig/ruby/test/run-test.rb setup
$LOAD_PATH and so on to use built libraries.

Could you show me the way how to reproduce the problem and
judge the problem is occurred or not?

Thanks,

--
kou
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 5 14:32:47 2005

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.