Skip to content

Commit b4e7cc8

Browse files
authored
Merge pull request #19036 from moiseev/ungyb-int
[stdlib] Partially ungyb Integers
2 parents 2a1ab7d + dca1ad8 commit b4e7cc8

File tree

4 files changed

+4456
-2902
lines changed

4 files changed

+4456
-2902
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ set(SWIFTLIB_ESSENTIAL
7676
Indices.swift
7777
InputStream.swift
7878
IntegerParsing.swift
79-
Integers.swift.gyb
79+
Integers.swift
80+
IntegerTypes.swift.gyb
8081
Join.swift
8182
KeyPath.swift
8283
LazyCollection.swift

stdlib/public/core/GroupInfo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
{
142142
"Integers": [
143143
"Integers.swift",
144+
"IntegerTypes.swift",
144145
"IntegerParsing.swift"],
145146
"Floating": [
146147
"FloatingPoint.swift",

0 commit comments

Comments
 (0)