RESOLVED FIXED Bug 75943
prepare-ChangeLog outputs warnings for top-level { ... } blocks
https://bugs.webkit.org/show_bug.cgi?id=75943
Summary prepare-ChangeLog outputs warnings for top-level { ... } blocks
Kentaro Hara
Reported 2012-01-10 00:23:06 PST
prepare-ChangeLog outputs warnings for top-level { ... } blocks, as follows: foo.pl: if (1) { } for (@v) { } output: nested functions found at top-level at foo.pl:2 nested functions found at top-level at foo.pl:4
Attachments
Patch (2.60 KB, patch)
2012-01-10 00:27 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-01-10 00:27:40 PST
David Kilzer (:ddkilzer)
Comment 2 2012-01-24 13:00:56 PST
Comment on attachment 121805 [details] Patch r=me
WebKit Review Bot
Comment 3 2012-01-24 13:24:48 PST
Comment on attachment 121805 [details] Patch Clearing flags on attachment: 121805 Committed r105796: <http://trac.webkit.org/changeset/105796>
WebKit Review Bot
Comment 4 2012-01-24 13:24:52 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.