Re: [swift-dev] swift --version output changed

2016-07-01 Thread Joseph Bell via swift-dev
Any issue to not move forward with this PR from Rintaro? I know it's trivial but for someone who compiles Swift continuously it indeed helps to see the version information. On Mon, Jun 27, 2016 at 3:18 AM, rintaro ishizaki wrote: > I submitted a PR for fixing this. > https://github.com/apple/s

Re: [swift-dev] swift --version output changed

2016-06-27 Thread rintaro ishizaki via swift-dev
I submitted a PR for fixing this. https://github.com/apple/swift/pull/3222 2016-06-26 7:42 GMT+09:00 Dmitri Gribenko via swift-dev : > + Michael, who has been working on CMake changes. > > On Sat, Jun 25, 2016 at 2:48 PM, Joseph Bell via swift-dev > wrote: > > Howdy, > > > > I noticed in a build

Re: [swift-dev] swift --version output changed

2016-06-25 Thread Dmitri Gribenko via swift-dev
+ Michael, who has been working on CMake changes. On Sat, Jun 25, 2016 at 2:48 PM, Joseph Bell via swift-dev wrote: > Howdy, > > I noticed in a build today that the output of swift --version has changed. > Today's build: > > swift --version > Swift version 3.0-dev > Target: x86_64-unknown-linux-g

[swift-dev] swift --version output changed

2016-06-25 Thread Joseph Bell via swift-dev
Howdy, I noticed in a build today that the output of swift --version has changed. Today's build: swift --version Swift version 3.0-dev Target: x86_64-unknown-linux-gnu Earlier this week: swift --version Swift version 3.0-dev (LLVM fc970689d4, Clang 460d629e85, Swift 1f2b5ee7fb) Target: x86_64-un