Re: [webkit-dev] WinCairo EWS

2019-09-27 Thread Ross.Kirsling
It provides every bit as much useful information as any other EWS bot when it’s not running into that specific issue (`patch` failure). :) Intermittent or not, it does seem like this is happening with shocking frequency lately. I have no idea what causes it, but I hope we can quickly find a

Re: [webkit-dev] 2019 WebKit Contributors Meeting - Registration is Open

2019-09-18 Thread Ross.Kirsling
Cool, that worked—thanks! On 9/18/19, 2:33 PM, "lin...@apple.com on behalf of Ling Ho" wrote: Hi Ross, There was a duplicate entry in the Trac's database causing the error. Can you please try again? I am also fixing another bug where the page will display "None" if

Re: [webkit-dev] 2019 WebKit Contributors Meeting - Registration is Open

2019-09-18 Thread Ross.Kirsling
Seems like the login form isn't working—I see: MultipleObjectsReturned at /auth/wlogin/ get() returned more than one MyUser -- it returned 2! Perhaps I just need to be more patient? :) Thanks, Ross On 9/18/19, 1:49 PM, "webkit-dev on behalf of Jonathan Davis" wrote:

[webkit-dev] Style guidelines for braced initialization

2018-04-26 Thread Ross.Kirsling
Hi everybody, A simple question regarding https://webkit.org/code-style-guidelines/: I've currently got a clang-format patch up (https://reviews.llvm.org/D46024) to support our space-before-brace style for object initialization (i.e. `Foo foo { bar };` and not `Foo foo{ bar };`). Although