[mp2] code unloading

2005-05-11 Thread Stas Bekman
[let's split this from the VOTE thread and have a dedicated thread] Philippe M. Chiasson wrote: > Stas Bekman wrote: > >>Philippe M. Chiasson wrote: >> >> >>>Stas Bekman wrote: >>> >>> Philippe M. Chiasson wrote: >[...] >>> >>>The problem I see is the lookup. How do you find all m

[PMX:####] Re: [VOTE] mp2.0.0 next week?

2005-05-11 Thread Philippe M. Chiasson
Stas Bekman wrote: > Philippe M. Chiasson wrote: > >> Stas Bekman wrote: >> >>> Philippe M. Chiasson wrote: >>> [...] >> >> The problem I see is the lookup. How do you find all modperl_mgv * for >> "Some::NameSpace"? AFAIK, they are located in modperl_handler_t's and >> these >> are buried dee

Re: syncing branches with trunk, how?

2005-05-11 Thread Stas Bekman
Markus Wichitill wrote: Stas Bekman wrote: Seeing how painful was the last branch's merge, I was wondering if there is an automatic way to keep the branch in sync with the trunk. Unfortunately not, that would require merge tracking, which is one of Subversion's medium-term goals. http://subver

Re: syncing branches with trunk, how?

2005-05-11 Thread Markus Wichitill
Stas Bekman wrote: Seeing how painful was the last branch's merge, I was wondering if there is an automatic way to keep the branch in sync with the trunk. Unfortunately not, that would require merge tracking, which is one of Subversion's medium-term goals. http://subversion.tigris.org/roadmap.h

Re: [PMX:####] Re: [VOTE] mp2.0.0 next week?

2005-05-11 Thread Stas Bekman
Philippe M. Chiasson wrote: Stas Bekman wrote: Philippe M. Chiasson wrote: My plan was to polish things this week (add registryprefork and stuff), get the 2.0.0-RC on friday and release 2.0.0 on monday if everything is cool. I'd probably add slightly more time between the RC and the release, espec

syncing branches with trunk, how?

2005-05-11 Thread Stas Bekman
Seeing how painful was the last branch's merge, I was wondering if there is an automatic way to keep the branch in sync with the trunk. So if I have: https://svn.apache.org/repos/asf/perl/modperl/branches/clone-skip-unstable/ is there a way to automatically bring in all the changes in the trunk,

Re: moving the testing doc

2005-05-11 Thread Stas Bekman
Jim Martinez wrote: On May 9 Stas Bekman wrote: So the next stage is probably to move: svn move src/docs/general/testing/testing.pod \ src/projects/Apache-Test/user/perl/guide.pod is that good? I suppose it'd be a good idea to split it in smaller docs? I like it. Thanks. The testing doc

Re: Some small fixes...

2005-05-11 Thread Stas Bekman
Nick *** wrote: >Thanks, committed. > >> I didn't use File::Copy, because it's not use(d) at the beginning of Build.pm, so I thought it isn't loaded. > >It should be loaded. I've added the loading. > Thanks Stas. Meanwhile I've cooked another patch, but first... This code in ModPerl::BuildOp

Re: svn commit: r169644 - in /perl/modperl/trunk: Changes lib/Apache2/Build.pm

2005-05-11 Thread Stas Bekman
Philip M. Gollucci wrote: [EMAIL PROTECTED] wrote: Author: stas Date: Wed May 11 08:14:51 2005 New Revision: 169644 URL: http://svn.apache.org/viewcvs?rev=169644&view=rev Log: make sure that the build picks up the include directories based on the apxs queries and only search the httpd source if $se

Re: svn commit: r169644 - in /perl/modperl/trunk: Changes lib/Apache2/Build.pm

2005-05-11 Thread Philip M. Gollucci
[EMAIL PROTECTED] wrote: Author: stas Date: Wed May 11 08:14:51 2005 New Revision: 169644 URL: http://svn.apache.org/viewcvs?rev=169644&view=rev Log: make sure that the build picks up the include directories based on the apxs queries and only search the httpd source if $self->{MP_AP_PREFIX} was set

Re: [mp2] mismatch in perl modules mmn

2005-05-11 Thread Stas Bekman
Stas Bekman wrote: Stas Bekman wrote: Hmm, for some reason I get t/api/module.t failing on perl's test modules when buildiing with 2.0.49: my $mmn_major = $cfg->{httpd_info}{MODULE_MAGIC_NUMBER_MAJOR}; my $mmn_minor = $cfg->{httpd_info}{MODULE_MAGIC_NUMBER_MINOR}; for (my $modp = $top

[PMX:####] Re: [VOTE] mp2.0.0 next week?

2005-05-11 Thread Philippe M. Chiasson
Stas Bekman wrote: > Philippe M. Chiasson wrote: > >>> My plan was to polish things this week (add registryprefork and stuff), >>> get the 2.0.0-RC on friday and release 2.0.0 on monday if everything is >>> cool. >> >> I'd probably add slightly more time between the RC and the release, >> especial

Re: Some small fixes...

2005-05-11 Thread Nick ***
>Thanks, committed. > >> I didn't use File::Copy, because it's not use(d) at the beginning of >> Build.pm, so I thought it isn't loaded. > >It should be loaded. I've added the loading. > Thanks Stas. Meanwhile I've cooked another patch, but first... This code in ModPerl::BuildOptions bugs