Re: Dropping support for Apple Clang

2017-08-10 Thread Michael Park
Thanks Dario! On Thu, Aug 10, 2017 at 12:12 PM Dario Rexin wrote: > Hey MPark, > > I just did a clean make check on your cpp14 branch with Apple LLVM version > 9.0.0 (clang-900.0.22.8). It compiles fine and I got 1 test error on the > first run, on a second run no tests failed,

Re: Dropping support for Apple Clang

2017-08-10 Thread Dario Rexin
Hey MPark, I just did a clean make check on your cpp14 branch with Apple LLVM version 9.0.0 (clang-900.0.22.8). It compiles fine and I got 1 test error on the first run, on a second run no tests failed, so I assume that’s just a flaky test. --  Dario > On Aug 10, 2017, at 10:09 AM, Michael

Re: Dropping support for Apple Clang

2017-08-10 Thread Michael Park
> > Which version of Apple’s clang did you try for C++14? The latest version > available is Apple LLVM version 9.0.0 (clang-900.0.22.8). > I tested on Apple LLVM version 8.1.0 (clang-802.0.42) Target: x86_64-apple-darwin16.7.0 Thread model: posix InstalledDir:

RE: Dropping support for Apple Clang

2017-08-10 Thread Andy Schwartzmeyer
Do it. The fewer “officially” supported compilers the better, it’s easier on everyone. From: Michael Park Sent: Friday, July 28, 2017 5:38 PM To: dev Subject: Dropping support for Apple Clang I'd like to drop support for Apple Clang. With

Re: Dropping support for Apple Clang

2017-08-10 Thread Till Toenshoff
Which version of Apple’s clang did you try for C++14? The latest version available is Apple LLVM version 9.0.0 (clang-900.0.22.8). > On Jul 29, 2017, at 2:38 AM, Michael Park wrote: > > I'd like to drop support for Apple Clang. > > With the C++14 upgrade, we'll be requiring

Re: Dropping support for Apple Clang

2017-07-31 Thread Michael Park
Unfortunately I basically don't know the answer to any of the questions. Maybe jpeach can help us a little here. > Is it just a wrapper bound to a particular clang version? I actually don't know. It do know that it definitely is not stock, released version of clang. For example, one of the

Re: Dropping support for Apple Clang

2017-07-31 Thread Benjamin Mahler
Can you also tell us a little more about "Apple Clang"? Is it just a wrapper bound to a particular clang version? Why does it exist? Also, do you know what the versioning scheme is? $ clang++ --version Apple LLVM version 8.1.0 (clang-802.0.42) Target: x86_64-apple-darwin16.6.0 Thread model: posix

Re: Dropping support for Apple Clang

2017-07-28 Thread Aaron Wood
I'm all for this! I don't see why this would be an issue, especially with how easy it is to grab things from brew these days. On Fri, Jul 28, 2017 at 8:38 PM, Michael Park wrote: > I'd like to drop support for Apple Clang. > > With the C++14 upgrade, we'll be requiring many