Branch: refs/heads/davem/mini
  Home:   https://github.com/Perl/perl5
  Commit: 82d58d082dbbc57540f6f0a42484c37cdf066b67
      
https://github.com/Perl/perl5/commit/82d58d082dbbc57540f6f0a42484c37cdf066b67
  Author: David Mitchell <da...@iabyn.com>
  Date:   2024-02-18 (Sun, 18 Feb 2024)

  Changed paths:
    M t/op/refstack.t

  Log Message:
  -----------
  make t/op/refstack.t work under minitest

Skip a test that won't run under miniperl.


  Commit: a8c3bacef7ae40b8e9834a8263a9b089cade0e41
      
https://github.com/Perl/perl5/commit/a8c3bacef7ae40b8e9834a8263a9b089cade0e41
  Author: David Mitchell <da...@iabyn.com>
  Date:   2024-02-18 (Sun, 18 Feb 2024)

  Changed paths:
    M t/op/lex.t

  Log Message:
  -----------
  make t/op/lex.t work under minitest

One of the tests fails if there happens to a file called "t/0" left
lying around. For some reason, such a file appears to get created and
then *not* deleted under 'make minitest'. So delete it just it case.


  Commit: cb7bbd38b7f3844c85b64c701c4bb20b9db586d6
      
https://github.com/Perl/perl5/commit/cb7bbd38b7f3844c85b64c701c4bb20b9db586d6
  Author: David Mitchell <da...@iabyn.com>
  Date:   2024-02-18 (Sun, 18 Feb 2024)

  Changed paths:
    M pp_hot.c
    M pp_sys.c

  Log Message:
  -----------
  pp_glob() and miniperl - remove an assertion

My recent-ish commit v5.39.5-86-g651f4b6c76 updated pp_glob and similar
code to handle a ref-counted stack.

I partially misunderstood how globbing works under PERL_EXTERNAL_GLOB,
which is normally defined only when building miniperl. This commit
updates some of the code comments added by that commit (including a
couple of typos), and importantly, removes an assertion which that
commit added, that turns out to have been wrong.

The assertion removal makes these two test files pass again under
minitest:

    t/op/defins.t
    t/op/glob.t


  Commit: a00e92a032dfc6d1cb5fe667f52e7505eb5e6eff
      
https://github.com/Perl/perl5/commit/a00e92a032dfc6d1cb5fe667f52e7505eb5e6eff
  Author: David Mitchell <da...@iabyn.com>
  Date:   2024-02-18 (Sun, 18 Feb 2024)

  Changed paths:
    M Porting/deparse-skips.txt

  Log Message:
  -----------
  deparse-skips.txt: add some more skips.

The new class stuff doesn't generally Deparse yet.

lib/builtin.t fails to handle PADNAMEf_TOMBSTONE, which is likely to be
removed soon, anyway.


Compare: https://github.com/Perl/perl5/compare/82d58d082dbb%5E...a00e92a032df

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

Reply via email to