Skip to content

Commit 8010926

Browse files
committed
Various
- Overhaul Failure types to concrete CoreDataRepositoryError - Cleanup various internal code for less possible error branches and readability - Fix lots of wrong doc comments - Fix sporadic test failures
1 parent d38fd14 commit 8010926

26 files changed

Lines changed: 563 additions & 654 deletions

.swiftpm/xcode/xcshareddata/xcschemes/CoreDataRepository.xcscheme

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@
7474
</EnvironmentVariables>
7575
<Testables>
7676
<TestableReference
77-
skipped = "NO">
77+
skipped = "NO"
78+
parallelizable = "YES"
79+
testExecutionOrdering = "random">
7880
<BuildableReference
7981
BuildableIdentifier = "primary"
8082
BlueprintIdentifier = "CoreDataRepositoryTests"

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/CoreDataRepository/AggregateRepositoryFailure.swift

Lines changed: 0 additions & 94 deletions
This file was deleted.

Sources/CoreDataRepository/BatchRepositoryFailure.swift

Lines changed: 0 additions & 90 deletions
This file was deleted.

Sources/CoreDataRepository/CRUDRepositoryFailure.swift

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)