2.1.1 git version

I would like to build version 2.1.1 of swift to match the currently distributed version in Xcode 7.2. Does anyone know what git revision 2.1.1 corresponds to?

···

--

I guess its something near cab320296d2529 on August 21, 2015. That is when the minor version was set to 217, which is what the 2.1.1 libraries were compiled with.

Minor version 218 was put in on October 10, 2015.

···

On 02/01/2016 03:24 PM, Rafkind, Jon via swift-dev wrote:

I would like to build version 2.1.1 of swift to match the currently distributed version in Xcode 7.2. Does anyone know what git revision 2.1.1 corresponds to?

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

--

Hi, Jon. The 2.1 releases were made entirely based on internal Apple branches, and as such they don't correspond to any specific external revision. Much as we are continuing to develop 3.0 but cherry-picking selected fixes to the 2.2 branch, the internal 2.1 branch also had selected cherry-picked commits while work continued on the master branch.

We do not plan to create an "equivalent" public 2.1 branch. 2.2 will be the first open source release of Swift.

Best,
Jordan

···

On Feb 1, 2016, at 15:49 , Rafkind, Jon via swift-dev <swift-dev@swift.org> wrote:

I guess its something near cab320296d2529 on August 21, 2015. That is when the minor version was set to 217, which is what the 2.1.1 libraries were compiled with.

Minor version 218 was put in on October 10, 2015.

On 02/01/2016 03:24 PM, Rafkind, Jon via swift-dev wrote:

I would like to build version 2.1.1 of swift to match the currently distributed version in Xcode 7.2. Does anyone know what git revision 2.1.1 corresponds to?

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

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

Is there a specific git revision that corresponds to the current swift distribution in Xcode 7.3beta2? Right now I am using 7d2b4d8b6ae3f6803feb0ab57f30085dad04d53f from the swift-2.2-branch, as that is the commit right before the minor version was bumped to 235, where the Xcode 7.3beta2 swift libraries use minor version 234.

···

On 02/02/2016 09:38 AM, Jordan Rose wrote:

Hi, Jon. The 2.1 releases were made entirely based on internal Apple branches, and as such they don't correspond to any specific external revision. Much as we are continuing to develop 3.0 but cherry-picking selected fixes to the 2.2 branch, the internal 2.1 branch also had selected cherry-picked commits while work continued on the master branch.

We do not plan to create an "equivalent" public 2.1 branch. 2.2 will be the first open source release of Swift.

Best,
Jordan

On Feb 1, 2016, at 15:49 , Rafkind, Jon via swift-dev <swift-dev@swift.org><mailto:swift-dev@swift.org> wrote:

I guess its something near cab320296d2529 on August 21, 2015. That is when the minor version was set to 217, which is what the 2.1.1 libraries were compiled with.

Minor version 218 was put in on October 10, 2015.

On 02/01/2016 03:24 PM, Rafkind, Jon via swift-dev wrote:

I would like to build version 2.1.1 of swift to match the currently distributed version in Xcode 7.2. Does anyone know what git revision 2.1.1 corresponds to?

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

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

--

Is there a specific git revision that corresponds to the current swift distribution in Xcode 7.3beta2?

It’s roughly:

commit 7202828e5950896f7a6071a2bc7a1ce9f11cef9d
Author: Adrian Prantl <aprantl@apple.com>

    Debug Info: Make sure to enter a new SILDebugScope before generating
    weak copies for capture list variables. Other wise two variables with
    identical names will end up in the same scope.

    This fixes a crash in the compiler.

    rdar://problem/24150188
    SR-526

    (cherry picked from commit f1315f8b5c2a5ab2506fed0b0760c60213942f37)

With a few cherry-picked fixes.

···

On Feb 3, 2016, at 5:35 PM, Rafkind, Jon via swift-dev <swift-dev@swift.org> wrote:

Date: Wed Jan 20 15:20:39 2016 -0800