RESOLVED FIXED174930
Using "auto <function()> -> returnType" breaks prepare-ChangeLog
https://bugs.webkit.org/show_bug.cgi?id=174930
Summary Using "auto <function()> -> returnType" breaks prepare-ChangeLog
JF Bastien
Reported 2017-07-27 23:33:38 PDT
From Brady: I just noticed this tonight. When a change is made to one of these functions, prepare-ChangeLog doesn't log the functions that changed. I have a question and a request. Question: The functions in question where I noticed this: auto WebURLSchemeTask::didComplete(const ResourceError& error) -> ExceptionType Would normally be written as: WebURLSchemeTask::ExceptionType WebURLSchemeTask::didComplete(const ResourceError& error) Is there some actual value to using this syntax other than… being syntactically different, and being just a little shorter? Request: Until we fix prepare-ChangeLog, and unless there is some great advantage to this syntax that I'm not aware of… it's hold off on using it more.
Attachments
patch (1.54 KB, patch)
2017-07-27 23:35 PDT, JF Bastien
dbates: review-
dbates: commit-queue-
patch (4.94 KB, patch)
2017-07-28 09:40 PDT, JF Bastien
no flags
JF Bastien
Comment 1 2017-07-27 23:35:18 PDT
Created attachment 316624 [details] patch Pardon my perl.
Daniel Bates
Comment 2 2017-07-28 02:42:38 PDT
We have unit tests for this code. Please add a unit test to <https://trac.webkit.org/browser/webkit/trunk/Tools/Scripts/webkitperl/prepare-ChangeLog_unittest/resources/cpp_unittests.cpp> and update the expected result in <https://trac.webkit.org/browser/webkit/trunk/Tools/Scripts/webkitperl/prepare-ChangeLog_unittest/resources/cpp_unittests-expected.txt>. You can run the unit tests using the script Tools/Scripts/test-webkitperl.
JF Bastien
Comment 3 2017-07-28 09:40:48 PDT
Created attachment 316644 [details] patch (In reply to Daniel Bates from comment #2) > We have unit tests for this code. Please add a unit test to "unit tests"? What are those? ;-) While I'm here, I also added const and volatile overloads.
Build Bot
Comment 4 2017-07-28 09:42:43 PDT
Attachment 316644 [details] did not pass style-queue: ERROR: Tools/Scripts/webkitperl/prepare-ChangeLog_unittest/resources/cpp_unittests.cpp:396: Code inside a namespace should not be indented. [whitespace/indent] [4] ERROR: Tools/Scripts/webkitperl/prepare-ChangeLog_unittest/resources/cpp_unittests.cpp:420: This { should be at the end of the previous line [whitespace/braces] [4] ERROR: Tools/Scripts/webkitperl/prepare-ChangeLog_unittest/resources/cpp_unittests.cpp:425: This { should be at the end of the previous line [whitespace/braces] [4] Total errors found: 3 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
WebKit Commit Bot
Comment 5 2017-07-28 11:54:37 PDT
Comment on attachment 316644 [details] patch Clearing flags on attachment: 316644 Committed r220010: <http://trac.webkit.org/changeset/220010>
WebKit Commit Bot
Comment 6 2017-07-28 11:54:38 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7 2017-07-28 12:38:53 PDT
Jonathan Bedard
Comment 8 2017-07-28 15:04:04 PDT
Note You need to log in before you can comment on or make changes to this bug.