RESOLVED FIXED 146059
GObject and ObjC bindings generator should not generate code for promise-based APIs
https://bugs.webkit.org/show_bug.cgi?id=146059
Summary GObject and ObjC bindings generator should not generate code for promise-base...
youenn fablet
Reported 2015-06-17 06:18:30 PDT
In case of a function returning a promise, GObject and ObjC may generate bindings for that function. The issue is that the returned type Promise may not be supported yet. It may be safer to disable binding generation for these functions, at least until Promise returned values are support by GObject and ObjC
Attachments
Patch (5.99 KB, patch)
2015-06-17 06:24 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2015-06-17 06:24:17 PDT
Darin Adler
Comment 2 2015-06-17 15:23:35 PDT
Comment on attachment 255014 [details] Patch Seems OK for now since we don’t have a strategy for binding these yet.
WebKit Commit Bot
Comment 3 2015-06-18 00:03:40 PDT
Comment on attachment 255014 [details] Patch Clearing flags on attachment: 255014 Committed r185694: <http://trac.webkit.org/changeset/185694>
WebKit Commit Bot
Comment 4 2015-06-18 00:03:44 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.