Bug 134383 - prepare-ChangeLog mangles Objective-C selectors for methods with parameter types that contain colons
Summary: prepare-ChangeLog mangles Objective-C selectors for methods with parameter ty...
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: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-26 21:57 PDT by mitz
Modified: 2014-06-26 22:36 PDT (History)
7 users (show)

See Also:


Attachments
Remove potentially colon-containing bits from the method declaration before splitting at colons (1.22 KB, patch)
2014-06-26 22:00 PDT, mitz
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-06-26 21:57:01 PDT
prepare-ChangeLog mangles Objective-C selectors for methods with parameter types that contain colons
Comment 1 mitz 2014-06-26 22:00:29 PDT
Created attachment 233960 [details]
Remove potentially colon-containing bits from the method declaration before splitting at colons
Comment 2 mitz 2014-06-26 22:36:32 PDT
Fixed in <http://trac.webkit.org/r170520>.