Bug 122429

Summary: Make Vector::insert work for move-only types
Product: WebKit Reporter: Darin Adler <darin>
Component: Web Template FrameworkAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ap, benjamin, bw80.lee, cmarcelo, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Darin Adler 2013-10-06 16:16:45 PDT
Make Vector::insert work for move-only types
Comment 1 Darin Adler 2013-10-06 16:18:08 PDT
Created attachment 213536 [details]
Patch
Comment 2 WebKit Commit Bot 2013-10-06 16:19:49 PDT
Attachment 213536 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Vector.h', u'Source/WebCore/ChangeLog', u'Source/WebCore/history/HistoryItem.cpp']" exit_code: 1
Source/WTF/wtf/Vector.h:647:  Missing spaces around &&  [whitespace/operators] [3]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2013-10-06 18:59:51 PDT
Comment on attachment 213536 [details]
Patch

Patch looks good, but where's the API test?
Comment 4 Alexey Proskuryakov 2013-10-07 10:04:00 PDT
Is there a requirement to have unit tests for WTF? I don't remember any discussion that resulted in support for such.
Comment 5 Anders Carlsson 2013-10-07 10:11:39 PDT
(In reply to comment #4)
> Is there a requirement to have unit tests for WTF? I don't remember any discussion that resulted in support for such.

I’ve been adding unit tests as I’ve been implementing the move-only functionality of WTF data structures.
Comment 6 Darin Adler 2013-10-07 10:20:46 PDT
Comment on attachment 213536 [details]
Patch

OK, I’ll upload a new patch with unit tests when I have some time to work on this.
Comment 7 Anders Carlsson 2013-10-07 18:03:54 PDT
Comment on attachment 213536 [details]
Patch

Nah, let’s land this. It was blocking a change Samsung want to make to their WorkQueue implementation.
Comment 8 WebKit Commit Bot 2013-10-07 18:26:51 PDT
Comment on attachment 213536 [details]
Patch

Clearing flags on attachment: 213536

Committed r157074: <http://trac.webkit.org/changeset/157074>
Comment 9 WebKit Commit Bot 2013-10-07 18:26:53 PDT
All reviewed patches have been landed.  Closing bug.