Re: [mp2 patch] APR::Bucket::alloc_ => APR::BucketAlloc

2004-12-27 Thread Stas Bekman
Joe Schaefer wrote: Stas Bekman <[EMAIL PROTECTED]> writes: [...] One thing I didn't take into an account: my $ba = $r->connection->bucket_alloc; now will be autodestroyed via DESTROY, which ensures yet another segfault, since that $ba must not be destroyed by user code. Of course we may need

Re: [mp2 patch] APR::Bucket::alloc_ => APR::BucketAlloc

2004-12-27 Thread Joe Schaefer
Stas Bekman <[EMAIL PROTECTED]> writes: [...] > One thing I didn't take into an account: > >my $ba = $r->connection->bucket_alloc; > > now will be autodestroyed via DESTROY, which ensures yet another segfault, > since that $ba must not be destroyed by user code. Of course we may need the >

Re: [mp2 patch] APR::Bucket::alloc_ => APR::BucketAlloc

2004-12-27 Thread Stas Bekman
Stas Bekman wrote: Joe, please take a look. It was actually a trivial fix in tests, since it's used only in one place. So it probably shouldn't affect any users. One problem I have is with: APR::Bucket::alloc_destroy moved to APR::BucketAlloc::DESTROY So now one doesn't need to call destroy exp

[mp2 patch] APR::Bucket::alloc_ => APR::BucketAlloc

2004-12-27 Thread Stas Bekman
Joe, please take a look. It was actually a trivial fix in tests, since it's used only in one place. So it probably shouldn't affect any users. One problem I have is with: APR::Bucket::alloc_destroy moved to APR::BucketAlloc::DESTROY So now one doesn't need to call destroy explicitly since DESTR

Re: [mp2] PAUSE indexer issues

2004-12-27 Thread Stas Bekman
Randy Kobes wrote: On Mon, 27 Dec 2004, Stas Bekman wrote: Randy Kobes wrote: [ ... ] In a similar spirit to the provision of mp2doc as a solution to the problem of using 'perldoc' under mp2, I'm wondering (out loud) if it might hasten an overall solution to tbe CPAN/CPANPLUS problem by addressing

Re: [mp2 bug] Perl*Env issues

2004-12-27 Thread Stas Bekman
Pratik wrote: On Thu, 23 Dec 2004 15:24:05 -0500, Stas Bekman <[EMAIL PROTECTED]> wrote: I'm not sure I understand your question. Do you ask how can you test those changes? For example by writing a new section where you test that some ENV var got set or not (e.g. die if it's not). In the previou

Re: Xmas mod_perl fails make test

2004-12-27 Thread Stas Bekman
Patrick Powell wrote: Cut to the chase: downloaded latest mod_perl, compiled for solaris, ran tests: #> make test server test failed, could not find TestFilter/... Appears that the t/filter is not in the @INC path for some of the tests. Thanks Patrick, but please submit a proper bug report as expl

Re: [mp2] PAUSE indexer issues

2004-12-27 Thread Randy Kobes
On Mon, 27 Dec 2004, Stas Bekman wrote: > Randy Kobes wrote: [ ... ] > > In a similar spirit to the provision of mp2doc as a > > solution to the problem of using 'perldoc' under mp2, > > I'm wondering (out loud) if it might hasten an overall > > solution to tbe CPAN/CPANPLUS problem by addressing

Re: [mp2 bug] Perl*Env issues

2004-12-27 Thread Pratik
On Thu, 23 Dec 2004 15:24:05 -0500, Stas Bekman <[EMAIL PROTECTED]> wrote: > I'm not sure I understand your question. Do you ask how can you test those > changes? For example by writing a new section where you test that > some ENV var got set or not (e.g. die if it's not). In the previous patch

Re: [mp2] PAUSE indexer issues

2004-12-27 Thread Stas Bekman
Randy Kobes wrote: On Sun, 26 Dec 2004, Stas Bekman wrote: The current state of things is as follows: we release things as they are, and it's up to users to request/demand to have PAUSE and CPAN clients fixed. But how many users will be aware, or even suspect, that the root of the issue is someth