Skip to content

[stdlib] De-gyb and split HashedCollections.swift.gyb (NFC) #15398

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion stdlib/public/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ set(SWIFTLIB_ESSENTIAL
CString.swift
CTypes.swift
DebuggerSupport.swift
Dictionary.swift
DoubleWidth.swift.gyb
DropWhile.swift
Dump.swift
Expand All @@ -61,7 +62,6 @@ set(SWIFTLIB_ESSENTIAL
FloatingPointParsing.swift.gyb
FloatingPointTypes.swift.gyb
Hashable.swift
HashedCollections.swift.gyb
# WORKAROUND: This file name is not sorted alphabetically in the list because
# if we do so, the compiler crashes.
AnyHashable.swift
Expand Down Expand Up @@ -111,6 +111,7 @@ set(SWIFTLIB_ESSENTIAL
Sequence.swift
SequenceAlgorithms.swift
SequenceWrapper.swift
Set.swift
SetAlgebra.swift
ShadowProtocols.swift
Shims.swift
Expand Down
Loading