Stephen Celis
|
c232a9f353
|
Swift 5.7 fixes (#1089)
* Fix Swift 5.7 warnings
* Fix Swift 5.7 threading issue
|
2022-05-12 13:07:37 -04:00 |
|
Stephen Celis
|
8260a1ab8d
|
Fix bindable deprecations (#815)
* Fix Bindable Deprecations
* More CI
* wip
* wip
* wip
* wip
|
2021-09-20 10:03:43 -04:00 |
|
Stephen Celis
|
c0c95c5bab
|
Deprecate dynamic member lookup on view stores in favor of ViewStore.binding (#810)
* wip
* wip
|
2021-09-17 12:33:38 -04:00 |
|
Stephen Celis
|
af88fe4c79
|
Safer, Conciser Bindings (#765)
* Better binding tools.
* make everything public
* deprecate
* update
* clean up
* wip
* dml
* wip
* wip
* Fix a redundant conformance constraint warning in ForEachStore (#738)
The warning was:
Sources/ComposableArchitecture/SwiftUI/ForEachStore.swift:141:28: warning: redundant conformance constraint 'EachContent' : 'View'
public init<EachContent: View>(
^
Sources/ComposableArchitecture/SwiftUI/ForEachStore.swift:146:16: note: conformance constraint 'EachContent' : 'View' implied here
EachContent: View,
^
I fixed the warning by removing the redundant constraint from the type
parameter.
* wip
* wip
* wip
* wip
* wip
* wip
* wip
Co-authored-by: Brandon Williams <mbrandonw@hey.com>
Co-authored-by: Adam Roben <aroben@apple.com>
|
2021-09-06 11:10:47 -04:00 |
|
mbrandonw
|
c24ea6e7ab
|
Run swift-format
|
2021-08-02 14:56:16 +00:00 |
|
Brandon Williams
|
8ae8a60770
|
@FocusState case study. (#690)
* @FocusState case study.
* compiler version
|
2021-08-02 10:49:59 -04:00 |
|