[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:10:02 PDT 2011


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





--- Comment #4 from Adam Roben (:aroben) <aroben at apple.com>  2011-07-05 15:10:02 PST ---
(From update of attachment 99751)
View in context: https://bugs.webkit.org/attachment.cgi?id=99751&action=review

> Tools/Scripts/prepare-ChangeLog:1213
> +# Read a file and get all the line ranges of the things that look like Perl functions. Only lines
> +# which start with "sub " are recognized as starting a function, and only lines that are exactly "}"
> +# are recognized as ending a function.

This isn't quite accurate. Rewritten as:

# Read a file and get all the line ranges of the things that look like Perl functions. Functions
# start on a line that starts with "sub ", and end on the first line starting with "}" thereafter.

-- 
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