From seniorlopez at gmail.com Tue Jan 25 18:21:35 2011 From: seniorlopez at gmail.com (Brian Lopez) Date: Tue, 25 Jan 2011 15:21:35 -0800 Subject: fast_xs updates for 1.9 encoding In-Reply-To: <20110125231547.GA16299@dcvr.yhbt.net> References: <20110125231547.GA16299@dcvr.yhbt.net> Message-ID: <7B011618F8224797A8D85871CC024F05@gmail.com> Sounds good, I'll pull it over tomorrow. Thanks! On Tuesday, January 25, 2011 at 3:15 PM, Eric Wong wrote: > Hi Brian, > > Somebody I know wants fast_xs to be working with 1.9 encoding support > really soon. > > I'll push out patches + tag to my git repo at > http://bogomips.org/fast_xs.git tonight and also a new gem to > RubyGems.org. > > -- > Eric Wong > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From normalperson at yhbt.net Tue Jan 25 18:15:47 2011 From: normalperson at yhbt.net (Eric Wong) Date: Tue, 25 Jan 2011 15:15:47 -0800 Subject: fast_xs updates for 1.9 encoding Message-ID: <20110125231547.GA16299@dcvr.yhbt.net> Hi Brian, Somebody I know wants fast_xs to be working with 1.9 encoding support really soon. I'll push out patches + tag to my git repo at http://bogomips.org/fast_xs.git tonight and also a new gem to RubyGems.org. -- Eric Wong From normalperson at yhbt.net Tue Jan 25 20:49:52 2011 From: normalperson at yhbt.net (Eric Wong) Date: Tue, 25 Jan 2011 17:49:52 -0800 Subject: [ANN] fast_xs 0.8.0 - 1.9 encoding support + cleanups In-Reply-To: <7B011618F8224797A8D85871CC024F05@gmail.com> References: <20110125231547.GA16299@dcvr.yhbt.net> <7B011618F8224797A8D85871CC024F05@gmail.com> Message-ID: <20110126014952.GA24290@dcvr.yhbt.net> Brian Lopez wrote: > Sounds good, I'll pull it over tomorrow. Thanks! There's also a couple of trivial internal cleanups in there. Both the Rubyforge git and my personal git server are updated, as is the gem on RubyGems.org and even the tarball on RubyForge. I've only lightly tested it with the unit tests, but the folks who privately wanted an update will be testing it more thoroughly the next few days for me :> * git://rubyforge.org/fast-xs.git * git://bogomips.org/fast_xs.git * http://bogomips.org/fast_xs.git Summary of changes pushed out: * preserve encoding of original string under 1.9 * quiet down warnings about redefining methods * test_erb_util: fix test for Ruby 1.8 * monkey_patcher: undef 'h' and 'u' aliases for ERB::Utils, too * add Mongrel and Rack::Utils overrides test * update Hoe packaging * extra: make APPEND_CONST macro reusable * GNUmakefile: cleanup and fix dependencies * avoid (void *) arithmetic warnings * fast_xs 0.8.0 - preserve 1.9 encodings * doc: fix RDoc with extra_rdoc_files -- Eric Wong From normalperson at yhbt.net Tue Jan 25 21:02:03 2011 From: normalperson at yhbt.net (Eric Wong) Date: Wed, 26 Jan 2011 02:02:03 +0000 Subject: [ANN] fast_xs 0.8.0 - 1.9 encoding support + cleanups In-Reply-To: <20110126014952.GA24290@dcvr.yhbt.net> References: <20110125231547.GA16299@dcvr.yhbt.net> <7B011618F8224797A8D85871CC024F05@gmail.com> <20110126014952.GA24290@dcvr.yhbt.net> Message-ID: <20110126020203.GA29192@dcvr.yhbt.net> > Brian Lopez wrote: > > Sounds good, I'll pull it over tomorrow. Thanks! > > There's also a couple of trivial internal cleanups in there. Both the > Rubyforge git and my personal git server are updated, as is the gem on > RubyGems.org and even the tarball on RubyForge. Wait, I completely forgot Brian's also been updating escape_utils in the meantime, too :x And from the escape_utils README it looks like it's faster, even. -- Eric Wong From seniorlopez at gmail.com Tue Jan 25 21:31:03 2011 From: seniorlopez at gmail.com (Brian Lopez) Date: Tue, 25 Jan 2011 18:31:03 -0800 Subject: fast_xs 0.8.0 - 1.9 encoding support + cleanups In-Reply-To: <20110126020203.GA29192@dcvr.yhbt.net> References: <20110125231547.GA16299@dcvr.yhbt.net> <7B011618F8224797A8D85871CC024F05@gmail.com> <20110126014952.GA24290@dcvr.yhbt.net> <20110126020203.GA29192@dcvr.yhbt.net> Message-ID: <27CDA0F600CA4E138FB476C6CD0FD9FC@gmail.com> Heh, the README is most likely out of date ;) Your changes have been pushed up to GitHub, thanks for letting me know! fast_xs still has very fast XML escaping that I haven't seen provided in any other C extension. On Tuesday, January 25, 2011 at 6:02 PM, Eric Wong wrote: > > > Brian Lopez wrote: > > > > > Sounds good, I'll pull it over tomorrow. Thanks! > > > > > > > > > > There's also a couple of trivial internal cleanups in there. Both the > > Rubyforge git and my personal git server are updated, as is the gem on > > RubyGems.org and even the tarball on RubyForge. > > > > > > Wait, I completely forgot Brian's also been updating escape_utils in the > meantime, too :x And from the escape_utils README it looks like it's > faster, even. > > -- > Eric Wong > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: