Skip to content

Commit 2b9f0a1

Browse files
committed
---
yaml --- r: 243171 b: refs/heads/swift-5.0-branch c: 86f64f5 h: refs/heads/master i: 243169: d77f36b 243167: d9417f5
1 parent 41c732f commit 2b9f0a1

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2017-12-23-a: b7c074342459a645779f106c42bf4
643643
refs/heads/master-llvm-swift5-transition: 8ace18c8953afb3d7d94cf04cacc0b51a7e5f1e3
644644
"refs/heads/revert-12883-disable_modelio_test_ios": a77ae373b809a0d8cb460cf3d1585d618510d242
645645
refs/heads/revert-13597-master: cccee1df039d072215f9bddc2cbc1e32a8d5d5ee
646-
refs/heads/swift-5.0-branch: 18ad79378f60108192a07ad3e7885ff6779c42ec
646+
refs/heads/swift-5.0-branch: 86f64f552c6b46575051d19a43366d01166012a0
647647
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2017-12-23-a: b32214f7e04339dfada623b6b76dbebfb41e4541
648648
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2017-12-24-a: 1eb0be506c0744c7eff0550a10240286046e181d
649649
refs/tags/swift-4.1-DEVELOPMENT-SNAPSHOT-2017-12-25-a: f35a91502bad0065c83d8760407c23be7b899f48

branches/swift-5.0-branch/stdlib/public/core/GroupInfo.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,16 @@
166166
"Playground": [
167167
"PlaygroundDisplay.swift"
168168
],
169-
"Misc": [
169+
"Hashing": [
170+
"Hashable.swift",
171+
"Hasher.swift",
172+
"SipHash.swift",
170173
"AnyHashable.swift",
171-
"Interval.swift",
172174
"Hashing.swift",
173-
"SipHash.swift",
174-
"Hasher.swift",
175+
"Bitset.swift"
176+
],
177+
"Misc": [
178+
"Interval.swift",
175179
"ErrorType.swift",
176180
"InputStream.swift",
177181
"LifetimeManager.swift",
@@ -192,11 +196,9 @@
192196
"CommandLine.swift",
193197
"Tuple.swift",
194198
"NewtypeWrapper.swift",
195-
"Bitset.swift",
196199
"DebuggerSupport.swift",
197200
"Equatable.swift",
198201
"Comparable.swift",
199-
"Hashable.swift",
200202
"Codable.swift",
201203
"MigrationSupport.swift"
202204
]

0 commit comments

Comments
 (0)