In perl.git, the branch maint-votes has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/5cf8939f5a6207ec1798c0b066a6b93e28572183?hp=3aababe00585f985c82b3970e894664318fe26f4>

- Log -----------------------------------------------------------------
commit 5cf8939f5a6207ec1798c0b066a6b93e28572183
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Sat Mar 10 10:25:26 2018 -0800

    5.26 votes
    
    I don’t know enough about compiler hints, configure, and the regexp
    engine to feel confident voting on those

commit f7f128db5f88add2a41345b0778c862516e2e198
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Sat Mar 10 09:47:52 2018 -0800

    5.24: Propose regression/crash fix
    
    Proposed by Sergey Aleynikov in
    <CAKNj8S2ugvVrgDLP9xAa5Ro9M3JvOvMBwwqqhvJoz2JoXcL=d...@mail.gmail.com>.

-----------------------------------------------------------------------

Summary of changes:
 votes-5.24.xml |  2 ++
 votes-5.26.xml | 37 ++++++++++++++++++++-----------------
 2 files changed, 22 insertions(+), 17 deletions(-)

diff --git a/votes-5.24.xml b/votes-5.24.xml
index 8d8dabe3ba..5a4680a88e 100644
--- a/votes-5.24.xml
+++ b/votes-5.24.xml
@@ -33,6 +33,8 @@ The same criteria apply to code in dual-life modules as to 
core code.)
 
 <div><h3>Regression Fixes</h3>
 
+<commit votes="sprout" id="790acddeaa0d2c73524596048b129561225cf100" 
ticket="131085" desc="[perl #131085] Crash with sub-in-stash"/>
+
 See also #130080
 <commit votes="tonyc steveh" id="622584734f799751a284558aaebad21acd3270bf" 
ticket="128967" desc="Inconsistency between doc and code for chown using 
negative argument: -1"/>
 
diff --git a/votes-5.26.xml b/votes-5.26.xml
index ca84f98c91..bbe35816f3 100644
--- a/votes-5.26.xml
+++ b/votes-5.26.xml
@@ -30,43 +30,46 @@ The same criteria apply to code in dual-life modules as to 
core code.)
 <div><h3>Crash / Assertion / Memory Corruption Fixes</h3>
 
 These two together:
-<commit votes="steveh" id="99b847695211f825df6299aa9da91f9494f741e2" 
ticket="131221" desc="[perl #131221] improve duplication of :via handles"/>
-<commit votes="steveh" id="7b3443d31f11c15859593e5b710c301795a6de01" 
ticket="131221" desc="[perl #131221] sv_dup/sv_dup_inc are only available under 
threads"/>
+<commit votes="steveh sprout" id="99b847695211f825df6299aa9da91f9494f741e2" 
ticket="131221" desc="[perl #131221] improve duplication of :via handles"/>
+<commit votes="steveh sprout" id="7b3443d31f11c15859593e5b710c301795a6de01" 
ticket="131221" desc="[perl #131221] sv_dup/sv_dup_inc are only available under 
threads"/>
 
-<commit votes="steveh" id="3cb4cde3dd4d2af2f5065053905708bffa5168f9" 
ticket="124368" desc="(perl #124368) make /foo/o; /$null/ act consistently"/>
+<commit votes="steveh sprout" id="3cb4cde3dd4d2af2f5065053905708bffa5168f9" 
ticket="124368" desc="(perl #124368) make /foo/o; /$null/ act consistently"/>
 
 These two together:
-<commit votes="steveh" id="36000cd1c47863d8412b285701db7232dd450239" 
ticket="131793" desc="(perl #131793) sanely handle PL_linestart > PL_bufptr"/>
-<commit votes="steveh" id="faa9b9ce7303b784a3dbd278ddaa49f8789c1672" 
ticket="131793" desc="Fix t/comp/parser_run.t for EBCDIC"/>
+<commit votes="steveh sprout" id="36000cd1c47863d8412b285701db7232dd450239" 
ticket="131793" desc="(perl #131793) sanely handle PL_linestart > PL_bufptr"/>
+<commit votes="steveh sprout" id="faa9b9ce7303b784a3dbd278ddaa49f8789c1672" 
ticket="131793" desc="Fix t/comp/parser_run.t for EBCDIC"/>
 
-<commit votes="steveh" id="3b8804a4c2320ae4e7e713c5836d340eb210b6cd" 
ticket="131836" desc="(perl #131836) avoid a use-after-free after parsing a 
&quot;sub&quot; keyword"/>
+<commit votes="steveh sprout" id="3b8804a4c2320ae4e7e713c5836d340eb210b6cd" 
ticket="131836" desc="(perl #131836) avoid a use-after-free after parsing a 
&quot;sub&quot; keyword"/>
 
 Move to public list?:
-<commit votes="steveh" id="1141a2c757171575dd43caa4b731ca4f491c2bcf" 
ticket="131949" desc="(perl #131949) adjust s in case peekspace() moves the 
line string"/>
+<commit votes="steveh sprout" id="1141a2c757171575dd43caa4b731ca4f491c2bcf" 
ticket="131949" desc="(perl #131949) adjust s in case peekspace() moves the 
line string"/>
 
