Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0769ab21fc98e79ad1208c6ea555b4bd3b441772 https://github.com/Perl/perl5/commit/0769ab21fc98e79ad1208c6ea555b4bd3b441772 Author: David Mitchell <da...@iabyn.com> Date: 2024-02-19 (Mon, 19 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: da5599dc376d465eb3f376886b58de7510c8e0f7 https://github.com/Perl/perl5/commit/da5599dc376d465eb3f376886b58de7510c8e0f7 Author: David Mitchell <da...@iabyn.com> Date: 2024-02-19 (Mon, 19 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: ff8b298b446c457c7aa33fcd54b88c094979e218 https://github.com/Perl/perl5/commit/ff8b298b446c457c7aa33fcd54b88c094979e218 Author: David Mitchell <da...@iabyn.com> Date: 2024-02-19 (Mon, 19 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: bd5dc005d91aed1768beb71f8a105f31aa8a8f0b https://github.com/Perl/perl5/commit/bd5dc005d91aed1768beb71f8a105f31aa8a8f0b Author: David Mitchell <da...@iabyn.com> Date: 2024-02-19 (Mon, 19 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. Commit: 88b4048ad6c9a1758fcc6d185560aa9e34300851 https://github.com/Perl/perl5/commit/88b4048ad6c9a1758fcc6d185560aa9e34300851 Author: David Mitchell <da...@iabyn.com> Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M Porting/deparse-skips.txt M pp_hot.c M pp_sys.c M t/op/lex.t M t/op/refstack.t Log Message: ----------- [MERGE] get minitest and Test -deparse to pass Some stuff was failing, especially under PERL_RC_STACK. Compare: https://github.com/Perl/perl5/compare/1b8912b317b2...88b4048ad6c9 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications