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 better solution than manually rebooting the bot on a semi-daily basis.

Ross

From: webkit-dev  on behalf of Alex 
Christensen 
Date: Friday, September 27, 2019 at 7:09 AM
To: "webkit-dev@lists.webkit.org" 
Subject: [webkit-dev] WinCairo EWS

The WinCairo EWS bot has been in pretty sad shape for a while, providing no 
useful information and lots of false negatives.  Could someone please fix it or 
remove it?  See https://ews-build.webkit.org/#/builders/12/builds/5501 for an 
example.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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 the 
credential is not correct. So, you might want to try logging into 
trac.webkit.org first, and use the same username (email address) and 
password to sign on at the registration page.

Thanks,
...
ling


On 9/18/19 2:12 PM, ross.kirsl...@sony.com wrote:
> 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:
>
>  Hello WebKit Contributors,
>  
>  You are invited to attend the annual WebKit Contributors Meeting to 
be held at the Hilton Santa Clara hotel on Friday, November 1st, 2019 from 8 AM 
to 6 PM Pacific.
>  
>  Breakfast and sign-in will begin at 8 AM. Presentations will run 
between 9 AM to 6 PM. Lunch will be provided with all day coffee, tea and a 
mid-afternoon snack break. A reception is planned at the venue after the 
meeting with dinner and drinks from 6 PM to 9 PM.
>  
>  To attend you must be an active WebKit contributor. The meeting will 
be free of charge, and registration is open. Register at 
https://webkit.org/meeting/
>  
>  The event format will include a mix of prepared talks around 40 
minutes long with 10-15 minutes of questions, and spontaneous lightning talks 
about 5-10 minutes long. If you have a topic idea that you want to present, 
please email me directly.
>  
>  We look forward to seeing you there!
>  
>  Thank you,
>  Jon Davis
>  ___
>  webkit-dev mailing list
>  webkit-dev@lists.webkit.org
>  https://lists.webkit.org/mailman/listinfo/webkit-dev
>  
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev



___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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:

Hello WebKit Contributors,

You are invited to attend the annual WebKit Contributors Meeting to be held 
at the Hilton Santa Clara hotel on Friday, November 1st, 2019 from 8 AM to 6 PM 
Pacific.

Breakfast and sign-in will begin at 8 AM. Presentations will run between 9 
AM to 6 PM. Lunch will be provided with all day coffee, tea and a mid-afternoon 
snack break. A reception is planned at the venue after the meeting with dinner 
and drinks from 6 PM to 9 PM.

To attend you must be an active WebKit contributor. The meeting will be 
free of charge, and registration is open. Register at 
https://webkit.org/meeting/ 

The event format will include a mix of prepared talks around 40 minutes 
long with 10-15 minutes of questions, and spontaneous lightning talks about 
5-10 minutes long. If you have a topic idea that you want to present, please 
email me directly.

We look forward to seeing you there!

Thank you,
Jon Davis
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[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 we’re enforcing this with check-webkit-style, the guidelines page 
currently makes no mention of braced initialization in particular. Should we 
add a clause for this?

Thanks!
Ross
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev