Search Discussions
-
94
each @array
Aaron Crane came up to me at YAPC::EU and asked about some code he'd written (Array::Each::Override) that lets you use each, keys and values to iterate over arrays. Two things stuck in my head 1: ...Nicholas Clark
Sep 1, 2007 at 12:53 pm
Sep 26, 2007 at 1:20 am -
Hello, For some time I was wondering how it would be optimal to incorporate utf8 in filenames in perl. The problem, as it seems to me, is that unicode support in this regard is not orthogonal in ...
Dmitry Karasik
Sep 18, 2007 at 8:04 pm
Sep 25, 2007 at 7:00 pm -
Porters, We're rapidly getting toward a real 5.10, when all the stuff that's been getting worked on will be released to the world and more or less set in stone for the next ten years. If there are ...
Ricardo SIGNES
Sep 3, 2007 at 5:24 pm
Sep 8, 2007 at 4:44 am -
Hi all, and thanks for all the work. I think it's time to fullfill the plan and start thinking about a stable release. Here are my concerns and the TO-DO list. - Dual live modules: there are lots of ...
Rafael Garcia-Suarez
Sep 3, 2007 at 8:29 am
Sep 13, 2007 at 1:05 am -
Hi, in many cases while I am teaching Perl for beginners who are not native English speakers I notice that they have trouble understanding the error messages and warnings. There are two thing that ...
Gabor Szabo
Sep 2, 2007 at 8:13 am
Sep 12, 2007 at 8:59 pm -
There are still a few modules having issues with Perl 5.10-tobe that are all OK with Perl 5.8.8. Here's a few to start looking into. Danga::Socket Devel::Arena DBM::Deep Math::Pari Term::ReadPassword ...
Steve Peters
Sep 12, 2007 at 4:10 pm
Sep 15, 2007 at 10:54 pm -
Hello Ken, Here is another step in getting Module::Build going on VMS. In lib/Module/Build/Base.pm: The code to merge the destination dir with the default directories needed fixing, as it was ...
John E. Malmberg
Sep 14, 2007 at 5:28 am
Oct 1, 2007 at 1:29 pm -
While there are still some CPANPLUS tests that are not working on VMS, these patches improve things. Note that the tests require that the symbol "PERL" be set up as a foreign command for the ...
John E. Malmberg
Sep 2, 2007 at 10:23 pm
Oct 4, 2007 at 1:24 pm -
25
Freeze ?
I feel we have sorted out all major issues, apart from a few compilation or testing nits. Is this the right time for a code freeze for 5.10 ?Rafael Garcia-Suarez
Sep 29, 2007 at 8:19 am
Oct 3, 2007 at 3:18 pm -
# New Ticket Created by srezic@cpan.org # Please include the string: [perl #45605] # in the subject line of all future correspondence about this issue. # <URL: ...
Srezic @ cpan . org
Sep 20, 2007 at 9:45 pm
Sep 25, 2007 at 8:57 am -
# New Ticket Created by Zefram # Please include the string: [perl #45383] # in the subject line of all future correspondence about this issue. # <URL: ...
Zefram
Sep 11, 2007 at 10:23 pm
Apr 30, 2008 at 7:47 am -
# New Ticket Created by Zefram # Please include the string: [perl #45673] # in the subject line of all future correspondence about this issue. # <URL: ...
Zefram
Sep 23, 2007 at 2:30 am
Aug 27, 2009 at 10:35 am -
I want to use state vars for file iterators like in use strict; use feature qw(state); sub lister { open state $fh, "<", "file" or die $!; print scalar <$fh ; eof $fh and close $fh; } lister(), ...
Dintelmann, Peter
Sep 19, 2007 at 11:35 am
Nov 13, 2007 at 10:12 pm -
Hi Graham, Hi Porters, slightly more than 2 years ago I suggested a patch to add support for shmat() and shmdt() to IPC::SysV. About one month later, I resent my message. I never got a reply to ...
Marcus Holland-Moritz
Sep 24, 2007 at 9:46 pm
Oct 15, 2007 at 6:32 pm -
Currently in 5.10nearly we have the keyword state, but no STATE blocks, explicit or implicit. So things like this ./perl -Ilib -wlE 'sub bar {warn}; sub baz {state $foo = bar}; baz; baz' assign to ...
Nicholas Clark
Sep 4, 2007 at 7:09 pm
Sep 9, 2007 at 11:07 pm -
I'm reading the docs for mro for the first time and came across the section on PERFORMANCE CONSIDERATIONS... Specifying the mro type of a class before setting C<@ISA will be faster than the other way ...
Michael G Schwern
Sep 9, 2007 at 10:16 pm
Sep 12, 2007 at 8:08 am -
I've somehow broken Perl's OO mechanism. When calling through a blessed reference, it is not finding (nor, apparently, searching) methods in "Base" or ancestral classes.... Not if this is "a" or ...
Linda W
Sep 29, 2007 at 9:25 pm
Oct 6, 2007 at 9:19 am -
http://www.pobox.com/~schwern/src/Test-Simple-0.71.tar.gz The big change here? No more sort_bug.t. Bye bye 90% of my spurious bug reports. It was testing two deprecated functions and tended to hit ...
Michael G Schwern
Sep 14, 2007 at 3:51 am
Sep 20, 2007 at 3:00 am -
# New Ticket Created by srezic@cpan.org # Please include the string: [perl #45513] # in the subject line of all future correspondence about this issue. # <URL: ...
Srezic @ cpan . org
Sep 18, 2007 at 8:31 pm
Oct 4, 2007 at 4:00 pm -
1..16 ok 1 - Win32::DomainName() not ok 2 - - checking returned domain # Failed test ' - checking returned domain' # at ext/Win32/t/Names.t line 19. # undef # doesn't match ...
Jerry D. Hedden
Sep 15, 2007 at 1:08 am
Sep 20, 2007 at 8:27 pm -
I would consider this bug a showstopper. While the supplied script uses threads to evoke the bug, it seems to me that the memory corruption problem could occur even with non-threaded scripts. (Or am ...
Jerry D. Hedden
Sep 5, 2007 at 12:14 pm
Oct 10, 2007 at 4:26 pm -
../ext/B/t/optree_specials.t............FAILED 7 emitting black smoke with UTF-8 locales? -------- Original Message -------- Subject: Smoke [5.10.0] 31983 FAIL(F) OSF1 V5.1 (EV6/4 cpu) Date: Thu, 27 ...
Jarkko Hietaniemi
Sep 27, 2007 at 11:25 am
Sep 29, 2007 at 10:52 am -
ISTM that this would be a handy shortcut : if (defined("foo") eq "foo") {print "DWIM"} it wouldnt work as expected for ugly code like if (defined 2 == 1) {}, but thats too ugly to be defensible ...
Jim Cromie
Sep 7, 2007 at 2:38 am
Sep 10, 2007 at 5:15 pm -
Remove references to ld2 as it has been removed. Document differences between $^E and Win32::GetLastError() under Cygwin.
Jerry D. Hedden
Sep 25, 2007 at 3:26 am
Sep 27, 2007 at 3:48 pm -
I don't like the warning from C<use 5.10.0 and I don't like C<use 5.010 - it doesn't say what I mean. I some of my modules I have used C<use 5.006; use 5.8.x; as a portable way of way of C<use 5.8.x ...
Robin Barker
Sep 18, 2007 at 11:49 am
Sep 26, 2007 at 12:47 pm -
I'm not quite comfortable about the ABI we're about to bake in with the MRO meta structure: typedef enum { MRO_DFS, /* 0 */ MRO_C3 /* 1 */ } mro_alg; struct mro_meta { AV *mro_linear_dfs; /* cached ...
Nicholas Clark
Sep 10, 2007 at 3:43 pm
Sep 26, 2007 at 10:30 am -
[snip] That doesn't look good :( $ LC_ALL=en_US.UTF-8 ./perl -e '1' perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL = "en_US.UTF-8", LANG = (unset) ...
Abe Timmerman
Sep 22, 2007 at 7:56 pm
Sep 25, 2007 at 9:01 am -
With a current blead-perl snapshot, I'm getting the following errors in make test on Solaris 8: Failed Test Stat Wstat Total Fail List of Failed ...
Andy Dougherty
Sep 13, 2007 at 9:43 pm
Sep 22, 2007 at 12:59 am -
The attached patch looks big and scary especially this close to a RC (so little bird told me), but the scariness is illusory. Most of the patch consists of turning utils/Makefile into ...
Jarkko Hietaniemi
Sep 14, 2007 at 12:28 am
Sep 19, 2007 at 8:42 am -
# New Ticket Created by Zefram # Please include the string: [perl #45133] # in the subject line of all future correspondence about this issue. # <URL: ...
Zefram
Sep 3, 2007 at 1:29 am
Sep 12, 2007 at 6:21 pm -
Uhhh, it seems that my recent reentr.pl patch broke threaded builds... -------- Original Message -------- Subject: Smoke [5.9.5] 31775 FAIL(m) OSF1 V5.1 (EV6/4 cpu) Date: Sat, 1 Sep 2007 06:05:47 ...
Jarkko Hietaniemi
Sep 1, 2007 at 12:21 pm
Sep 4, 2007 at 8:00 am -
The "push onto @ISA once" patch to base.pm had an unintended change. http://public.activestate.com/cgi-bin/perlbrowse/p/31851 The "don't push to @ISA if it already is one" logic is now ignored... ...
Michael G Schwern
Sep 17, 2007 at 9:31 pm
Sep 25, 2007 at 2:23 am -
I'm sure id did behave somewhere not too long ago: nb09:/pro/3gl/CPAN/perl-current 125 zcat xx.gz line 1 line 2 ne 3 line 4 line 6 line 7 nb09:/pro/3gl/CPAN/perl-current 126 cat xx.pl #!/pro/bin/perl ...
H.Merijn Brand
Sep 20, 2007 at 8:57 pm
Sep 21, 2007 at 2:32 pm -
With recent bleadperls I get lots of warnings from CPAN.pm's testfile 31sessions.t. Tracing back shows that Archive::Tar line 561 calls File::Spec- catpath( $cwd_vol, File::Spec- catdir( @cwd, @dirs ...
Andreas J. Koenig
Sep 15, 2007 at 7:05 am
Sep 16, 2007 at 9:41 am -
# New Ticket Created by webmasters@ctosonline.org # Please include the string: [perl #45337] # in the subject line of all future correspondence about this issue. # <URL: ...
Webmasters @ ctosonline . org
Sep 10, 2007 at 8:06 pm
Sep 15, 2007 at 12:18 pm -
# New Ticket Created by Chris Dolan # Please include the string: [perl #45667] # in the subject line of all future correspondence about this issue. # <URL: ...
Chris Dolan
Sep 22, 2007 at 9:28 pm
Jun 24, 2013 at 1:50 pm -
Fix version regex to allow multiple digit versions. -John wb8tyw@qsl.network Personal Opinion Only
John E. Malmberg
Sep 9, 2007 at 3:27 am
Oct 3, 2007 at 12:06 pm -
This trivial patch convinces gdb to display the enum opcode symbol for the op_type, where it formerly showed a (obfuscated) number. (gdb) p *o $1 = {op_next = 0x8c9c668, op_sibling = 0x8c9c668, ...
Jim Cromie
Sep 28, 2007 at 5:23 pm
Oct 2, 2007 at 12:00 pm -
With the upgrade, I am getting two failures in blead on OpenVMS Alpha. Built with Non threaded build, large files, and experimental symbolic link support on an ODS-5 volume. ODS-5 volume means that ...
John E. Malmberg
Sep 26, 2007 at 1:55 pm
Sep 28, 2007 at 2:10 am -
this patch does: 1 - improves -src lookup by finding the "_<$file" in %:: This makes it work for relative paths, where it previously used *only* the basename extracted from the COP [jimc@harpo ...
Jim Cromie
Sep 24, 2007 at 7:10 am
Sep 26, 2007 at 5:15 pm -
1..16 ok 1 - Win32::DomainName() not ok 2 - - checking returned domain # Failed test ' - checking returned domain' # at ext/Win32/t/Names.t line 21. # undef # doesn't match ...
Jerry D. Hedden
Sep 22, 2007 at 5:14 pm
Sep 25, 2007 at 7:53 am -
It's been a while since I tried to use gdb on bleadperl, and I've switched to a new computer and a new linux flavour in the meantime. I'm using: GNU gdb Red Hat Linux (6.5-15.fc6rh) .. on a debugging ...
Hv
Sep 12, 2007 at 3:02 pm
Sep 13, 2007 at 12:33 pm -
The IO::Dir destructor can clobber $! and other status variables. This is a bad thing to do implicitly upon exiting a block. Attached patch fixes it. -zefram
Zefram
Sep 7, 2007 at 10:07 pm
Jun 2, 2008 at 2:54 pm -
Attached patch fixes the following compiler warnings: mg.c: In function `Perl_sighandler': mg.c:2910: warning: null format string pp_sys.c: In function `Perl_pp_die': pp_sys.c:504: warning: null ...
Jerry D. Hedden
Sep 24, 2007 at 4:46 pm
Sep 25, 2007 at 1:07 am -
Automated smoke report for 5.10.0 patch 31875 maldoror.bath.planit.group: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz(~2660 MHz) (x86/2 cpu) on MSWin32 - WinXP/.Net SP2 using ? unknown cc version smoketime ...
Steve Hay
Sep 16, 2007 at 9:05 pm
Sep 24, 2007 at 11:03 am -
C:\ cat ttt.pl use strict; use warnings; { my $x = 'A'; sub f { sub { $x++ } } sub g { sub { $x++ } if $x } } my $F=f(); my $G=g(); print $F- (),$G- (),"," for 1..4; print "\n"; C:\ ttt.pl ...
Flw
Sep 20, 2007 at 9:32 am
Sep 21, 2007 at 2:13 am -
# New Ticket Created by "Ed Avis" # Please include the string: [perl #45539] # in the subject line of all future correspondence about this issue. # <URL: ...
Ed Avis
Sep 19, 2007 at 12:25 pm
Sep 20, 2007 at 2:20 am -
I getting the following test failure in blead: lib/CPANPLUS/t/40_CPANPLUS-Internals-Report...................Integer overflow in version at /cygdrive/c/perl_tmp/31887/perl-current/t/../lib/version.pm ...
Jerry D. Hedden
Sep 17, 2007 at 5:04 pm
Sep 19, 2007 at 7:57 am -
Change 31765 causes the following build warning: reentr.c: In function `Perl_reentrant_retry': reentr.c:320: warning: ISO C90 forbids mixed declarations and code The attached patch corrects this.
Jerry D. Hedden
Sep 4, 2007 at 4:31 pm
Sep 4, 2007 at 6:52 pm -
Using this source (this is 5.10-to-be, isn't it?): rsync -avz rsync://public.activestate.com/perl-current ~/bleedperl and starting with a very plain (cd bleedperl): sh Configure -des ...
Richard Foley
Sep 3, 2007 at 9:59 am
Sep 4, 2007 at 6:25 am
Group Overview
group | perl5-porters |
categories | perl |
discussions | 220 |
posts | 1,183 |
users | 108 |
website | perl.org |
108 users for September 2007
Archives
- June 2016 (5)
- May 2016 (782)
- April 2016 (174)
- March 2016 (531)
- December 2015 (245)
- April 2015 (169)
- March 2015 (473)
- February 2015 (439)
- January 2015 (1,057)
- December 2014 (1,349)
- November 2014 (966)
- October 2014 (1,113)
- September 2014 (1,618)
- August 2014 (784)
- July 2014 (976)
- June 2014 (1,234)
- May 2014 (1,223)
- April 2014 (772)
- March 2014 (754)
- February 2014 (1,098)
- January 2014 (1,160)
- December 2013 (788)
- November 2013 (1,137)
- October 2013 (838)
- September 2013 (1,294)
- August 2013 (1,480)
- July 2013 (1,403)
- June 2013 (1,437)
- May 2013 (1,331)
- April 2013 (436)
- March 2013 (795)
- February 2013 (762)
- December 2012 (972)
- November 2012 (155)
- October 2012 (1,550)
- September 2012 (1,847)
- August 2012 (1,300)
- July 2012 (1,143)
- June 2012 (1,403)
- May 2012 (1,373)
- April 2012 (993)
- March 2012 (958)
- February 2012 (1,326)
- January 2012 (1,667)
- December 2011 (1,109)
- November 2011 (1,422)
- October 2011 (840)
- September 2011 (1,365)
- August 2011 (1,119)
- July 2011 (1,330)
- June 2011 (946)
- May 2011 (1,393)
- April 2011 (1,195)
- March 2011 (866)
- February 2011 (949)
- January 2011 (1,089)
- December 2010 (962)
- November 2010 (1,137)
- October 2010 (828)
- September 2010 (988)
- August 2010 (1,087)
- July 2010 (1,280)
- June 2010 (670)
- May 2010 (968)
- April 2010 (1,475)
- March 2010 (1,025)
- February 2010 (990)
- January 2010 (1,101)
- December 2009 (1,010)
- November 2009 (1,157)
- October 2009 (1,628)
- September 2009 (790)
- August 2009 (1,183)
- July 2009 (1,367)
- June 2009 (1,126)
- May 2009 (809)
- April 2009 (606)
- March 2009 (812)
- February 2009 (714)
- January 2009 (913)
- December 2008 (752)
- November 2008 (1,039)
- October 2008 (903)
- September 2008 (761)
- August 2008 (496)
- July 2008 (758)
- June 2008 (923)
- May 2008 (931)
- April 2008 (813)
- March 2008 (954)
- February 2008 (850)
- January 2008 (1,433)
- December 2007 (1,146)
- November 2007 (1,102)
- October 2007 (896)
- September 2007 (1,183)
- August 2007 (737)
- July 2007 (1,316)
- June 2007 (1,017)
- May 2007 (1,071)
- April 2007 (1,129)
- March 2007 (1,150)
- February 2007 (1,179)
- January 2007 (947)
- December 2006 (670)
- November 2006 (1,105)
- October 2006 (962)
- September 2006 (695)
- August 2006 (597)
- July 2006 (948)
- June 2006 (1,145)
- May 2006 (1,002)
- April 2006 (1,102)
- March 2006 (1,056)
- February 2006 (1,026)
- January 2006 (1,142)
- December 2005 (1,030)
- November 2005 (825)
- October 2005 (996)
- September 2005 (885)
- August 2005 (693)
- July 2005 (1,381)
- June 2005 (1,137)
- May 2005 (909)
- April 2005 (795)
- March 2005 (762)
- February 2005 (503)
- January 2005 (815)
- December 2004 (931)
- November 2004 (981)
- October 2004 (670)
- September 2004 (449)
- August 2004 (749)
- July 2004 (871)
- June 2004 (708)
- May 2004 (711)
- April 2004 (986)
- March 2004 (1,232)
- February 2004 (934)
- January 2004 (1,310)
- December 2003 (1,055)
- November 2003 (1,220)
- October 2003 (1,628)
- September 2003 (1,693)
- August 2003 (2,053)
- July 2003 (1,739)
- June 2003 (1,064)
- May 2003 (1,344)
- April 2003 (1,256)
- March 2003 (1,143)
- February 2003 (1,236)
- January 2003 (1,108)
- December 2002 (897)
- November 2002 (874)
- October 2002 (1,221)
- September 2002 (1,255)
- August 2002 (1,696)
- July 2002 (1,719)
- June 2002 (2,292)
- May 2002 (2,016)
- April 2002 (2,489)
- March 2002 (2,413)
- February 2002 (1,488)
- January 2002 (1,641)
- December 2001 (2,190)
- November 2001 (2,082)
- October 2001 (1,372)
- September 2001 (1,828)
- August 2001 (1,602)
- July 2001 (1,667)
- June 2001 (1,833)
- May 2001 (2,353)
- April 2001 (1,893)
- March 2001 (1,594)
- February 2001 (1,808)
- January 2001 (1,825)
- December 2000 (1,353)
- November 2000 (1,776)
- October 2000 (1,452)
- September 2000 (1,318)
- August 2000 (2,169)
- July 2000 (1,118)
- June 2000 (773)
- May 2000 (1,163)
- April 2000 (1,181)
- March 2000 (2,886)
- February 2000 (1,596)
- January 2000 (1,407)
- December 1999 (644)
- November 1999 (1,102)
- October 1999 (1,537)
- September 1999 (1,425)
- August 1999 (303)