develooper Front page | perl.perl5.porters | Postings from August 2019

[perl #134357] New build-time warning: autodoc.pl

Thread Previous
From:
James E Keenan
Date:
August 13, 2019 00:54
Subject:
[perl #134357] New build-time warning: autodoc.pl
Message ID:
rt-4.0.24-29073-1565657674-1342.134357-75-0@perl.org
# New Ticket Created by  James E Keenan 
# Please include the string:  [perl #134357]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=134357 >


When building perl in my customary manner on Linux, I am getting the 
following new build-time warning:

#####
./miniperl -Ilib autodoc.pl
embed.fnc entry 'sv_utf8_upgrade_flags_grow' missing 'd' flag at 
autodoc.pl line 135, <F> line 3479.
#####

The relevant code in autodoc.pl:

#####
131             if ($embed_docref and %$embed_docref) {
132                 warn "embed.fnc entry overrides redundant 
information in"
133                    . " '$proto_in_file' in $file" if $flags || $ret 
|| @args;
134                 $flags = $embed_docref->{'flags'};
135                 warn "embed.fnc entry '$name' missing 'd' flag"
136                                                             unless 
$flags =~ /d/;
137                 $ret = $embed_docref->{'retval'};
138                 @args = @{$embed_docref->{args}};
139             } elsif ($flags !~ /m/)  { # Not in embed.fnc, is 
missing if not a
#####

On the basis of when embed.fnc has most recently, I suspect a commit 
more recent than 03b7d2792b10d1f615dd9a9680ffd3cd2f73f584 (applied to 
blead July 22).

perl perl perl


Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About