naoty / Timepiece

Intuitive date handling in Swift
MIT License
2.63k stars 147 forks source link

Swift 2.0 branch: Use of unowned self in Duration.swift causes seg fault #27

Closed rmzr7 closed 9 years ago

naoty commented 9 years ago

@remzr7 Thank you for reporting. Do you think that [weak self] should be used instead of [unowned self]? If so, would you tell me the reason?