From: Clifford Y. <cli...@gm...> - 2012-09-27 19:47:46
|
On Thu, Sep 27, 2012 at 2:42 PM, Torsten Berg <re...@ma...> wrote: > What is the feeling in the Tcl community? Should we keep using deprecated methods until > Apple removes them or should we actively try to maintain the code and update these > methods when such issues are emerging? Personally my opinion would be to start working on removing deprecated calls as soon as they are deprecated (or if not removing them, conditionalizing them to be used only on earlier releases where that's the only option) - there could be non-trivial issues to figure out and that way Tcl/Tk doesn't get caught with an unsupported Mac OSX release. CY |