-<commit votes="steveh" id="745e740c825d415f535852b90516127e64c24905" 
ticket="128263" desc="(perl #128263) handle PL_last_in_gv being 
&amp;PL_sv_undef"/>
+<commit votes="steveh sprout" id="745e740c825d415f535852b90516127e64c24905" 
ticket="128263" desc="(perl #128263) handle PL_last_in_gv being 
&amp;PL_sv_undef"/>
 
 These two together:
-<commit votes="steveh" id="f14cf3632059d421de83cf901c7e849adc1fcd03" 
ticket="131746" desc="(perl #131746) avoid undefined behaviour in Copy() etc"/>
-<commit votes="steveh" id="45908e4d120d33a558a8b052036c56cd0c90b898" 
ticket="131746" desc="avoid  'the address of ... will always evaluate as ...' 
warns in mem macros"/>
+<commit votes="steveh sprout" id="f14cf3632059d421de83cf901c7e849adc1fcd03" 
ticket="131746" desc="(perl #131746) avoid undefined behaviour in Copy() etc"/>
+<commit votes="steveh sprout" id="45908e4d120d33a558a8b052036c56cd0c90b898" 
ticket="131746" desc="avoid  'the address of ... will always evaluate as ...' 
warns in mem macros"/>
 
 Move to public list?:
 <commit votes="steveh" id="4dc12118f61b997fbd030230665b46e7c40f32d6" 
ticket="132017" desc="fix #132017 - OPFAIL insert needs to set flags to 0"/>
 
 <commit votes="steveh" id="6c4f4eb174d1e2e9f874786123a699d11ae741f9" 
ticket="131893" desc="prevent integer overflow when compiling a regexp"/>
-<commit votes="steveh" id="16ada235c332e017667585e1a5a00ce43a31c529" 
ticket="92264" desc="fix GvSV refcounting in sort"/>
-<commit votes="steveh" id="bb4e4c3869d9fb6ee5bddd820c2a373601ecc310" 
ticket="125351" desc="(perl #125351) abort parsing if parse errors happen in a 
sub lex"/>
+<commit votes="steveh sprout" id="16ada235c332e017667585e1a5a00ce43a31c529" 
ticket="92264" desc="fix GvSV refcounting in sort"/>
+<commit votes="steveh sprout" id="bb4e4c3869d9fb6ee5bddd820c2a373601ecc310" 
ticket="125351" desc="(perl #125351) abort parsing if parse errors happen in a 
sub lex"/>
 
 This ought to have 02c84d7f0f97e083f5d8ea9856488f3ede09364f as well, though 
that makes this sound slightly controversial (so maybe it should be rejected 
for maint?):
 <commit votes="steveh" id="4764858cb80e76fdba33cc1b3be8fcdef26df754" 
ticket="52610" desc="Fix RT #52610: Carp: Do not crash when reading @DB::args"/>
+I don’t think 02c84d7f0f97e is necessary.  It is just a large comment.
+Also, don’t backport the version change; just add _01 to the maint version.
+-- sprout
 
 </div>
 
 <div><h3>Regression Fixes</h3>
 
 Both of these or neither
-<commit votes="tonyc steveh" id="d8b61909479178ddb668ad385988877d26f202f2" 
ticket="132008" desc="Term::ReadLine generates empty &amp;STDERR files"/>
-<commit votes="tonyc steveh" id="1d217c696857b2bf41d87a7e927c43d20cc556e5" 
ticket="132008" desc="(perl #132008) make sure the test behaves without a tty"/>
+<commit votes="tonyc steveh sprout" 
id="d8b61909479178ddb668ad385988877d26f202f2" ticket="132008" 
desc="Term::ReadLine generates empty &amp;STDERR files"/>
+<commit votes="tonyc steveh sprout" 
id="1d217c696857b2bf41d87a7e927c43d20cc556e5" ticket="132008" desc="(perl 
#132008) make sure the test behaves without a tty"/>
 and maybe this too
 <commit votes="steveh" id="4369267db9ca4982c1a9bd1ef680bc4350decc3a" 
ticket="132008" desc="(perl #132008) try to prevent the similar mistakes in the 
future"/>
 
@@ -103,9 +106,9 @@ and maybe this too
 
 <div><h3>Documentation Fixes</h3>
 
-<commit votes="steveh" id="490a0bffed65156cc6a814fa753c05a0621e084f" ticket="" 
desc="PERL5LIB documentation: '.' is no longer in @INC by default"/>
-<commit votes="xsawyerx steveh" id="9b79e9e3431d11e79a4f85268f70130b7b4369f6" 
ticket="" desc="perluniprops out of date regarding \p{Word}"/>
-<commit votes="steveh" id="ef7498d2b69936a5c6476ecf1950066f638b2dac" ticket="" 
desc="perlpolicy: update policy in accordance with recent moderator 
discussions"/>
+<commit votes="steveh sprout" id="490a0bffed65156cc6a814fa753c05a0621e084f" 
ticket="" desc="PERL5LIB documentation: '.' is no longer in @INC by default"/>
+<commit votes="xsawyerx steveh sprout" 
id="9b79e9e3431d11e79a4f85268f70130b7b4369f6" ticket="" desc="perluniprops out 
of date regarding \p{Word}"/>
+<commit votes="steveh sprout" id="ef7498d2b69936a5c6476ecf1950066f638b2dac" 
ticket="" desc="perlpolicy: update policy in accordance with recent moderator 
discussions"/>
 
 </div>
 

-- 
Perl5 Master Repository

Reply via email to