Skip to content

Commit d590468

Browse files
authored
Add SPI imports for SwiftCorelibsFoundation usage of Decimal (#751)
* Add SPI imports for SwiftCorelibsFoundation usage of Decimal Also adds some tests for the exported functionality that SCL-F uses. * Rename and rearrange some internal vs SPI methods * Remove obsolete comment
1 parent 9109dde commit d590468

File tree

11 files changed

+646
-22
lines changed

11 files changed

+646
-22
lines changed

Sources/FoundationEssentials/Decimal/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
target_sources(FoundationEssentials PRIVATE
1515
Decimal.swift
1616
Decimal+Conformances.swift
17-
Decimal+Math.swift)
17+
Decimal+Math.swift
18+
Decimal+Compatibility.swift)

0 commit comments

Comments
 (0)