Re: ANNOUNCE: DBD::Oracle 1.25 Release Candidate

2010-08-09 Thread Martin J. Evans
John Scoles wrote: Well story two of the 'two bit' version of DBD::Oracle 1.25 You can find release candidate 2 here http://svn.perl.org/modules/dbd-oracle/trunk/DBD-Oracle-1.25-RC2.tar.gz This one has some minor changes from Martin Evans, though I could not find any issues with the

Re: patch full of dark magic

2010-08-09 Thread Cosimo Streppone
On Sat, 07 Aug 2010 23:12:48 +0200, David E. Wheeler da...@kineticode.com wrote: On Aug 7, 2010, at 2:07 AM, Cosimo Streppone wrote: My really *ignorant* wild guess is that exit just avoids the troubles bits of DESTROY() that are causing segfaults without actually solving the problem. So

Re: patch full of dark magic

2010-08-09 Thread David E. Wheeler
On Aug 9, 2010, at 8:21 AM, Cosimo Streppone wrote: package Foo; sub DESTROY { exit; } my $foo = bless {}, 'Foo'; I couldn't try this yet, but, I don't think this would segfault. What I *guess* happens is that the 'exit' will cause the script to immediately exit, skipping the

RE: patch full of dark magic

2010-08-09 Thread Jan Dubois
On Mon, 09 Aug 2010, Cosimo Streppone wrote: On Sat, 07 Aug 2010 23:12:48 +0200, David E. Wheeler da...@kineticode.com wrote: On Aug 7, 2010, at 2:07 AM, Cosimo Streppone wrote: My really *ignorant* wild guess is that exit just avoids the troubles bits of DESTROY() that are causing

Re: patch full of dark magic

2010-08-09 Thread David E. Wheeler
On Aug 9, 2010, at 9:51 AM, Jan Dubois wrote: I tried to look into this on the weekend, but ran out of time. I didn't get *any* segfaults though, neither from 16destroy.t nor from any of the samples below. I *did* only get 18 passing tests instead of 20 from 16destroy.t though. Yes, I

PgDay Stuttgart, Germany, 6-8/12/2010

2010-08-09 Thread Gabor Szabo
The next European PostgreSQL day is going to be between 6-8 December in Stuttgart, Germany. http://www.pgday.eu/ It seems like a very cool conference and it might be interesting to offer some Perl related talks there. It might be interesting to talk on how to use Pg from Perl, DBIx::Class or

Re: patch full of dark magic

2010-08-09 Thread Cosimo Streppone
In data 09 agosto 2010 alle ore 17:27:52, David E. Wheeler da...@kineticode.com ha scritto: On Aug 9, 2010, at 8:21 AM, Cosimo Streppone wrote: package Foo; sub DESTROY { exit; } my $foo = bless {}, 'Foo'; I couldn't try this yet, but, I don't think this would segfault. What I

Re: patch full of dark magic

2010-08-09 Thread David E. Wheeler
On Aug 9, 2010, at 1:06 PM, Cosimo Streppone wrote: Which nasty part? Ehm... scrap that :) Your patch with 'unless' reversed to 'if' works fine. Thanks! Committed in r14317. Just for clarity, here's the full DESTROY() of 16destroy.t: Yep, thanks. Will try and let you know. Thanks!

Re: patch full of dark magic

2010-08-09 Thread Cosimo Streppone
In data 09 agosto 2010 alle ore 22:42:59, David E. Wheeler da...@kineticode.com ha scritto: On Aug 9, 2010, at 1:06 PM, Cosimo Streppone wrote: Which nasty part? Ehm... scrap that :) Your patch with 'unless' reversed to 'if' works fine. Thanks! Committed in r14317. Confirmed. r14317

RE: patch full of dark magic

2010-08-09 Thread Jan Dubois
On Mon, 09 Aug 2010, David E. Wheeler wrote: Tim, I think we're ready for another dev release, especially since I added this test to the MANIFEST. Running tests on the latest ActivePerl shows 2 issues: 1) t/01basics.t fails to load DBD::Oracle (because I don't have the Oracle client

Re: patch full of dark magic

2010-08-09 Thread David E. Wheeler
On Aug 9, 2010, at 4:21 PM, Jan Dubois wrote: On Mon, 09 Aug 2010, David E. Wheeler wrote: Tim, I think we're ready for another dev release, especially since I added this test to the MANIFEST. Running tests on the latest ActivePerl shows 2 issues: 1) t/01basics.t fails to load

RE: patch full of dark magic

2010-08-09 Thread Jan Dubois
On Mon, 09 Aug 2010, Jan Dubois wrote: On Mon, 09 Aug 2010, David E. Wheeler wrote: Tim, I think we're ready for another dev release, especially since I added this test to the MANIFEST. Running tests on the latest ActivePerl shows 2 issues: Sorry, forgot to mention one untidiness: The

RE: patch full of dark magic

2010-08-09 Thread Jan Dubois
On Mon, 09 Aug 2010, David E. Wheeler wrote: On Aug 9, 2010, at 4:21 PM, Jan Dubois wrote: On Mon, 09 Aug 2010, David E. Wheeler wrote: Tim, I think we're ready for another dev release, especially since I added this test to the MANIFEST. Running tests on the latest ActivePerl shows 2