Re: [libxml-devel] Libxsl 0.6.0 release

2008-07-08 Thread Sean Chittenden
Hmm. Changing the gem names is causing to cause problems because you might think you've upgraded to libxml version 7, but in fact you're still pulling in libxml-ruby version 2. I see no way around that. Maybe the thing to do is change the name for Ruby 1.9. For libxml- ruby require a ru

Re: [libxml-devel] Libxsl 0.6.0 release

2008-07-08 Thread Charlie Savage
Trans wrote: On Jul 8, 12:03 pm, Charlie Savage <[EMAIL PROTECTED]> wrote: Trans wrote: Yes, that's it a bit of annoyance, and there had been some talk about changing it. "_ruby" is fine, though maybe "_binding" would be more descriptive? Either way is fine - libxslt_ruby or libxslt_bind

Re: [libxml-devel] Libxsl 0.6.0 release

2008-07-08 Thread Sean Chittenden
Last, the project name on rubyforge is libxsl which is incorrect. It should be libxslt since its wrapping the libxslt library (http://xmlsoft.org/XSLT/). Is it possible to change names? That would require creating a new rubyforge project. Do you think it's worth the transition? No, not

Re: [libxml-devel] Libxsl 0.6.0 release

2008-07-08 Thread Trans
On Jul 8, 12:03 pm, Charlie Savage <[EMAIL PROTECTED]> wrote: > Trans wrote: > > > Some months ago we discussed this with regards to libxml. The same > > applies to libxslt. That is, the name needs to transition to > > "libxslt", dropping the "-ruby". > > Hmm, I suppose we can call the gem that.

Re: [libxml-devel] Libxsl 0.6.0 release

2008-07-08 Thread Charlie Savage
Trans wrote: Some months ago we discussed this with regards to libxml. The same applies to libxslt. That is, the name needs to transition to "libxslt", dropping the "-ruby". Hmm, I suppose we can call the gem that. However, the .so file cannot be called that. I started doing it that way,

Re: [libxml-devel] Libxsl 0.6.0 release

2008-07-08 Thread Trans
On Jul 7, 2:54 am, Charlie Savage <[EMAIL PROTECTED]> wrote: > To go with the new libxml-ruby release, I've pushed up a libxslt-ruby > release. I'm glad to see libxslt library getting some loving, it was sorely in need of it. Some months ago we discussed this with regards to libxml. The same app

[libxml-devel] Libxsl 0.6.0 release

2008-07-06 Thread Charlie Savage
To go with the new libxml-ruby release, I've pushed up a libxslt-ruby release. It includes two big changes. * Windows support (both lots of memory fixes and binaries) * New libxslt.rb ruby wrapper, so programs can simply say: require 'libxslt' * For all other platforms, I updated extconf.rb

Re: [libxml-devel] libxsl

2007-11-26 Thread Trans
On Nov 26, 2007 11:33 AM, Dan Janowski <[EMAIL PROTECTED]> wrote: > > On Nov 26, 2007, at 11:02, Sean Chittenden wrote: > The packages should be separate, but since xsl may or may not be > available, it seemed like an easier build config to manage if the two > are separated, with different extconf

Re: [libxml-devel] libxsl

2007-11-26 Thread Dan Janowski
On Nov 26, 2007, at 11:02, Sean Chittenden wrote: >> Are we then talking about: >> >> ext/xml >> ext/xsl >> >>> Really? Damn. I thought you had suggested we make one package out of >>> it, and I was coming around to that idea. > > > Hrm... I think I was advocating for a single repo, but not singl

Re: [libxml-devel] libxsl

2007-11-26 Thread Sean Chittenden
> Are we then talking about: > > ext/xml > ext/xsl > >> Really? Damn. I thought you had suggested we make one package out of >> it, and I was coming around to that idea. Hrm... I think I was advocating for a single repo, but not single module/package. Regardless of anything I've said in the pa

Re: [libxml-devel] libxsl

2007-11-26 Thread Dan Janowski
Are we then talking about: ext/xml ext/xsl ? On Nov 25, 2007, at 08:27, Trans wrote: > > > On Nov 24, 1:03 pm, Sean Chittenden <[EMAIL PROTECTED]> wrote: >>> Ok. Thanks. I'll have to move to ext/xsl/ then... hmm..actually >>> if we >>> want to keep it in xml/ then we'd have to make two layers

Re: [libxml-devel] libxsl

2007-11-25 Thread Trans
On Nov 24, 1:03 pm, Sean Chittenden <[EMAIL PROTECTED]> wrote: > > Ok. Thanks. I'll have to move to ext/xsl/ then... hmm..actually if we > > want to keep it in xml/ then we'd have to make two layers. > > > ext/xml/xml/ > > ext/xsl/xml/ > > > I'm wondering if we really need the xml/ require-spac

Re: [libxml-devel] libxsl

2007-11-24 Thread Sean Chittenden
> Ok. Thanks. I'll have to move to ext/xsl/ then... hmm..actually if we > want to keep it in xml/ then we'd have to make two layers. > > ext/xml/xml/ > ext/xsl/xml/ > > I'm wondering if we really need the xml/ require-space since we only > have two possible files to load (libxml and libxsl). Naw

Re: [libxml-devel] libxsl

2007-11-24 Thread Trans
On Nov 24, 2007 11:26 AM, Sean Chittenden <[EMAIL PROTECTED]> wrote: > >> I have just updated the SVN version of libxsl so that it is > >> compatible with libxml 0.5.2.1, in theory. I don't use it, so if > >> someone who does wants to try it, please let me know. > > > > If we bring over libxsl into

Re: [libxml-devel] libxsl

2007-11-24 Thread Sean Chittenden
>> I have just updated the SVN version of libxsl so that it is >> compatible with libxml 0.5.2.1, in theory. I don't use it, so if >> someone who does wants to try it, please let me know. > > If we bring over libxsl into libxml do we need a separate ext/ subdir > for it? Or can we combine the two i

Re: [libxml-devel] libxsl

2007-11-24 Thread Trans
On Nov 16, 3:19 pm, Dan Janowski <[EMAIL PROTECTED]> wrote: > I have just updated the SVN version of libxsl so that it is > compatible with libxml 0.5.2.1, in theory. I don't use it, so if > someone who does wants to try it, please let me know. If we bring over libxsl into libxml do we need a se

[libxml-devel] libxsl

2007-11-16 Thread Dan Janowski
I have just updated the SVN version of libxsl so that it is compatible with libxml 0.5.2.1, in theory. I don't use it, so if someone who does wants to try it, please let me know. Dan ___ libxml-devel mailing list libxml-devel@rubyforge.org http://ru