Bug 75943 - prepare-ChangeLog outputs warnings for top-level { ... } blocks
Summary: prepare-ChangeLog outputs warnings for top-level { ... } blocks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 73531
  Show dependency treegraph
 
Reported: 2012-01-10 00:23 PST by Kentaro Hara
Modified: 2012-01-24 13:24 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.60 KB, patch)
2012-01-10 00:27 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 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
Comment 1 Kentaro Hara 2012-01-10 00:27:40 PST
Created attachment 121805 [details]
Patch
Comment 2 David Kilzer (:ddkilzer) 2012-01-24 13:00:56 PST
Comment on attachment 121805 [details]
Patch

r=me
Comment 3 WebKit Review Bot 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>
Comment 4 WebKit Review Bot 2012-01-24 13:24:52 PST
All reviewed patches have been landed.  Closing bug.