swift --version output changed

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-unknown-linux-gnu

If this change wasn't inadvertent what was the rationale? Having the hash
tags of LLVM, Clang, and Swift are quite useful here.

Joe

···

--
Joseph Bell

@iachievedit

+ Michael, who has been working on CMake changes.

···

On Sat, Jun 25, 2016 at 2:48 PM, Joseph Bell via swift-dev <swift-dev@swift.org> 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-gnu

Earlier this week:
swift --version
Swift version 3.0-dev (LLVM fc970689d4, Clang 460d629e85, Swift 1f2b5ee7fb)
Target: x86_64-unknown-linux-gnu

If this change wasn't inadvertent what was the rationale? Having the hash
tags of LLVM, Clang, and Swift are quite useful here.

Joe

--
Joseph Bell
iAchieved.it – Thoughts from a Technology Leader
@iachievedit

_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr@gmail.com>*/

I submitted a PR for fixing this.

···

2016-06-26 7:42 GMT+09:00 Dmitri Gribenko via swift-dev <swift-dev@swift.org >:

+ Michael, who has been working on CMake changes.

On Sat, Jun 25, 2016 at 2:48 PM, Joseph Bell via swift-dev > <swift-dev@swift.org> 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-gnu
>
> Earlier this week:
> swift --version
> Swift version 3.0-dev (LLVM fc970689d4, Clang 460d629e85, Swift
1f2b5ee7fb)
> Target: x86_64-unknown-linux-gnu
>
> If this change wasn't inadvertent what was the rationale? Having the
hash
> tags of LLVM, Clang, and Swift are quite useful here.
>
> Joe
>
> --
> Joseph Bell
> iAchieved.it – Thoughts from a Technology Leader
> @iachievedit
>
> _______________________________________________
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev
>

--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr@gmail.com>*/
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/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 <fs.output@gmail.com> wrote:

I submitted a PR for fixing this.
[CMake] Include CMAKE_CURRENT_BINARY_DIR in lib/Basic by rintaro · Pull Request #3222 · apple/swift · GitHub

2016-06-26 7:42 GMT+09:00 Dmitri Gribenko via swift-dev <
swift-dev@swift.org>:

+ Michael, who has been working on CMake changes.

On Sat, Jun 25, 2016 at 2:48 PM, Joseph Bell via swift-dev >> <swift-dev@swift.org> 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-gnu
>
> Earlier this week:
> swift --version
> Swift version 3.0-dev (LLVM fc970689d4, Clang 460d629e85, Swift
1f2b5ee7fb)
> Target: x86_64-unknown-linux-gnu
>
> If this change wasn't inadvertent what was the rationale? Having the
hash
> tags of LLVM, Clang, and Swift are quite useful here.
>
> Joe
>
> --
> Joseph Bell
> http://dev.iachieved.it/iachievedit/
> @iachievedit
>
> _______________________________________________
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev
>

--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr@gmail.com>*/
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

--
Joseph Bell
http://dev.iachieved.it/iachievedit/
@iachievedit