From: Panayotis K. <pan...@pa...> - 2011-06-11 10:37:46
|
First, some results: 1) The optimization of not touching a file if it remains the same is working and you could check it for yourself, in the SVN version. 2) C backend (with iFireworks) works fine in the iOS 5 3) Xcode still freezes, when the number of errors are over 1000. And now some questions: 1) Let's take for example the files java_util_ArrayList.m/h . This class gets overridden in my code by another class. Will the contents of java_util_ArrayList.m/h change, depending on the overriding class? 2) Is it possible (since most of it is generated code), to write code (probably with some casting) which will silence these 999+ warnings? |