Re: [webkit-dev] update GCC version?

2017-07-17 Thread Isaac Devine
Regarding upgrading to Visual C++ 2017, I have patchset for that here: https://bugs.webkit.org/show_bug.cgi?id=172412 Unfortunately it seems to cause a problem WebCore::HTMLNames::init(), which is something to do with the disabling of static constructors. On 18 July 2017 at 07:56, Carlos Alberto

Re: [webkit-dev] update GCC version?

2017-07-17 Thread Carlos Alberto Lopez Perez
On 05/07/17 17:10, Michael Catanzaro wrote: > On Wed, Jul 5, 2017 at 6:32 AM, Carlos Alberto Lopez Perez > wrote: >> I think the default build toolchain should be supported also, >> at least without the requirement of "one year after the release". >> >> I propose this change to

Re: [webkit-dev] update GCC version?

2017-07-05 Thread Yusuke SUZUKI
OK, I've just landed GCC upgrade in r219186! After upgrading Windows MSVC to 2017, we will get full C++14 environment! Regards, Yusuke Suzuki On Thu, Jul 6, 2017 at 12:10 AM, Michael Catanzaro wrote: > On Wed, Jul 5, 2017 at 6:32 AM, Carlos Alberto Lopez Perez < >

Re: [webkit-dev] update GCC version?

2017-07-05 Thread Michael Catanzaro
On Wed, Jul 5, 2017 at 6:32 AM, Carlos Alberto Lopez Perez wrote: I think the default build toolchain should be supported also, at least without the requirement of "one year after the release". I propose this change to the policy over yours: - This policy applies to runtime

Re: [webkit-dev] update GCC version?

2017-07-05 Thread Carlos Alberto Lopez Perez
On 23/06/17 19:55, Michael Catanzaro wrote: > On Fri, Jun 23, 2017 at 12:36 PM, Yusuke SUZUKI > wrote: >> It's middle of 2017! And Debian stable is released. >> >> We discussed a bit about updating GCC and MSVC in [1]. >> Based on the comment from JF[1], I think start of

Re: [webkit-dev] update GCC version?

2017-07-05 Thread Yusuke SUZUKI
2017 1:56 PM > To: Michael Catanzaro <mcatanz...@igalia.com> > Cc: webkit-...@lists.webkit.org; WebKit-Dev <webkit-dev@lists.webkit.org> > Subject: Re: [webkit-dev] update GCC version? > > I’ve been using MSVC 2017 on my WinCairo bot for a while now and it builds > fine.

Re: [webkit-dev] update GCC version?

2017-06-26 Thread Olmstead, Don
Christensen Sent: Friday, June 23, 2017 1:56 PM To: Michael Catanzaro <mcatanz...@igalia.com> Cc: webkit-...@lists.webkit.org; WebKit-Dev <webkit-dev@lists.webkit.org> Subject: Re: [webkit-dev] update GCC version? I’ve been using MSVC 2017 on my WinCairo bot for a while now and it

Re: [webkit-dev] update GCC version?

2017-06-23 Thread Alex Christensen
I’ve been using MSVC 2017 on my WinCairo bot for a while now and it builds fine. It would take a bit to update our internal Windows infrastructure, but we should do that soon. ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] update GCC version?

2017-06-23 Thread Michael Catanzaro
On Fri, Jun 23, 2017 at 12:36 PM, Yusuke SUZUKI wrote: It's middle of 2017! And Debian stable is released. We discussed a bit about updating GCC and MSVC in [1]. Based on the comment from JF[1], I think start of July would be very nice timing to update our GCC version.

Re: [webkit-dev] update GCC version?

2017-06-23 Thread Yusuke SUZUKI
It's middle of 2017! And Debian stable is released. We discussed a bit about updating GCC and MSVC in [1]. Based on the comment from JF[1], I think start of July would be very nice timing to update our GCC version. If we can update our compiler baselines including MSVC, it would be very nice to

Re: [webkit-dev] update GCC version?

2017-01-09 Thread Alberto Garcia
On Mon, Jan 09, 2017 at 04:39:44PM +0100, Carlos Alberto Lopez Perez wrote: > I strongly oppose to do (a). Also, it is false that Debian doesn't > take our updates. They take our updates in the backports repository > for stable. The main reason why that happens is that the WebKitGTK+ stable

Re: [webkit-dev] update GCC version?

2017-01-09 Thread Alex Christensen
> On Jan 9, 2017, at 7:39 AM, Carlos Alberto Lopez Perez > wrote: > > On 09/01/17 01:09, Michael Catanzaro wrote: >> On Sun, 2017-01-08 at 18:59 +0100, z...@falconsigh.net wrote: >>> For the record, GCC 5 has complete C++14 support. The current >>> requirement is 4.9, so the

