[Perl/perl5] 39ab46: Add porting test for embed.pl visibility
[email protected] (Karl Williamson via perl5-changes)
| Newsgroups | perl.perl5.changes |
|---|---|
| Message-ID | <Perl/perl5/push/refs/heads/blead/[email protected]> |
Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 39ab46e0f4bf28375998152104c7441f546cfc1f
https://github.com/Perl/perl5/commit/39ab46e0f4bf28375998152104c7441f546cfc1f
Author: Karl Williamson <[email protected]>
Date: 2026-08-09 (Sun, 09 Aug 2026)
Changed paths:
M MANIFEST
M pod/perlhack.pod
M pod/perlhacktips.pod
M regen/embed.pl
A t/porting/symbol_visibility.dat
A t/porting/symbol_visibility.t
Log Message:
-----------
Add porting test for embed.pl visibility
The hash '%unresolved_visibility_overrides' in regen/embed.pl is
supposed to contain pre-existing symbols that we haven't yet resolved
the final status of. When that is done, the symbols in it should be
removed or placed in other data structures, depending on their
resolution.
Newly created symbols should have their final disposition known, so
shouldn't go into this list. This test is a quick and dirty check that
new symbols aren't getting wrongly added.
To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications