Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: c78f8891dcf9112a5a973c3c0c992571c347b67b
      
https://github.com/Perl/perl5/commit/c78f8891dcf9112a5a973c3c0c992571c347b67b
  Author: Branislav Zahradník <[email protected]>
  Date:   2026-08-25 (Tue, 25 Aug 2026)

  Changed paths:
    M perly.act
    M perly.h
    M perly.tab
    M perly.y

  Log Message:
  -----------
  [perly] Use name "selector" for expression selecting collection items

Example of affected expressions:
- `qw ()[selector]`
- `$array[selector]`
- `$ref->[selector]`
- `$hash{selector}`
- `$ref->{selector}`


  Commit: 309c3f4e184f73a8aaffa185d806840ad4b4311a
      
https://github.com/Perl/perl5/commit/309c3f4e184f73a8aaffa185d806840ad4b4311a
  Author: Branislav Zahradník <[email protected]>
  Date:   2026-08-25 (Tue, 25 Aug 2026)

  Changed paths:
    M perly.act
    M perly.h
    M perly.tab
    M perly.y

  Log Message:
  -----------
  [perly] subscript_index - move sequence into nonterminal

Nonterminal represents whole expression of array/list index, including brackets 
around.
Value of nonterminal is selector expression itself.


  Commit: 9656f50a7ad807eb2ceb59eaa2ed838bf44da234
      
https://github.com/Perl/perl5/commit/9656f50a7ad807eb2ceb59eaa2ed838bf44da234
  Author: Branislav Zahradník <[email protected]>
  Date:   2026-08-25 (Tue, 25 Aug 2026)

  Changed paths:
    M perly.act
    M perly.h
    M perly.tab
    M perly.y

  Log Message:
  -----------
  [perly] subscript_keys - move sequence into nonterminal

Nonterminal represents whole expression of hash key(s), including braces around.
Value of nonterminal is selector expression itself.


Compare: https://github.com/Perl/perl5/compare/d13be2e1b8fd...9656f50a7ad8

To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to