Search Discussions
-
So, last year I said "we really ought to cut most of smart match away." http://www.nntp.perl.org/group/perl.perl5.porters/2011/07/msg174272.html I've slept on it about 380 times, and I'm still for ...
Ricardo Signes
Aug 16, 2012 at 9:58 pm
Sep 26, 2012 at 3:10 pm -
This program: #!perl -w sub foo { my $x; print $x, "\n"; sub bar { $x = 3 } } bar; foo; outputs this: Variable "$x" will not stay shared at - line 4. 3 But this one: #!perl -w sub foo { my $x; print ...
Father Chrysostomos via RT
Aug 3, 2012 at 11:08 pm
Sep 17, 2012 at 1:31 pm -
I don't think it's particularly inconsistent. In the first case the slicing operation finds a defined element in the 0-index position of the RH and assigns it to the array on the LH, and then (I ...
James E Keenan via RT
Aug 21, 2012 at 1:53 am
Dec 4, 2014 at 6:44 pm -
# New Ticket Created by Linda Walsh # Please include the string: [perl #114602] # in the subject line of all future correspondence about this issue. # <URL ...
Linda Walsh
Aug 27, 2012 at 1:32 am
Sep 1, 2012 at 12:41 am -
# New Ticket Created by <span class="m_body_email_addr" title="13c5ef929661dcd293954c96a0b3b8a7" mgrigoriev@nvidia.com</span # Please include the string: [perl #114576] # in the subject line of all ...
Mgrigoriev @ nvidia . com
Aug 24, 2012 at 11:32 pm
Aug 29, 2012 at 9:38 am -
Just to step back, I thought I'd mention why I think smartmatch is a useful feature given all the ambiguity we're discussing. (1) It's a generic "test" operator It's effectively $rhs- test($lhs). It ...
David Golden
Aug 24, 2012 at 1:54 pm
Sep 5, 2012 at 3:40 pm -
# New Ticket Created by Jim Avera # Please include the string: [perl #114674] # in the subject line of all future correspondence about this issue. # <URL ...
Jim Avera
Aug 30, 2012 at 9:58 pm
Sep 5, 2012 at 2:01 am -
Porters, Just did $Encode::VERSION++. =head1 Availability svn co http://svn.coderepos.org/share/lang/perl/Encode/trunk git clone git://github.com/dankogai/p5-encode.git ...
Dan Kogai
Aug 5, 2012 at 11:27 pm
Dec 8, 2014 at 12:51 pm -
Looking at http://perl5.git.perl.org/perl.git/blob/eb92badec069d2041ebf51c3654ed7e62e7309e9:/win32/win32.c#l2154 . There is a wall time check and the timer is decreased (actually increased towards ...
bulk 88 via RT
Aug 21, 2012 at 6:21 am
Sep 19, 2012 at 5:03 pm -
I've just learned that our beloved pumpking is, once again, receiving hate mail - off list, of course - over his treatment of documentation patches. Last time this came to my attention it was Jesse ...
Matt S Trout
Aug 9, 2012 at 10:36 pm
Aug 13, 2012 at 6:06 pm -
I see op/magic.t failing tests 154 and 157 for me (Windows, VC++), and also in various other smoke reports (not just Windows). Is anyone looking into this? Here's the relevant output on my system; # ...
Steve Hay
Aug 1, 2012 at 9:11 pm
Aug 18, 2012 at 12:56 am -
That seems to be quite a spectacular run of SEGVs: Any idea what it might be? eg, does running any of the failing t/op tests under valgrind throw up something immediately obvious? Nicholas Clark
Nicholas Clark
Aug 31, 2012 at 3:25 pm
Sep 6, 2012 at 1:31 am -
I was busy rescuing the captured maiden when the dragon showed up. Fifty feed of scaled terror glared down at us with smoldering red eyes. Tendrils of smoke drifted out from between fangs larger than ...
Ricardo Signes
Aug 3, 2012 at 7:00 pm
Aug 25, 2012 at 10:08 am -
I was trying to benchmark the effects of moving to a binary search instead of a swash hash, as was discussed in the recent thread entitled "Seeking guidance on Benchmarking and potentially removing ...
Karl Williamson
Aug 24, 2012 at 8:15 pm
Aug 26, 2012 at 8:25 pm -
Hi, Finally into trying a PerlIO build with the LibC and NetWare, and for the most part the results are 'encouraging' (for me anyway). Of the Perl Core only 2 files are hold-outs (NetWare specific ...
NormW
Aug 13, 2012 at 12:06 am
Aug 19, 2012 at 11:58 pm -
Let's try again. First, though, I want to say that I was really happy with the discussion about this. It was on topic, interesting, and helpful. Even if there *was* a holy ton of it! ## The New ~~ ...
Ricardo Signes
Aug 28, 2012 at 6:43 pm
Aug 31, 2012 at 3:03 pm -
pack() and unpack() can handle words of 1, 2, 4, and (if you built your perl right) 8 bytes. And I use the same magic characters (although without using pack and unpack) in Data::Hexdumper. However, ...
David Cantrell
Aug 13, 2012 at 11:41 am
Aug 27, 2012 at 10:34 am -
# New Ticket Created by Jim Avera # Please include the string: [perl #114624] # in the subject line of all future correspondence about this issue. # <URL ...
Jim Avera
Aug 28, 2012 at 4:43 am
Nov 19, 2013 at 5:38 pm -
I am using C:\ perl -V Summary of my perl5 (revision 5 version 17 subversion 3 patch blead 2012-08-02.1 5:28:40 4276fd3639b8e3fdebe28a2eb81d455f0f33fd05 v5.17.2-193-g4276fd3) configura tion: Snapshot ...
bulk 88 via RT
Aug 2, 2012 at 11:17 pm
Aug 10, 2012 at 12:07 am -
So, there's list of "special biologist word" platforms in 5.16.0's perldelta: https://metacpan.org/module/RJBS/perl-5.16.0/pod/perldelta.pod#Platforms-with-no-supporting-programmers: I'd like to bump ...
Nicholas Clark
Aug 14, 2012 at 2:26 pm
Sep 19, 2012 at 4:49 pm -
Here is a newer patch from the same branch, this time also fixing bugs and moving the core code away from «for(;;)» loops. The original impetus for the latter conversion was the fact that an ad-hoc ...
Shlomi Fish via RT
Aug 30, 2012 at 4:08 pm
Sep 5, 2012 at 2:58 am -
Is there a reason why STATIC void S_nuke_stacks(pTHX) { dVAR; while (PL_curstackinfo- si_next) PL_curstackinfo = PL_curstackinfo- si_next; while (PL_curstackinfo) { PERL_SI *p = PL_curstackinfo- ...
bulk 88 via RT
Aug 21, 2012 at 10:33 pm
Aug 27, 2012 at 12:38 am -
# New Ticket Created by Linda Walsh # Please include the string: [perl #114460] # in the subject line of all future correspondence about this issue. # <URL ...
Linda Walsh
Aug 12, 2012 at 5:09 pm
Sep 27, 2012 at 10:48 pm -
Hi all, in case you are not following the Perl Foundation’s blog, I am happy to announce that the Perl Foundation’s grant committee voted to accept my grant proposal to improve the Perl Debugger: * ...
Shlomi Fish
Aug 30, 2012 at 3:00 pm
Sep 2, 2012 at 2:08 pm -
10
[perl #114574] Setting the SIGFPE handler to SIG_IGN is problematic, especially when embedding perl
# New Ticket Created by <span class="m_body_email_addr" title="829c4602319681bad5aea2778e859594" andres@anarazel.de</span # Please include the string: [perl #114574] # in the subject line of all ...Andres @ anarazel . de
Aug 24, 2012 at 9:37 pm
Aug 25, 2012 at 9:56 pm -
While chatting with David Golden about subroutine entry, he commented on Copy(). I thought that we didn't copy things. I'm wrong (and I used to know this too) pp_entersub has this: cx- ...
Nicholas Clark
Aug 16, 2012 at 4:03 pm
Aug 20, 2012 at 10:11 am -
9
jemalloc
Artur and Tim Bunce suggested investigating jemalloc, which is a high performance malloc implementation now used by (among others) FreeBSD and Facebook. Artur also suggest that our use of arenas of ...Nicholas Clark
Aug 15, 2012 at 7:27 pm
Aug 16, 2012 at 6:55 pm -
# New Ticket Created by <span class="m_body_email_addr" title="45db5860853bf0000bb73d4ad7c7677c" l.mai@web.de</span # Please include the string: [perl #114414] # in the subject line of all future ...
L . mai @ web . de
Aug 7, 2012 at 1:48 pm
Aug 7, 2012 at 9:40 pm -
In the course of testing the new USE_64_BIT_INT option which 1f64ae1564 added to the Windows makefiles, I found that there are (existing) problems with doing a full 64-bit build (WIN64=define) when ...
Steve Hay
Aug 1, 2012 at 8:49 pm
Aug 3, 2012 at 7:56 am -
# New Ticket Created by Father Chrysostomos # Please include the string: [perl #114504] # in the subject line of all future correspondence about this issue. # <URL ...
Father Chrysostomos
Aug 19, 2012 at 7:20 pm
Oct 16, 2012 at 4:44 pm -
The data structure used to store and access Unicode properties and [bracketed character classes] in Perl regular expressions is a swash. A swash is a hash with a few keys. The value of one of those ...
Karl Williamson
Aug 19, 2012 at 6:15 pm
Aug 29, 2012 at 3:02 pm -
I've been writing a new debugger for perl [1] and a suggestion was provide Devel::Peek support. [2] The problem is that Devel::Peek writes to STDERR unconditionally and that's not what is always ...
Rocky Bernstein
Aug 25, 2012 at 11:43 pm
Aug 27, 2012 at 10:28 am -
# New Ticket Created by <span class="m_body_email_addr" title="f91fc0a43611147f2a559db40bda9083" shlomif@shlomifish.org</span # Please include the string: [perl #114444] # in the subject line of all ...
Shlomif @ shlomifish . org
Aug 10, 2012 at 10:18 am
Jun 4, 2013 at 10:03 am -
Here is a more complete list: Devel::FindRef -- passes its tests, but still probably broken Broken; unpatched: B::C - broken already due to - op_attached Coro - tricky Lexical::Var - tricky ...
Father Chrysostomos via RT
Aug 31, 2012 at 9:07 pm
Oct 24, 2012 at 3:23 pm -
# New Ticket Created by (Andreas J. Koenig) # Please include the string: [perl #114628] # in the subject line of all future correspondence about this issue. # <URL ...
Andreas J. Koenig) (via RT
Aug 28, 2012 at 4:49 am
Sep 20, 2012 at 6:58 am -
Hi Karl, In the attached change (4b88fb76efce8c436e63b907c9842345d4fa77c7), you modified the XS in Data::Dumper to fix some UTF8 issue the details of which I do not know. That's great, but ...
Steffen Mueller
Aug 3, 2012 at 3:12 pm
Aug 7, 2012 at 6:59 am -
The documentation on this is lacking.
Karl Williamson
Aug 23, 2012 at 9:06 pm
Sep 26, 2012 at 6:06 pm -
The attached patch gets it to compile, but I thought someone else should apply it, as I don't really know what I'm doing here, and what dual-life implications there might be, etc.
Karl Williamson
Aug 22, 2012 at 5:26 pm
Aug 28, 2012 at 1:12 am -
I’ve fixed this in commit 7d1328bb7c by reset utf8 caches in mg_get -- Father Chrysostomos --- via perlbug: queue: perl5 status: open https://rt.perl.org:443/rt3/Ticket/Display.html?id=114410
Father Chrysostomos via RT
Aug 31, 2012 at 1:20 am
Sep 9, 2012 at 5:31 am -
I've just pushed the following. Can anyone see any flaw in my logic? commit 88621eaff54e5f5ea9adea13440d1750968643a6 Author: David Mitchell <davem@iabyn.com AuthorDate: Tue Aug 21 10:55:00 2012 +0100 ...
Dave Mitchell
Aug 21, 2012 at 10:52 am
Aug 27, 2012 at 4:09 pm -
In article <E1T1CWq-0006Wa-FZ@camel.ams6.corp.booking.com , <span class="m_body_email_addr" title="c5daac4ffa518ab29d93f4c471e4b974" nick@ccl4.org</span ("Nicholas Clark") wrote: The problem with ...
Craig A. Berry
Aug 16, 2012 at 11:04 pm
Aug 19, 2012 at 10:56 am -
Is there any sign of a Pod-Simple 3.23 on the horizon? ... perhaps in time for 5.17.3 on 20th? Bleadperl is currently on 3.20 because the last time it was updated to 3.22 it caused failures in ...
Steve Hay
Aug 10, 2012 at 1:27 am
Aug 14, 2012 at 11:40 pm -
I tried this and ran t/op/fork.t in a loop. First time it deadlocked after 7 runs, second it deadlocked after 27 runs. I increased delay to 10 ms and it successfully ran the test 500 times. Also, ...
Tony Cook
Aug 10, 2012 at 7:32 am
Aug 14, 2012 at 4:57 pm -
Commit 9d90bd60fec830834e56dfd4cc1aaf499c322831 broke this. The attached patch adds the missing casts that are required in C++ mode. But I'm not sure what to do with it, since cpan is upstream
Karl Williamson
Aug 10, 2012 at 12:07 am
Aug 11, 2012 at 11:46 am -
# New Ticket Created by David Golden # Please include the string: [perl #114404] # in the subject line of all future correspondence about this issue. # <URL ...
David Golden
Aug 7, 2012 at 12:19 am
Aug 7, 2012 at 7:46 am -
# New Ticket Created by Matti Linnanvuori # Please include the string: [perl #114378] # in the subject line of all future correspondence about this issue. # <URL ...
Matti Linnanvuori
Aug 2, 2012 at 9:36 am
Aug 3, 2012 at 10:08 am -
I cannot reproduce this on v5.17.2-146-g7e2a0d4. -- Father Chrysostomos --- via perlbug: queue: perl5 status: new https://rt.perl.org:443/rt3/Ticket/Display.html?id=114004
Father Chrysostomos via RT
Aug 1, 2012 at 5:52 am
Aug 3, 2012 at 3:24 am -
I’m reopening this, as there are still unresolved issues. -- Father Chrysostomos --- via perlbug: queue: perl5 status: open https://rt.perl.org:443/rt3/Ticket/Display.html?id=114576
Father Chrysostomos via RT
Aug 30, 2012 at 3:44 am
Jun 14, 2013 at 9:41 am -
# New Ticket Created by (Andreas J. Koenig) # Please include the string: [perl #114424] # in the subject line of all future correspondence about this issue. # <URL ...
Andreas J. Koenig) (via RT
Aug 8, 2012 at 5:11 am
Sep 19, 2012 at 1:15 pm -
# New Ticket Created by Colin Kuskie # Please include the string: [perl #114532] # in the subject line of all future correspondence about this issue. # <URL ...
Colin Kuskie
Aug 22, 2012 at 3:56 am
Sep 8, 2012 at 6:09 pm
Group Overview
group | perl5-porters |
categories | perl |
discussions | 325 |
posts | 1,300 |
users | 132 |
website | perl.org |
132 users for August 2012
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)