Re: [webkit-dev] update GCC version?

2017-01-09 Thread Konstantin Tokarev
09.01.2017, 20:53, "Michael Catanzaro" : > On Mon, 2017-01-09 at 16:56 +0100, Carlos Alberto Lopez Perez wrote: >>  Can you please explain how you reach that conclusion? >>  Do you have any data to back up such claim? > > No, I don't have data, but it seems extremely naive

Re: [webkit-dev] update GCC version?

2017-01-09 Thread Michael Catanzaro
On Mon, 2017-01-09 at 16:56 +0100, Carlos Alberto Lopez Perez wrote: > Can you please explain how you reach that conclusion? > Do you have any data to back up such claim? No, I don't have data, but it seems extremely naive to assume that any significant subset of users use backports. It is not

Re: [webkit-dev] update GCC version?

2017-01-09 Thread Carlos Alberto Lopez Perez
On 09/01/17 16:47, Michael Catanzaro wrote: > On Mon, 2017-01-09 at 16:39 +0100, Carlos Alberto Lopez Perez wrote: >> I strongly oppose to do (a). Also, it is false that Debian doesn't >> take >> our updates. They take our updates in the backports repository for >> stable. > > Nobody uses that.

Re: [webkit-dev] update GCC version?

2017-01-09 Thread Michael Catanzaro
On Mon, 2017-01-09 at 16:39 +0100, Carlos Alberto Lopez Perez wrote: > I strongly oppose to do (a). Also, it is false that Debian doesn't > take > our updates. They take our updates in the backports repository for > stable. Nobody uses that. Users expect to receive security updates in the

Re: [webkit-dev] update GCC version?

2017-01-09 Thread Michael Catanzaro
On Mon, 2017-01-09 at 16:39 +0100, Carlos Alberto Lopez Perez wrote: > Another idea is: (c) Drop the "one year after the release" > requirement. > Which means that we could update to minimum GCC version to 5.3 (the > one > in last Ubuntu LTS) when Debian 9 is released (which hopefully is >

Re: [webkit-dev] update GCC version?

2017-01-09 Thread Konstantin Tokarev
09.01.2017, 18:47, "Michael Catanzaro" : > On Mon, 2017-01-09 at 16:39 +0100, Carlos Alberto Lopez Perez wrote: >>  I strongly oppose to do (a). Also, it is false that Debian doesn't >>  take >>  our updates. They take our updates in the backports repository for >>  

Re: [webkit-dev] update GCC version?

2017-01-09 Thread Carlos Alberto Lopez Perez
On 09/01/17 01:09, Michael Catanzaro wrote: > On Sun, 2017-01-08 at 18:59 +0100, z...@falconsigh.net wrote: >> For the record, GCC 5 has complete C++14 support. The current >> requirement is 4.9, so the bump would be minimal. >> https://gcc.gnu.org/projects/cxx-status.html#cxx14 > We would need to

Re: [webkit-dev] update GCC version?

2017-01-08 Thread Michael Catanzaro
On Sun, 2017-01-08 at 18:59 +0100, z...@falconsigh.net wrote: > For the record, GCC 5 has complete C++14 support. The current > requirement is 4.9, so the bump would be minimal. > https://gcc.gnu.org/projects/cxx-status.html#cxx14 We would need to redefine our dependencies policy:

Re: [webkit-dev] update GCC version?

2017-01-08 Thread zan
On Sat, Jan 7, 2017, at 08:30 PM, Alex Christensen wrote: > We are looking into using more C++14 features in WebKit, which would require > increasing the minimum supported compiler versions.  For example, Yusuke’s > patch in https://bugs.webkit.org/show_bug.cgi?id=165093 compiles successfully >

Re: [webkit-dev] update GCC version?

2017-01-07 Thread Alex Christensen
> On Jan 7, 2017, at 11:39 AM, Konstantin Tokarev wrote: > > > > 07.01.2017, 22:30, "Alex Christensen" : >> We are looking into using more C++14 features in WebKit, which would require >> increasing the minimum supported compiler versions. For

Re: [webkit-dev] update GCC version?

2017-01-07 Thread Konstantin Tokarev
07.01.2017, 22:30, "Alex Christensen" : > We are looking into using more C++14 features in WebKit, which would require > increasing the minimum supported compiler versions.  For example, Yusuke’s > patch in https://bugs.webkit.org/show_bug.cgi?id=165093 compiles

[webkit-dev] update GCC version?

2017-01-07 Thread Alex Christensen
We are looking into using more C++14 features in WebKit, which would require increasing the minimum supported compiler versions. For example, Yusuke’s patch in https://bugs.webkit.org/show_bug.cgi?id=165093 compiles successfully in clang and I