- Problem killing a pseudo-forked child on Win32
http://rt.perl.org/rt3/Public/Bug/Display.html?id=42869
- fix the non-threaded build problems on Win32
- make sure Ævar can release plugin re engines
- tied filehandles and write() don't mix (new feature)
- weird perlio bug:
$ bleadperl -wle 'open STDOUT, ">", \$stdout or die$!'
Bad file descriptor at -e line 1.
- perlreref out of date probably
Also, I'm getting married on Saturday. I'll then spend one week in
Venice with the new Mrs Garcia-Suarez. Don't expect a lot of mail from
me during this week :)
Afterwards, we'll really look into that releasing thing.
You should probably add:
- Fix inevitable breakage in lots of weird places once $^V is
incremented from 5.9.x to 5.10.x; this will definitely affect Configure
and some core tests (the latter of which I can take a look at proactively).
> Also, I'm getting married on Saturday.
Congratulations! Don't send any e-mail from Venice; you don't want your
computer to get thrown into a canal by accident... ;-)
John
--
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5748
Congratulations to both of you :)
--
Andy Armstrong, hexten.net
> Rafael Garcia-Suarez wrote:
> > OK, we're getting close. Here's my todo list for 5.10 :
>
> You should probably add:
>
> - Fix inevitable breakage in lots of weird places once $^V is
> incremented from 5.9.x to 5.10.x; this will definitely affect
> Configure and some core tests (the latter of which I can take
> a look at proactively).
IIRC I already looked at Configure proactively a while back
____________________________________________________________________________
[ 29096] By: merijn on 2006/10/23 15:43:15
Log: Fix for RT#38169 & RT#38945
Configure won't handle versions 5.10.0 or 5.8.10.
Branch: perl
! Configure config_h.SH
____________________________________________________________________________
> > Also, I'm getting married on Saturday.
Fantastics! I hope you will be at least as happy as I am :)
> Congratulations! Don't send any e-mail from Venice; you don't
> want your computer to get thrown into a canal by accident... ;-)
--
H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using & porting perl 5.6.2, 5.8.x, 5.9.x on HP-UX 10.20, 11.00, 11.11,
& 11.23, SuSE 10.0 & 10.2, AIX 4.3 & 5.2, and Cygwin. http://qa.perl.org
http://mirrors.develooper.com/hpux/ http://www.test-smoke.org
http://www.goldmark.org/jeff/stupid-disclaimers/
Moin,
Congratulations! I hope we don't have to wait 9 months for 5.10, tho :)
All the best,
Tels
- --
Signed on Thu May 10 19:34:36 2007 with key 0x93B84C15.
View my photo gallery: http://bloodgate.com/photos
PGP key on http://bloodgate.com/tels.asc or per email.
"I dunno. One of the points says 'best possible experience'. I guess it
depends on what that means. If this were Windows Me, I'd expect shorting
out motherboard contacts randomly with soaking-wet weasels might get
better performance than putting in a carefully designed graphics board."
-- gardyloo (512791) on /. 2007-02-02
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iQEVAwUBRkN0C3cLPEOTuEwVAQI1Sgf5AeX9N4eC6nfaVz6GufGGjGIjbG8RrCuI
3UnZI+iJvrPhBVAPItPSasM8mqWXs9nOeHpQunfslgnLY1nEihf1qBNtFwQKZNcf
sNzihp/+/hORhXMQNUyZPbGhc5QzPOSYeOS3Bde1IwvO3qqeWJf4vrOqhJjmuhUX
dnBItYBOhd0SCXMkCsEMj2adNQ5vqBhK/oyJhSL7HLK6kcc3W+E1ZdtGbh7ng2hF
WO6tmOXbZsZn/NbLxTf/Otz0JIND9/sOm2Lkcu1XFfUddxuWweAiMXqm0tOqN1fy
8xi/mJqlJ+E8gB4zk4RVyS0z0+dSbXM++FBy23hjxOZoXd2Dc/kxUg==
=0hPn
-----END PGP SIGNATURE-----
> Also, I'm getting married on Saturday. I'll then spend one week in
> Venice with the new Mrs Garcia-Suarez. Don't expect a lot of mail from
> me during this week :)
Congratulations && all the best!
-- Johan
:-)
--
A walk of a thousand miles begins with a single step...
then continues for another 1,999,999 or so.
Yeah, it's probably a good thing that you managed to remember that.
Congratulations to you both.
--
Paul Johnson - pa...@pjcj.net
http://www.pjcj.net
Enjoy 8-)
--
Richard Foley
Ciao - shorter than aufwiedersehen
yay
>> Also, I'm getting married on Saturday.
Ooh yes, congratulations.
> Congratulations! Don't send any e-mail from Venice; you don't want your
> computer to get thrown into a canal by accident... ;-)
Ha, you think it was an *accident*?
More seriously though, Sébastien "maddingue" Aperghis-Tramoni and I
talked about 5.10 at last year's FPW. We need to address the PR issue
surrounding the release, just as much as the technical side. We need a
handy slashdot-load-able technical article that touts the new features,
and another more corporate/PHB article that slims down on the technics
and loads up on the hype.
I gave a talk at the FPW about goodness in 5.10 that was very well
received. I volunteer to write the technical article or at least
shepherd the commentary. I'm probably no good at writing for the
non-technical audience. Andy? Ovid?
We can't just build it and they will come. We need to make the most of
this opportunity.
Seriously hoping this doesn't devolve into a massive thread of acrimony
and bickering....
David
> I gave a talk at the FPW about goodness in 5.10 that was very well
> received. I volunteer to write the technical article or at least
> shepherd the commentary. I'm probably no good at writing for the
> non-technical audience. Andy? Ovid?
I've been seriously short on time lately, but I'm happy to edit such a piece
or contribute in any other writery way.
-- c
Rafael Garcia-Suarez wrote:
> OK, we're getting close. Here's my todo list for 5.10 :
>
> - Problem killing a pseudo-forked child on Win32
> http://rt.perl.org/rt3/Public/Bug/Display.html?id=42869
Largely fixed by Dave in #31188 (except for the "Free to wrong pool"
error, which may be due to pseudo-fork not working in a BEGIN block anyway?)
>
> - fix the non-threaded build problems on Win32
Fixed by Jan in #31220.
--