Tags: coderflower/swift-composable-architecture
Tags
Check main thread via Thread.isMainThread (pointfreeco#823) * Check main thread via Thread.isMainThread * wip * wip
Fix macOS <11 builds with Xcode 13 RC (pointfreeco#797) * Fix macOS <11 builds with Xcode 13 RC Fixes pointfreeco#796. * wip * Update Tests/ComposableArchitectureTests/ViewStoreTests.swift Co-authored-by: Brandon Williams <135203+mbrandonw@users.noreply.github.com> Co-authored-by: Brandon Williams <135203+mbrandonw@users.noreply.github.com>
Conform BindableState to CustomDebugStringConvertible (pointfreeco#777) This ensures that bindable state properties are displayed in a useful way when using `.dump` snapshot tests on your app state.
Use proportional diffing for TestStore failures (pointfreeco#742) * Use proportional diffing for TestStore failures * wip * wip
Use Custom Dump (pointfreeco#736) * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix * wip * wip * Model Tic-Tac-Toe board using proper type * wip * wip * wip * wip Co-authored-by: Brandon Williams <mbrandonw@hey.com>
Buffered Actions Failing Test (pointfreeco#662) * Adds a failing test demonstrating pointfreeco#661 * Don't write to state till `isSending` is false * Update StoreTests.swift * Update StoreTests.swift Co-authored-by: Stephen Celis <stephen@stephencelis.com> Co-authored-by: Stephen Celis <stephen.celis@gmail.com>
PreviousNext