RESOLVED FIXED 178945
[Settings] Generate more of the WebKit preferences code
https://bugs.webkit.org/show_bug.cgi?id=178945
Summary [Settings] Generate more of the WebKit preferences code
Sam Weinig
Reported 2017-10-27 10:33:00 PDT
[Settings] Generate more of the WebKit preferences code
Attachments
Patch (46.91 KB, patch)
2017-10-27 11:51 PDT, Sam Weinig
no flags
Patch (47.23 KB, patch)
2017-10-27 15:27 PDT, Sam Weinig
cdumez: review+
commit-queue: commit-queue-
Sam Weinig
Comment 1 2017-10-27 11:51:58 PDT
Sam Weinig
Comment 2 2017-10-27 15:27:35 PDT
Chris Dumez
Comment 3 2017-10-28 11:04:09 PDT
Comment on attachment 325207 [details] Patch For what it's worth, I really hate that we're using Ruby instead of Python for this. This does against our efforts to move everything to Python and have a single language for our scripts. A lot of people do not know Ruby.
Chris Dumez
Comment 4 2017-10-28 11:04:31 PDT
(In reply to Chris Dumez from comment #3) > Comment on attachment 325207 [details] > Patch > > For what it's worth, I really hate that we're using Ruby instead of Python > for this. This does against our efforts to move everything to Python and > have a single language for our scripts. A lot of people do not know Ruby. *goes* against
Sam Weinig
Comment 5 2017-10-28 11:20:21 PDT
(In reply to Chris Dumez from comment #3) > Comment on attachment 325207 [details] > Patch > > For what it's worth, I really hate that we're using Ruby instead of Python > for this. This does against our efforts to move everything to Python and > have a single language for our scripts. A lot of people do not know Ruby. I wasn't aware we had an effort to converge on a single scripting language (e.g. I have made no attempt to migrate the bindings generator to python nor has anyone else as far as I know). I have always gone with use the right tool for the job, and in this case, I wanted a templating library, which ruby has built in by way of ERB.
WebKit Commit Bot
Comment 6 2017-10-28 11:21:15 PDT
Comment on attachment 325207 [details] Patch Rejecting attachment 325207 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-02', 'validate-changelog', '--check-oops', '--non-interactive', 325207, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit /Volumes/Data/EWS/WebKit/Source/WebKit/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive). Full output: http://webkit-queues.webkit.org/results/5024589
Sam Weinig
Comment 7 2017-10-28 11:24:42 PDT
Sam Weinig
Comment 8 2017-10-28 11:25:23 PDT
(In reply to WebKit Commit Bot from comment #6) > Comment on attachment 325207 [details] > Patch > > Rejecting attachment 325207 [details] from commit-queue. > > Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', > '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-02', > 'validate-changelog', '--check-oops', '--non-interactive', 325207, > '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit > > /Volumes/Data/EWS/WebKit/Source/WebKit/ChangeLog neither lists a valid > reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case > insensitive). > > Full output: http://webkit-queues.webkit.org/results/5024589 I don't get why this is happening. I feel like the commit queue used to be able to fill in the Reviewed by part. :\
Joseph Pecoraro
Comment 9 2017-10-28 11:30:43 PDT
> I don't get why this is happening. I feel like the commit queue used to be > able to fill in the Reviewed by part. :\ I think it’s looking for an OOPS line to fill in which is missing.
Sam Weinig
Comment 10 2017-10-28 11:41:21 PDT
(In reply to Joseph Pecoraro from comment #9) > > I don't get why this is happening. I feel like the commit queue used to be > > able to fill in the Reviewed by part. :\ > > I think it’s looking for an OOPS line to fill in which is missing. Weird. Why did I remove that!
Radar WebKit Bug Importer
Comment 11 2017-11-15 12:36:00 PST
Note You need to log in before you can comment on or make changes to this bug.