IBM-Swift / swift-buildpack

IBM Cloud buildpack for Swift
BSD 3-Clause "New" or "Revised" License
32 stars 31 forks source link

added support for swift-3.1-branch snapshots #77

Closed savelii closed 7 years ago

savelii commented 7 years ago

Hi, there is problem I stuck with .swift-version file, seems like there is no way to specify any of swift 3.1 snapshots because snapshot_type need to be swift-3.1-branch.

christiancompton commented 7 years ago

Thank you for submitting this @savelii. I am investigating this issue, and trying to find a robust solution that can account for all pre-release snapshots.

christiancompton commented 7 years ago

Even though Swift 3.1 has officially been released, I did implement something that will account for pre-release development branch snapshots moving forward in a similar solution in https://github.com/IBM-Swift/swift-buildpack/pull/80.