Re: [webkit-dev] Which WTF headers still should be in C++11?

2019-06-19 Thread Tim Horton
This was a hopefully-shortlived internal complication. I think this is already fixed and we could probably revert this change. Is that right, Alex? > On Jun 19, 2019, at 7:38 PM, Fujii Hironori wrote: > > Hi, > > wtf/CheckedArithmetic.h has been converted from C++14 to C++11. > > Bug 195187

[webkit-dev] Which WTF headers still should be in C++11?

2019-06-19 Thread Fujii Hironori
Hi, wtf/CheckedArithmetic.h has been converted from C++14 to C++11. Bug 195187 – Change CheckedArithmetic to not use std::enable_if_t. https://bugs.webkit.org/show_bug.cgi?id=195187 Which WTF headers still should be in C++11? - Fujii ___ webkit-dev

Re: [webkit-dev] Requesting feedback about EWS comments on Bugzilla bugs

2019-06-19 Thread Jonathan Bedard
To elaborate a little on Aakash’s comments here: We’ve found that tracking results for the number of tests we have, on the number of configurations we test with the number of weekly commits to the WebKit project is actually not a trivial problem to solve. The naive SQL approach to this problem