[Webkit-unassigned] [Bug 113221] prepare-Changelog should not be generating namespace-only or class-name-only lines like "(WebCore):"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 28 16:27:08 PDT 2013


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





--- Comment #4 from Tim Horton <timothy_horton at apple.com>  2013-05-28 16:25:38 PST ---
(From update of attachment 202632)
View in context: https://bugs.webkit.org/attachment.cgi?id=202632&action=review

> Tools/Scripts/prepare-ChangeLog:947
> +        if (!(my ($matched) = grep $_ eq $function_name, @$namespaces))

This line is one of those wonderful unparseable-by-a-human lines of perl. Can we split it out into a few so I can tell what's going on?

> Tools/Scripts/prepare-ChangeLog:948
> +        {

Brace goes on previous line.

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