Hello Fritz, thanks for the feedback. >> qx.lang.Function >> Here, we move / remove the following functions: >> bind: will be available on every function as polyfill > > bind() I use a lot to get the right context to callback handlers: > > rpc.callAsync( qx.lang.Function.bind(this.__myHandler, this), ... > > It would be nice if this could be updated by the migration job of the > generator.
I plan to add migration steps for all possible deprecations. bind is sure one of the important once and in that case, it might be easy to do. If someone uses an inline function, that might be a problem but I will try to add a migration step for that as well. > Apart from that I think I would not be affected by the suggested changes and > I am always supportive of "cleaning up" (less code, less APIs, etc). Thanks. :) Martin ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
