[Webkit-unassigned] [Bug 21591] prepare-ChangeLog should know how to find functions in Perl files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 5 15:13:17 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=21591


David Kilzer (ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #99751|review?                     |review+
               Flag|                            |




--- Comment #5 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2011-07-05 15:13:17 PST ---
(From update of attachment 99751)
View in context: https://bugs.webkit.org/attachment.cgi?id=99751&action=review

r=me!

> Tools/Scripts/prepare-ChangeLog:1232
> +                warn "nested functions found at top-level at $fileName:$.\n";

FYI, it is possible to nest subroutines in Perl.  You can define a subroutine and assign it to a variable, too.

I guess you can change $currentFunction to @currentFunction later.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list