Commit Graph
181 Commits
Author SHA1 Message Date
Stephen Celis 7e93bd7b0b wip 2026-02-07 12:44:54 -08:00
Stephen Celis 4474243959 wip 2026-02-06 21:29:02 -08:00
Stephen Celis a245c3052e wip 2026-02-06 20:53:39 -08:00
Stephen Celis e2dd79b5ef wip 2026-02-06 20:37:23 -08:00
Stephen Celis bcbaf77c8a wip 2026-02-06 20:10:34 -08:00
Stephen Celis e524f4065a wip 2026-02-06 19:15:12 -08:00
Stephen Celis bac8509412 wip 2026-02-06 19:10:25 -08:00
Stephen Celis 08c964ab65 wip 2026-02-06 12:29:45 -08:00
Stephen Celis 8d041d8070 wip 2026-02-05 23:09:51 -08:00
Stephen Celis a9f903920c wip 2026-02-05 23:03:00 -08:00
Stephen Celis ac59165394 wip 2026-02-05 22:54:54 -08:00
Stephen Celis ce008d9d58 wip 2026-02-05 22:51:09 -08:00
Stephen Celis 852ce9ef67 wip 2026-02-05 22:31:22 -08:00
Stephen Celis d1f7b00d1f wip 2026-02-05 21:41:11 -08:00
Stephen Celis 41228a27a1 wip 2026-02-05 21:38:46 -08:00
Stephen Celis 794e5760c7 wip 2026-02-05 21:31:02 -08:00
Stephen Celis 66a69a30ef wip 2026-02-05 21:17:38 -08:00
Stephen Celis eb598ffaa0 wip 2026-02-05 20:25:20 -08:00
Stephen Celis 6bbfb2d26d wip 2026-02-05 18:07:13 -08:00
Stephen Celis cab562eb5a wip 2026-02-05 17:54:36 -08:00
Stephen Celis 9760ddd571 nested custom dump 2026-02-05 17:43:07 -08:00
Stephen Celis 634aad4421 wip 2026-02-05 17:25:57 -08:00
Stephen Celis 8848746071 diff 2026-02-05 17:25:17 -08:00
Stephen Celis e46cfa955a wip 2026-02-05 17:18:06 -08:00
Brandon Williams 91b3f8367c wip 2026-02-05 15:48:14 -06:00
Stephen Celis f53fbbe1e1 wip 2026-02-05 12:50:00 -08:00
Stephen Celis fbe725a311 wip 2026-02-04 11:12:55 -08:00
Stephen Celis d709db8bb0 wip 2026-02-04 11:01:45 -08:00
Brandon Williams b12caa4d38 add some more tests 2026-02-03 19:13:31 -06:00
Stephen Celis 4a18e9980d wip 2026-02-03 15:11:41 -08:00
Stephen Celis f24c563e02 wip 2026-02-03 14:50:20 -08:00
Stephen Celis 7788b37d9b wip 2026-02-03 14:39:35 -08:00
Stephen Celis 740a8eb9da wip 2026-02-03 14:21:29 -08:00
Stephen Celis b2c39297e5 wip 2026-02-03 14:12:37 -08:00
Stephen Celis be26793230 wip 2026-02-03 13:51:14 -08:00
Stephen Celis 1c87ffd51a wip 2026-02-03 13:34:06 -08:00
Stephen Celis 77cb211dfe wip 2026-02-03 13:32:30 -08:00
Stephen Celis 14b6d03dac wip 2026-02-03 13:30:17 -08:00
Stephen Celis 9092d28122 wip 2026-02-03 13:19:49 -08:00
Stephen Celis 3c15303338 wip 2026-02-03 12:18:15 -08:00
Brandon Williams aa86c6a697 CustomDump macro 2026-02-03 12:44:07 -06:00
Brandon Williams e0ac4faac8 DiffableState for asserting against reference types. 2026-02-01 13:32:18 -06:00
stephencelis 2a2a938798 Run swift-format 1.4.1 2026-01-29 18:35:59 +00:00
5a13afda96 Fix UISplitViewController.Column.inspector availability (#151)
* Fix UISplitViewController.Column.inspector availability

The .inspector case is only available on iOS 17+, but the extension
was declared as available from iOS 14.0. This caused compilation
errors on older SDK versions.

Added #if compiler(>=5.9) guard to conditionally compile the
.inspector case only when building with Xcode 15+ (iOS 17 SDK).

* Update Sources/CustomDump/Conformances/UIKit.swift

Co-authored-by: Brian Keane <lonesomewhistle@gmail.com>

---------

Co-authored-by: Brandon Williams <135203+mbrandonw@users.noreply.github.com>
Co-authored-by: Brian Keane <lonesomewhistle@gmail.com>
2026-01-29 10:35:43 -08:00
Lennard Sprong 91be35a71a Support enums in UISplitViewController (#147)
* Support enums in `UISplitViewController`

* Add conditional compilation for Xcode 26

* Fix availability for UISplitViewController.BackgroundStyle
1.4.0
2026-01-19 09:19:24 -08:00
Stephen Celis 4b06621f13 Fail when expectDifference doesn't actually make a change (#149)
* Fail when `expectDifference` doesn't actually make a change

This makes it more in line with TCA's test store.

* CI

* wip

* wip

* wip
2026-01-16 14:14:33 -08:00
stephencelis ef14a56817 Run swift-format 2026-01-14 20:31:32 +00:00
5c01e770a9 Support UTType from UniformTypeIdentifiers (#144)
* Support `UniformTypeIdentifiers`

* Update Sources/CustomDump/Conformances/UniformTypeIdentifiers.swift

Co-authored-by: Stephen Celis <stephen.celis@gmail.com>

* Update UniformTypeIdentifiersTests to use UTType

---------

Co-authored-by: Stephen Celis <stephen.celis@gmail.com>
Co-authored-by: Stephen Celis <stephen@stephencelis.com>
2026-01-14 12:31:05 -08:00
Stephen CelisandBrandon Williams 93a8aa4937 Swift 6.2: Make expectDifference nonisolated(nonsending) (#145)
* Relax sendability in expectDifference.

* nonisolated(nonsending)

* fix

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* remove android ci

---------

Co-authored-by: Brandon Williams <mbrandonw@hey.com>
1.3.4
2026-01-13 15:27:26 -08:00
stephencelis d9dd49cbe2 Run swift-format 2025-11-14 21:22:15 +00:00