Skip to content

Commit f42b15e

Browse files
authored
Update Kickstarter/Reactive-Extensions (#710)
* updated commit hash to continue swift 5 support. * updated version 4.0 commit hash, removed xfails. Precommit check failing for version 4.0. * updated version from 4.0 to 4.2 to build with latest commit hash.
1 parent 7af8085 commit f42b15e

File tree

1 file changed

+5
-27
lines changed

1 file changed

+5
-27
lines changed

projects.json

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,12 +1198,12 @@
11981198
"maintainer": "[email protected]",
11991199
"compatibility": [
12001200
{
1201-
"version": "4.0",
1202-
"commit": "6b7887e7b38ebd81e2d04a936e64998b0f634e98"
1201+
"version": "4.2",
1202+
"commit": "e3f7786b5bcc7b99c14b9fd313302bb59d9c3fe9"
12031203
},
12041204
{
12051205
"version": "5.0",
1206-
"commit": "aa994f0921dca1965ae537fe77c2edc798eef230"
1206+
"commit": "e3f7786b5bcc7b99c14b9fd313302bb59d9c3fe9"
12071207
}
12081208
],
12091209
"platforms": [
@@ -1216,36 +1216,14 @@
12161216
"scheme": "ReactiveExtensions-iOS",
12171217
"destination": "generic/platform=iOS",
12181218
"configuration": "Release",
1219-
"tags": "sourcekit-disabled",
1220-
"xfail": [
1221-
{
1222-
"issue": "rdar://problem/75437284",
1223-
"compatibility": ["5.0"],
1224-
"branch": ["main", "release/5.5", "release/5.6", "release/5.7"],
1225-
"job": ["source-compat"]
1226-
}
1227-
]
1219+
"tags": "sourcekit-disabled"
12281220
},
12291221
{
12301222
"action": "BuildXcodeProjectScheme",
12311223
"project": "ReactiveExtensions.xcodeproj",
12321224
"scheme": "ReactiveExtensions-TestHelpers-iOS",
12331225
"destination": "generic/platform=iOS",
1234-
"configuration": "Release",
1235-
"xfail": [
1236-
{
1237-
"issue": "rdar://problem/75437284",
1238-
"compatibility": ["5.0"],
1239-
"branch": ["main", "release/5.5", "release/5.6", "release/5.7"],
1240-
"job": ["source-compat"]
1241-
},
1242-
{
1243-
"issue": "https://github.com/apple/swift/issues/57433",
1244-
"compatibility": ["4.0"],
1245-
"branch": ["main", "release/5.5", "release/5.6", "release/5.7"],
1246-
"job": ["source-compat"]
1247-
}
1248-
]
1226+
"configuration": "Release"
12491227
}
12501228
]
12511229
},

0 commit comments

Comments
 (0)