Search Discussions
-
# New Ticket Created by Father Chrysostomos # Please include the string: [perl #123466] # in the subject line of all future correspondence about this issue. # <URL ...
Father Chrysostomos
Dec 21, 2014 at 1:58 am
Jan 7, 2015 at 1:56 pm -
As threatened before I've added support for this, this change will allow us to have our cake and eat it too when it comes to wanting to add new warnings to perl, but not burned existing users with ...
Ævar Arnfjörð Bjarmason
Dec 29, 2014 at 8:20 pm
Jan 21, 2015 at 10:56 pm -
# New Ticket Created by Father Chrysostomos # Please include the string: [perl #123417] # in the subject line of all future correspondence about this issue. # <URL ...
Father Chrysostomos
Dec 12, 2014 at 6:23 am
Dec 18, 2014 at 3:31 am -
Hi, No problems with a 32-bit build, but a 64-bit build using either gmake or dmake terminates fairly early with: ..\miniperl.exe -I..\lib -f ..\write_buildcustomize.pl .. Attempt to free ...
Sisyphus1
Dec 21, 2014 at 6:35 am
Jan 27, 2015 at 12:19 pm -
Why do we care if MANIFEST is sorted? porting/manifest.t ........ 1/? # Failed test 10393 - MANIFEST sorted properly at porting/manifest.t line 82 # got ''MANIFEST' is NOT sorted properly # ' # ...
Demerphq
Dec 25, 2014 at 1:25 am
Dec 27, 2014 at 8:17 pm -
Yesterday, to speed up t/porting/regen.t, I switched the two slowest scripts it runs to use the checksums feature it was already using for regen_perly.pl and regen/keywords.pl. In hindsight, I ...
Father Chrysostomos
Dec 4, 2014 at 12:47 pm
Jan 22, 2015 at 11:12 pm -
A few times lately, $^V has come up in the context of being "the better way to check the version than $]." This surprised me, because I always thought it was largely considered better avoided. I ...
Ricardo Signes
Dec 8, 2014 at 8:30 pm
Feb 6, 2015 at 7:00 pm -
For some reason hv_backreferences_p() has been marked as "non-api". Luckily on Linux this does not matter at all. The API flag is meaningless there due to how the linker works. But Win32 is very ...
Demerphq
Dec 21, 2014 at 4:54 pm
Dec 23, 2014 at 1:42 pm -
# New Ticket Created by kmx # Please include the string: [perl #123440] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=123440 ...
Kmx
Dec 16, 2014 at 8:50 am
Dec 21, 2014 at 9:58 am -
19
Re: [perl #40565] Windows fork emulation's child pseudo process cannot restore local scalar values
Is this fix something that can possibly be wrapped in an XS module for even older perl versions? I mainly ask because this effects Test-Simple, because of this bug tests that fork have major issues ...Chad Granum
Dec 11, 2014 at 4:10 pm
Feb 6, 2015 at 10:06 am -
I say particularly the IBM compiler, because the gcc compiler I have installed is getting further. This is issue #1: in the smoker .log file I find several instances of: ld: 0711-317 ERROR: Undefined ...
Michael Felt
Dec 1, 2014 at 8:19 am
Feb 5, 2015 at 9:31 am -
These are caused by some commit in the past 24 hours: perl: gv.c:719: GV* S_gv_fetchmeth_internal(PerlInterpreter*, HV*, SV*, const char*, STRLEN, I32, U32): Assertion `name' failed ...
Karl Williamson
Dec 7, 2014 at 4:22 pm
Dec 17, 2014 at 10:12 pm -
# New Ticket Created by "Ed Avis" # Please include the string: [perl #123346] # in the subject line of all future correspondence about this issue. # <URL ...
Ed Avis
Dec 2, 2014 at 2:19 pm
Dec 6, 2014 at 3:26 pm -
An important preamble - this thread is *not* about the lately fashionable `use warnings FATAL = 'all';` Instead I want to focus on one very specific case to ensure that the discussion doesn't sray ...
Peter Rabbitson
Dec 27, 2014 at 11:18 am
Jan 30, 2015 at 4:03 am -
# New Ticket Created by yves orton # Please include the string: [perl #123473] # in the subject line of all future correspondence about this issue. # <URL ...
Yves orton
Dec 21, 2014 at 4:55 pm
Dec 25, 2014 at 12:37 am -
# New Ticket Created by Father Chrysostomos # Please include the string: [perl #123367] # in the subject line of all future correspondence about this issue. # <URL ...
Father Chrysostomos
Dec 4, 2014 at 6:43 pm
May 20, 2016 at 1:32 pm -
Currently, perlpolicy has this to say about documentation changes in maint branches: "Acceptable documentation updates are those that correct factual errors, explain significant bugs or deficiencies ...
Aaron Crane
Dec 30, 2014 at 3:45 pm
Jan 3, 2015 at 12:25 am -
This looks fine to me, except that I've always been slightly mystified as to why we copy the top-level perl.exe & dll into t/ in the first place. The short answer seems to be that t/harness uses ...
Steve Hay via RT
Dec 30, 2014 at 3:02 pm
Dec 31, 2014 at 1:48 pm -
We have encountered strange behavior with Perl and forking with large data structures in memory. The attach script recreates the issue. Note use of the script may kill your box due to large memory ...
Demerphq
Dec 10, 2014 at 12:30 pm
Dec 11, 2014 at 11:03 am -
# New Ticket Created by karl williamson # Please include the string: [perl #123370] # in the subject line of all future correspondence about this issue. # <URL ...
Karl williamson
Dec 5, 2014 at 8:33 pm
Dec 8, 2014 at 1:08 am -
# New Ticket Created by (Andreas J. Koenig) # Please include the string: [perl #123390] # in the subject line of all future correspondence about this issue. # <URL ...
Andreas J. Koenig) (via RT
Dec 8, 2014 at 9:27 pm
Apr 8, 2015 at 3:43 am -
I would like to propose again changing the defult $Config{dlext} on MS Windows from 'dll' to 'xs.dll' My arguments mentioned in this ticked stays the same. Strawberry perl has switched to 'xs.dll' in ...
kmx via RT
Dec 16, 2014 at 8:27 am
Dec 19, 2014 at 1:43 am -
In the event of (un)import being called with no arguments we can avoid calling bits() and just use a precomputed union of all the bitmasks. Additionally, in bits(), there's no need to bitwise OR ...
James Raspass
Dec 1, 2014 at 2:04 pm
Dec 3, 2014 at 1:13 am -
I've just merged my OP_MULTIDEREF work into blead. Here's the commit message; I think it's fairly self-explanatory. commit fedf30e1c349130b23648c022f5f3cb4ad7928f3 Author: David Mitchell <<span ...
Dave Mitchell
Dec 7, 2014 at 9:39 am
Dec 9, 2014 at 11:52 pm -
Committers, please consider sparing a short while to cast your eyes (and your votes!) over the list of proposed cherry-picks for 5.20.2, which is due to be released in the next month or so. A good ...
Steve Hay
Dec 29, 2014 at 3:10 pm
Jan 10, 2015 at 4:04 pm -
Every entersub op, that is, every sub call, gets a special scalar allocated for it in the pad, which is only used by some XSUBs to return a value. Off the top of my head, I think that most entersub ...
Father Chrysostomos
Dec 15, 2014 at 2:16 pm
Dec 21, 2014 at 1:53 am -
# New Ticket Created by James E Keenan # Please include the string: [perl #123392] # in the subject line of all future correspondence about this issue. # <URL ...
James E Keenan
Dec 9, 2014 at 1:35 am
Dec 11, 2014 at 12:46 am -
Earlier today I mentioned that we'd gone from "test failures" to "build failures." Now the build failures are fixed, so... Tests fail for me on OS X 10.10.1, clang 6, with -DDEBUGGING -Dusethreads ...
Ricardo Signes
Dec 5, 2014 at 9:00 pm
Dec 8, 2015 at 4:44 am -
I have just created a branch called maint-5.20-votes containing the file Porting/cherry-pick-votes-maint-5.20.xml, which will record votes for proposed cherry-picks into maint-5.20 for the planned ...
Steve Hay
Dec 6, 2014 at 3:20 pm
Dec 16, 2014 at 6:29 pm -
http://perl5.git.perl.org/perl.git/commitdiff/5bf8b78e07edcdb636cf0f1a8c1e9e97f2ce2f53 index 18c3f03..55439f3 100644 (file) --- a/pp.c +++ b/pp.c @@ -2842,7 +2842,9 @@ PP(pp_int) } else { const NV ...
Bulk88
Dec 13, 2014 at 6:05 pm
Dec 15, 2014 at 5:49 am -
# New Ticket Created by # Please include the string: [perl #123398] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=123398 This ...
via RT
Dec 9, 2014 at 8:27 pm
Dec 10, 2014 at 4:47 pm -
I chatted with H. Merijn Brand about this on Saturday, who is a Configure expert, and he hasn't seen this before. He suggests finding what shell is being used. If you have bash available, that would ...
Karl Williamson
Dec 8, 2014 at 6:14 am
Dec 9, 2014 at 11:49 am -
"my $x if 0" has been deprecated since v5.10.0, which will be seven years ago, Thursday. An extremely naive grep of the CPAN shows this in only a handful of dists. I don't know what particular ...
Ricardo Signes
Dec 16, 2014 at 11:37 pm
Dec 17, 2014 at 4:01 pm -
I'm trying to understand the necessity of this fragment from regcomp.c: sv_catpvn(data- last_found, STRING(scan), STR_LEN(scan)); if (UTF) SvUTF8_on(data- last_found); { SV * const sv = data- ...
Hv
Dec 5, 2014 at 1:08 pm
Dec 6, 2014 at 3:31 pm -
when I delete a remote branch (with either --delete foo or :foo), I always see some spurious errors. Am I doing something wrong, or is this "just the way things are"? $ git push origin --delete ...
Dave Mitchell
Dec 8, 2014 at 11:00 am
Jan 7, 2015 at 12:45 pm -
Perl's memory allocator is very keen to re-use recently freed memory slots: $ perl -E 'for (1 .. 10) { my $arr = []; say $arr; }' ARRAY(0x1cdb0a0) ARRAY(0x1cdb0a0) ARRAY(0x1cdb0a0) ... Normally this ...
Paul \"LeoNerd\" Evans
Dec 25, 2014 at 3:03 pm
Dec 29, 2014 at 5:55 pm -
I am trying to benchmark $x .= $y against $x = $x . $y when $x is lex- ical. They both optimise down to approximately the same thing, but different code paths are taken at the start of the pp ...
Father Chrysostomos
Dec 28, 2014 at 3:20 am
Dec 28, 2014 at 9:26 pm -
# New Ticket Created by <span class="m_body_email_addr" title="963314bf823cbbc87e34cb8d606f7c34" [email protected]</span # Please include the string: [perl #123443] # in the subject line of all future ...
Slaven @ rezic . de
Dec 16, 2014 at 9:01 pm
Dec 20, 2014 at 3:15 am -
We have found and changed a potential bug that could be causing some or all of the parsing problems. I've cleaned up a couple of other tests. This is rebased to the latest blead. It likely won't ...
Karl Williamson
Dec 8, 2014 at 6:12 am
Dec 10, 2014 at 7:50 am -
Does anyone know why there is code in pp_pack.c that worries about a utf8 version of something in 'u' format? uuencode uses a subset of the ASCII printables, so a string that is in packed 'u' format ...
Karl Williamson
Dec 10, 2014 at 3:37 am
Dec 10, 2014 at 7:00 am -
The term 'crashing bugs' is actually ambiguous and questions have been raised in the past about whether it covered specific bugs. Of late, we have been backporting fixes for any sort of assertion ...
Father Chrysostomos
Dec 9, 2014 at 8:39 pm
Dec 10, 2014 at 3:01 am -
I've been cleaning away the warnings (gcc/clang -Wall -Wextra etc.) lately (note: using with just one version of gcc (or clang) is not enough), but I thought it would be quite impolite to hog all of ...
Jarkko Hietaniemi
Dec 7, 2014 at 12:23 am
Dec 7, 2014 at 2:58 am -
# New Ticket Created by Rostislav # Please include the string: [perl #123469] # in the subject line of all future correspondence about this issue. # <URL ...
Rostislav
Dec 21, 2014 at 11:07 am
Dec 21, 2014 at 7:29 pm -
This Perl code in t/op/stat.t: ok(opendir(DIR, "."), 'Can open "." dir') || diag "Can't open '.': $!"; use warnings; ok(stat(DIR), "stat() on dirhandle works"); ends up calling this code in ...
Karl Williamson
Dec 17, 2014 at 10:05 pm
Dec 18, 2014 at 4:22 pm -
What happened to the clang asan smokes? I am not seeing smoke failures any more, and I didn't ever get to the bottom of the problem. What is a temporary problem with the smoker? (Did you switch from ...
Father Chrysostomos
Dec 14, 2014 at 10:32 pm
Dec 18, 2014 at 5:33 am -
# New Ticket Created by # Please include the string: [perl #123413] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=123413 This ...
via RT
Dec 12, 2014 at 2:28 am
Dec 15, 2014 at 10:47 pm -
# New Ticket Created by Ricardo SIGNES # Please include the string: [perl #123410] # in the subject line of all future correspondence about this issue. # <URL ...
Ricardo SIGNES
Dec 11, 2014 at 4:55 pm
Dec 12, 2014 at 12:21 pm -
See <http://perl5.git.perl.org:8080/job/perl5-threaded/5098/changes Changes: [chris] Update DB_File to CPAN version 1.832 ------------------------------------------ [...truncated 4978 lines...] 2312 ...
Dennis+p5p-jenkins
Dec 9, 2014 at 3:41 pm
Dec 9, 2014 at 9:19 pm -
As discussed earlier, this test is too sensitive and tests way too much, so it needs to be slimmed down. However, the documentation includes this: Some of that sounds as though someone might find it ...
Father Chrysostomos
Dec 7, 2014 at 10:12 pm
Dec 9, 2014 at 6:35 pm -
In recent commits I made it so that qr/(?{<<END}/ will deparse cor- rectly and actually produce valid code. Likewise, qr/a(??{ $x})/ (with a line break) no longer deparses with \n\$x in it. Deparse ...
Father Chrysostomos
Dec 4, 2014 at 2:05 am
Dec 7, 2014 at 10:05 pm
Group Overview
group | perl5-porters |
categories | perl |
discussions | 422 |
posts | 1,349 |
users | 81 |
website | perl.org |
81 users for December 2014
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)