Commit Graph

6 Commits

Author SHA1 Message Date
mbrandonw
96f47fbe85 Run swift-format 2022-04-08 16:57:56 +00:00
Brandon Williams
c8482eb61b Move DEBUG check to runtimeWarning function. (#1056)
* Move DEBUG check to runtimeWarning function.

* wip
2022-04-08 09:48:35 -07:00
Pat Brown
02ac00d4ed Add transparent attribute to runtimeWarning (#1024) 2022-03-15 20:18:17 -04:00
Stephen Celis
2828dc44f6 Runtime Warning Finesse (#1023) 2022-03-15 16:21:13 -04:00
mcfans
ba9c626ab1 Improved way to get SwiftUI image handle (#945)
* Improved way to get SwiftUI image handle

* Use #dsohandle instead of fatalerror

* Search /SwiftUI instead and use dyld image header pointer instead of convert it

Previous approch will crash on mac platform but ok with iOS simulator
2022-01-11 10:04:27 -05:00
Stephen Celis
313dd217dc Improving developer experience with runtime warnings (#943)
* Perform thread check only when store is created on main thread.

* clean up

* Update Sources/ComposableArchitecture/Store.swift

* clean up

* Update Sources/ComposableArchitecture/Store.swift

* clean up

* execute setSpecific only once.

* logic fix

* added a test

* typo

* wip

* wip

* wip

* clean up

* language

* wip

* note

* wip

* wip

* wip

* wip

* wip

* fix closing quote

* wip

* fix merge

* Deprecations

* Fix docs

* wip

Co-authored-by: Brandon Williams <mbrandonw@hey.com>
2022-01-03 10:55:13 -06:00