Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

[Bug] Replacing Property to @Published failed due to segfault 11 #4

Closed
wants to merge 1 commit into from

Conversation

inamiy
Copy link
Owner

@inamiy inamiy commented Aug 9, 2019

(This is just bug demonstration, and won't be merged into master)

As of Xcode 11 beta 5, replacing Property to @Published failed due to segfault 11 for some reason.

@inamiy inamiy added the bug Something isn't working label Aug 9, 2019
@inamiy
Copy link
Owner Author

inamiy commented Oct 16, 2019

This is resolved by calling

self._state = Published(initialValue: initialState)

@inamiy inamiy closed this Oct 16, 2019
@inamiy inamiy deleted the bug/property-to-published-segfault branch October 16, 2019 04:15
inamiy added a commit that referenced this pull request Jan 25, 2021
Inject `urlSession` from `effectMapping` constructors
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant