Skip to content

Commit 062d9a1

Browse files
author
Zachary 'Clack' Cole
authored
Merge branch 'master' into add-evergreen
2 parents dcbcd89 + baca9fc commit 062d9a1

File tree

2 files changed

+79
-2
lines changed

2 files changed

+79
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ To be accepted into the Swift source compatibility test suite, a project must:
1111
- [ ] support building on either Linux or macOS
1212
- [ ] target Linux, macOS, or iOS/tvOS/watchOS device
1313
- [ ] be contained in a publicly accessible git repository
14-
- [ ] maintain a project branch that builds against Swift 3.0 compatibility mode
15-
or Swift 4.0 and passes any unit tests
14+
- [ ] maintain a project branch that builds against Swift 4.0 and passes any unit tests
1615
- [ ] have maintainers who will commit to resolve issues in a timely manner
1716
- [ ] be compatible with the latest GM/Beta versions of *Xcode* and *swiftpm*
1817
- [ ] add value not already included in the suite

projects.json

+78
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,84 @@
619619
}
620620
]
621621
},
622+
{
623+
"repository": "Git",
624+
"url": "https://github.com/exercism/swift.git",
625+
"path": "exercism-swift",
626+
"branch": "master",
627+
"maintainer": "[email protected]",
628+
"compatibility": [
629+
{
630+
"version": "4.2",
631+
"commit": "38a17de8717a2282fd4ff62cd1ce732b926bf4ab"
632+
}
633+
],
634+
"platforms": [
635+
"Darwin",
636+
"Linux"
637+
],
638+
"actions": [
639+
{
640+
"action": "BuildSwiftPackage",
641+
"configuration": "release",
642+
"xfail": {
643+
"compatibility": {
644+
"4.2": {
645+
"branch": {
646+
"master": "https://bugs.swift.org/browse/SR-8307"
647+
}
648+
}
649+
}
650+
}
651+
},
652+
{
653+
"action": "TestSwiftPackage"
654+
}
655+
]
656+
},
657+
{
658+
"repository": "Git",
659+
"url": "https://github.com/masters3d/xswift.git",
660+
"path": "exercism-xswift",
661+
"branch": "do-not-delete-pre-4.2-compatibility",
662+
"maintainer": "[email protected]",
663+
"compatibility": [
664+
{
665+
"version": "4.0",
666+
"commit": "7614aae4a87d92e2343473c619a805ace98a474e"
667+
},
668+
{
669+
"version": "4.1",
670+
"commit": "7614aae4a87d92e2343473c619a805ace98a474e"
671+
}
672+
],
673+
"platforms": [
674+
"Darwin"
675+
],
676+
"actions": [
677+
{
678+
"action": "BuildXcodeProjectTarget",
679+
"project": "xswift.xcodeproj",
680+
"target": "xswift",
681+
"destination": "generic/platform=macOS",
682+
"configuration": "Release",
683+
"xfail": {
684+
"compatibility": {
685+
"4.0": {
686+
"branch": {
687+
"master": "https://bugs.swift.org/browse/SR-8307"
688+
}
689+
},
690+
"4.1": {
691+
"branch": {
692+
"master": "https://bugs.swift.org/browse/SR-8307"
693+
}
694+
}
695+
}
696+
}
697+
}
698+
]
699+
},
622700
{
623701
"repository": "Git",
624702
"url": "https://github.com/groue/GRDB.swift.git",

0 commit comments

Comments
 (0)