Skip to content

Commit

Permalink
[NBKFlexibleWidthKit] No NBKSignedKit (#33).
Browse files Browse the repository at this point in the history
  • Loading branch information
oscbyspro committed Oct 23, 2023
1 parent 40ab09e commit c878c35
Show file tree
Hide file tree
Showing 49 changed files with 3 additions and 3,781 deletions.
24 changes: 0 additions & 24 deletions .swiftpm/NBKSignedKit-Benchmarks.xctestplan

This file was deleted.

32 changes: 0 additions & 32 deletions .swiftpm/NBKSignedKit.xctestplan

This file was deleted.

7 changes: 0 additions & 7 deletions .swiftpm/Numberick-Benchmarks.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@
"identifier" : "NBKFlexibleWidthKitBenchmarks",
"name" : "NBKFlexibleWidthKitBenchmarks"
}
},
{
"target" : {
"containerPath" : "container:",
"identifier" : "NBKSignedKitBenchmarks",
"name" : "NBKSignedKitBenchmarks"
}
}
],
"version" : 1
Expand Down
12 changes: 0 additions & 12 deletions .swiftpm/Numberick.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
"containerPath" : "container:",
"identifier" : "NBKFlexibleWidthKit",
"name" : "NBKFlexibleWidthKit"
},
{
"containerPath" : "container:",
"identifier" : "NBKSignedKit",
"name" : "NBKSignedKit"
}
]
}
Expand All @@ -55,13 +50,6 @@
"identifier" : "NBKFlexibleWidthKitTests",
"name" : "NBKFlexibleWidthKitTests"
}
},
{
"target" : {
"containerPath" : "container:",
"identifier" : "NBKSignedKitTests",
"name" : "NBKSignedKitTests"
}
}
],
"version" : 1
Expand Down

This file was deleted.

71 changes: 0 additions & 71 deletions .swiftpm/xcode/xcshareddata/xcschemes/NBKSignedKit.xcscheme

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
<TestPlanReference
reference = "container:.swiftpm/NBKFlexibleWidthKit-Benchmarks.xctestplan">
</TestPlanReference>
<TestPlanReference
reference = "container:.swiftpm/NBKSignedKit-Benchmarks.xctestplan">
</TestPlanReference>
</TestPlans>
</TestAction>
<LaunchAction
Expand Down
17 changes: 0 additions & 17 deletions .swiftpm/xcode/xcshareddata/xcschemes/Numberick.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,6 @@
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "NO"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "NBKSignedKit"
BuildableName = "NBKSignedKit"
BlueprintName = "NBKSignedKit"
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "NO"
Expand Down Expand Up @@ -107,9 +93,6 @@
<TestPlanReference
reference = "container:.swiftpm/NBKFlexibleWidthKit.xctestplan">
</TestPlanReference>
<TestPlanReference
reference = "container:.swiftpm/NBKSignedKit.xctestplan">
</TestPlanReference>
</TestPlans>
</TestAction>
<LaunchAction
Expand Down
22 changes: 1 addition & 21 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,14 @@ let package = Package(
.library(
name: "NBKFlexibleWidthKit",
targets: ["NBKFlexibleWidthKit"]),
//=--------------------------------------=
// NBK x Signed Kit
//=--------------------------------------=
.library(
name: "NBKSignedKit",
targets: ["NBKSignedKit"]),
],
targets: [
//=--------------------------------------=
// NBK
//=--------------------------------------=
.target(
name: "Numberick",
dependencies: ["NBKCoreKit", "NBKDoubleWidthKit", "NBKFlexibleWidthKit", "NBKSignedKit"]),
dependencies: ["NBKCoreKit", "NBKDoubleWidthKit", "NBKFlexibleWidthKit"]),
//=--------------------------------------=
// NBK x Core Kit
//=--------------------------------------=
Expand Down Expand Up @@ -110,20 +104,6 @@ let package = Package(
.testTarget(
name: "NBKFlexibleWidthKitTests",
dependencies: ["NBKFlexibleWidthKit"]),
//=--------------------------------------=
// NBK x Signed Kit
//=--------------------------------------=
.target(
name: "NBKSignedKit",
dependencies: ["NBKCoreKit"]),

.testTarget(
name: "NBKSignedKitBenchmarks",
dependencies: ["NBKFlexibleWidthKit", "NBKSignedKit"]),

.testTarget(
name: "NBKSignedKitTests",
dependencies: ["NBKFlexibleWidthKit", "NBKSignedKit"]),
]
)

Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* [NBKCoreKit](#nbkcorekit)
* [NBKDoubleWidthKit](#nbkdoublewidthkit)
* [NBKFlexibleWidthKit](#nbkflexiblewidthkit)
* [NBKSignedKit](#nbksignedkit)
* [Installation](#installation)
* [Acknowledgements](#acknowledgements)

Expand Down Expand Up @@ -120,12 +119,6 @@ Int256(5) % Int(5), UInt256(5) % UInt(5)

👨‍💻🛠️🚧🧱🧱🏗️🧱🧱🚧⏳

<a name="nbksignedkit"/>

## [NBKSignedKit][FLX/D] ([Sources][SIG/S], [Tests][SIG/T], [Benchmarks][SIG/B])

👨‍💻🛠️🚧🧱🧱🏗️🧱🧱🚧⏳

<a name="installation"/>

## Installation
Expand Down Expand Up @@ -182,17 +175,14 @@ This project is inspired by [**Int128**][Apple/Int128] and [**DoubleWidth**][App
[COR/S]: Sources/NBKCoreKit
[DBL/S]: Sources/NBKDoubleWidthKit
[FLX/S]: Sources/NBKFlexibleWidthKit
[SIG/S]: Sources/NBKSignedKit

[COR/T]: Tests/NBKCoreKitTests
[DBL/T]: Tests/NBKDoubleWidthKitTests
[FLX/T]: Tests/NBKFlexibleWidthKitTests
[SIG/T]: Tests/NBKSignedKitTests

[COR/B]: Tests/NBKCoreKitBenchmarks
[DBL/B]: Tests/NBKDoubleWidthKitBenchmarks
[FLX/B]: Tests/NBKFlexibleWidthKitBenchmarks
[SIG/B]: Tests/NBKSignedKitBenchmarks

<!-- Links x Miscellaneous -->

Expand Down
4 changes: 2 additions & 2 deletions Sources/NBKFlexibleWidthKit/IntXLOrUIntXL.swift
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public protocol IntXLOrUIntXL: NBKBinaryInteger, ExpressibleByStringLiteral wher
/// ```
///
@inlinable func withUnsafeBufferPointer<T>(
_ body: (UnsafeBufferPointer<UInt>) throws -> T) rethrows -> T
_ body: (UnsafeBufferPointer<UInt>) throws -> T) rethrows -> T

/// Grants unsafe access to the mutable words of this instance.
///
Expand All @@ -169,7 +169,7 @@ public protocol IntXLOrUIntXL: NBKBinaryInteger, ExpressibleByStringLiteral wher
/// - Note: The words of this instance will be normalized after this operation.
///
@inlinable mutating func withUnsafeMutableBufferPointer<T>(
_ body: (inout UnsafeMutableBufferPointer<UInt>) throws -> T) rethrows -> T
_ body: (inout UnsafeMutableBufferPointer<UInt>) throws -> T) rethrows -> T

/// Creates a new instance with unsafe access to its uninitialized words.
///
Expand Down
Loading

0 comments on commit c878c35

Please sign in to comment.