Bug 75943

Summary: prepare-ChangeLog outputs warnings for top-level { ... } blocks
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: Tools / TestsAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: ddkilzer, rniwa, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 73531    
Attachments:
Description Flags
Patch none

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.