Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
58ea472
Fixed some linker errors caused by WAL absence on Linux.
Oct 2, 2025
64b8751
Import Foundation for CGFloat on non-Darwin platforms
Oct 2, 2025
91e532c
Removed the `#if !os(Linux)` compiler directive in the `Decimal` exte…
Oct 2, 2025
549117c
Removed #if !os(Linux) in NSString.swift, NSData.swift and Date.swift.
Oct 2, 2025
a2c0b93
Fixed fromDatabaseValue build under non-Darwin platforms
Oct 2, 2025
711cf1a
Fixed databaseValue build for non-Darwin platforms.
Oct 2, 2025
7d0c135
Fixed UUID fromDatabaseValue for non-Darwin platforms
Oct 2, 2025
9faf315
Fixed import in CGFloatTests.swift to work under non-Darwin platforms.
Oct 2, 2025
b85f409
Ignore FailureTestCase.swift entirely on non-Darwin platforms for now.
Oct 2, 2025
5d2ccb0
Ignore ValueObservationRecorderTests.swift on non-Darwin platforms.
Oct 2, 2025
2de0167
Fixed the unit tests in DatabasePoolConcurrencyTests.
Oct 2, 2025
e08fb0c
Fixed the tests in DatabaseQueueTests.swift
Oct 2, 2025
1b5769b
Fixed DatabaseSnapshotTests on non-darwin platforms
Oct 2, 2025
07dace4
Some tests depend on Combine which is not available on non-Darwin pla…
Oct 2, 2025
4a77319
Fixed compiler directive in several files.
Oct 2, 2025
8f291e9
Fixed it now correctly ;)
Oct 2, 2025
f2332ef
It should be canImport(Darwin) not os(Darwin)
Oct 2, 2025
0015f19
Should be canImport(Darwin) not !canImport(Darwin)
Oct 2, 2025
2f9c99e
Replace canImport(Darwin) to !os(Linux) in compiler directive for WAL…
Oct 3, 2025
0e55b51
Conditionally compile test case for WAL as well on Linux
Oct 3, 2025
35e3841
Use #if !canImport(Combine) per test case (as done by @marcprux) and …
Oct 3, 2025
9f6ff91
NSError bridging is not available, or doesn't work the same on non-Da…
Oct 3, 2025
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
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"python-envs.defaultEnvManager": "ms-python.python:pyenv",
"python-envs.pythonProjects": []
}
Loading