[swift-dev] RxSwiftCommunity: Question about structs

2017-10-17 Thread Thibault Wittemberg via swift-dev
Hi everyone, I am a member of the RxSwiftCommunity, and I am facing an issue on a PR that I've made (https://github.com/RxSwiftCommunity/NSObject-Rx/pull/49). The big picture is: I have a protocol that declares a computed var (get set) with a default implementation that uses the "objc_setAssoc

[swift-dev] Question: memory management on Stack with Structs ?

2017-10-18 Thread Thibault Wittemberg via swift-dev
Hi everyone, I am a member of the RxSwiftCommunity, and I am facing an issue on a PR that I've made (https://github.com/RxSwiftCommunity/NSObject-Rx/pull/49 ). The big picture is: I have a protocol that declares a computed var (get set) w