-
Notifications
You must be signed in to change notification settings - Fork 590
Insights: Perl/perl5
Overview
Could not load contribution data
Please try again later
24 Pull requests merged by 6 people
-
doop.c: Move common subexpression to common code
#23692 merged
Sep 7, 2025 -
pp_aasign: silence "var set but not used" warning
#23689 merged
Sep 7, 2025 -
Add ASSUMEs for UTF-8 byte lengths
#23680 merged
Sep 6, 2025 -
peep.c: Only remove expected empty if/else block structures
#23512 merged
Sep 6, 2025 -
todo test for GH 20491 (defer inside do block is broken)
#23685 merged
Sep 5, 2025 -
perldiag: Clarify uninit diagnostic explanation
#23638 merged
Sep 4, 2025 -
Add name Perl_assert_; Convert __ASSERT_() calls to assert_()
#23573 merged
Sep 4, 2025 -
Suppress warning when selecting 'X' in debugger
#23669 merged
Sep 4, 2025 -
toke.c: Use_SvGrow_return
#23668 merged
Sep 3, 2025 -
Turn off watchdog when done in tests
#23616 merged
Sep 3, 2025 -
Document STATIC_ASSERT; add STATIC_ASSERT_EXPR
#23627 merged
Sep 3, 2025 -
result of ^^ is not the last evaluated expression.
#23673 merged
Sep 2, 2025 -
Perl_newSVsv_flags_NN_PVxx: do not copy the SVprv_WEAKREF flag
#23657 merged
Sep 1, 2025 -
Request SvPV_helper to be always inline
#23571 merged
Sep 1, 2025 -
Attribute-Handlers: update VERSION in %Maintainers::Modules
#23664 merged
Sep 1, 2025 -
perlunicode: Add discussion about malformations
#23553 merged
Sep 1, 2025 -
autodoc.pl: Generalize some list creation
#23620 merged
Sep 1, 2025 -
perlapi: Add info about finding when API item added to Perl
#23605 merged
Sep 1, 2025 -
Use valid_utf8_to_uv() consistently in core
#23617 merged
Sep 1, 2025 -
Avoid z/OS function pointer comparison undefined behavior
#23399 merged
Sep 1, 2025 -
t/op/goto.t: Split into two files, one focused on 'goto &NAME'
#23659 merged
Sep 1, 2025 -
loc_tools: Look also for locale(1) in /bin
#23634 merged
Sep 1, 2025 -
Eval arg to SvSETMAGIC just once
#23613 merged
Sep 1, 2025 -
pp_ucfirst: Avoid a conversion from UTF-8 to code point
#23607 merged
Sep 1, 2025
15 Pull requests opened by 5 people
-
ParseXS: fix space translation for $ntype
#23665 opened
Sep 1, 2025 -
toke.c: Add conditional to skip memcmp()
#23667 opened
Sep 1, 2025 -
z/OS has fixed some of their locales, so test them
#23670 opened
Sep 2, 2025 -
perlapi: Consolidate the sv_setpvf forms into one entry
#23671 opened
Sep 2, 2025 -
utf8.c: Avoid a UTF8SKIP
#23672 opened
Sep 2, 2025 -
Fatalization of goto to jump into a construct: Phase 1
#23677 opened
Sep 3, 2025 -
test.pl: Use END blocks to cancel watchdog timers
#23678 opened
Sep 3, 2025 -
Handle empty subroutine signatures in `parse_subsignature()` (fixes #17689)
#23679 opened
Sep 3, 2025 -
Fix two flaws in Configure
#23682 opened
Sep 4, 2025 -
t/test.pl: Make /dev/null available for portability
#23683 opened
Sep 4, 2025 -
perlapi: short-form printf-style avail, croak expands to nocontext
#23684 opened
Sep 4, 2025 -
perlrebackslash: Fix false statements
#23688 opened
Sep 5, 2025 -
Unroll valid_utf8_to_uv loop()
#23690 opened
Sep 6, 2025 -
perlguts: Update utf8_hop reference
#23691 opened
Sep 7, 2025 -
Cleanup typemap file-finding code and change priority
#23694 opened
Sep 7, 2025
9 Issues closed by 5 people
-
BBC: v5.43.2 breaks MAUKE/Switch-Plain-0.0501.tar.gz
#23686 closed
Sep 6, 2025 -
BBC: v5.43.2 breaks COSMICNET/CGI-Application-Plugin-YAML-0.03.tar.gz
#23687 closed
Sep 6, 2025 -
BBC: Blead Breaks Test::Inter
#23505 closed
Sep 6, 2025 -
perl debugger reports undefined behaviour when using the X and V commands
#23663 closed
Sep 5, 2025 -
BBC: Blead Breaks meta
#23675 closed
Sep 4, 2025 -
BBC: Blead Breaks Array::Compare
#23598 closed
Sep 1, 2025 -
BBC: Blead Breaks Test-Deep
#23646 closed
Sep 1, 2025 -
BBC: Blead Breaks Moose
#23637 closed
Sep 1, 2025 -
perl v5.42.0 Class feature, lexical methods aren't seen in method calls unless defined first
#23662 closed
Aug 31, 2025
5 Issues opened by 3 people
-
BBC: v5.43.2 breaks SYBER/XS-Framework-1.6.0.tar.gz
#23693 opened
Sep 7, 2025 -
BBC: Bleadperl breaks NWCLARK/Devel-Size-0.85.tar.gz
#23681 opened
Sep 4, 2025 -
BBC: Blead Breaks IO::ExplicitHandle
#23676 opened
Sep 3, 2025 -
BBC: Blead Breaks XS::Parse::Sublike
#23674 opened
Sep 2, 2025 -
File::Find could use a -maxdepth option
#23666 opened
Sep 1, 2025
14 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Add todo-test for GH 13307 (hash elem ref in @_ disappears)
#23661 commented on
Sep 6, 2025 • 6 new comments -
Add __attribute__nonnull__() for non-DEBUGGING builds
#23641 commented on
Sep 7, 2025 • 3 new comments -
perlop: properly document s///e modifier
#23656 commented on
Sep 3, 2025 • 3 new comments -
Fatalization of currently deprecated goto construct
#23618 commented on
Sep 1, 2025 • 0 new comments -
BBC: v5.43.2 breaks JDDPAUSE/re-engine-GNU-0.027.tar.gz
#23660 commented on
Sep 1, 2025 • 0 new comments -
t/op/lexsub.t: A harness curiosum
#23648 commented on
Sep 2, 2025 • 0 new comments -
hash elem ref in @_ disappears
#13307 commented on
Sep 5, 2025 • 0 new comments -
BBC: Blead Breaks Syntax::Keyword::Try
#23609 commented on
Sep 6, 2025 • 0 new comments -
BBC: Blead Breaks Dist::Zilla
#23599 commented on
Sep 6, 2025 • 0 new comments -
Consider re-enabling coderef-in-stash optimization
#23131 commented on
Sep 7, 2025 • 0 new comments -
Win32: eliminate the sys_intern fdpid aka w32_fdpid
#23262 commented on
Sep 3, 2025 • 0 new comments -
RMG: Simplify the corelist section
#23401 commented on
Sep 2, 2025 • 0 new comments -
toke.c dont call libc's memcmp() to test 1 byte in Perl_scan_str()
#23533 commented on
Sep 3, 2025 • 0 new comments -
Create PERL_UNIQUE_NAME and use it to avoid name collisions
#23614 commented on
Sep 3, 2025 • 0 new comments