TextMate 1.0.2 writes stuff like this into my console whenever I close a document window:
2004-12-22 14:31:27.473 TextMate[590] Another workaround for GCC
Any comments on what that's about?
On Dec 22, 2004, at 14:33, Ryan Schmidt wrote:
2004-12-22 14:31:27.473 TextMate[590] Another workaround for GCC
Any comments on what that's about?
GCC generates bad code, in this case I was only able to solve it (without spending too much time on the issue) by adding an NSLog() to the function that results in the broken code.
But I got a little tired of the message myself a few days ago and spent some time making another workaround that doesn't involve NSLog().
Ryan Schmidt wrote:
TextMate 1.0.2 writes stuff like this into my console whenever I close a document window:
2004-12-22 14:31:27.473 TextMate[590] Another workaround for GCC
Any comments on what that's about?
See here: http://one.textdrive.com/pipermail/textmate/2004-October/000860.html
drew.