Hi Petr,
Yes, I’ve been using it as a part of my development. But I’m ok with the variant that you’ve suggested (implementing the former scenario first) - I can then (more...)
Hi Peter,
I guess you rather intended to use it regularly as part of your own development, in which case filtering ONLY excluded warnings and related non-warning lines would be better. (more...)
Hi Petr,
Thanks for the comments!
I think that only warnings are printed, but errors are not (this will require just updating the isWarningRegexp regexp, or adding some other regexp that (more...)
Hi Paul,
Under at least SOME conditions, “make clean” appears to delete qmake-related files that it needs itself later on to complete its work.
I think that should not be the case. (more...)
Hi Peter,
I like the changes you've made! I've noticed two things, though:
I think that only warnings are printed, but errors are not (this will require just updating the isWarningRegexp regexp, (more...)
Hi Petr,
I was thinking, maybe we do not need to match subsequent lines! We could just as well filter the individual warnings. For example, the following two warnings be filtered (more...)
My Status:
In parallel, I have been trying to do my first builds (XP/MinGW/command line make) of the downloaded calitko-0.6.2 and a recent default bzr branch (as of this morning).
My Goals:
Learn (more...)
Hi Petr,
I did some work based on your latest revision. You could have a look at my calitko-petr-warnings branch.
I'm passing arguments.compilationCommand.split (' ') to doCompilation. Passing just the string doesn't (more...)
Hi Peter,
try please the latest version (calitko, 143) - it should be working now (there was a problem when large ammount of data was produced by the compilation process).
Btw, (more...)
Hi Petr,
I have no better luck with the warnings filtering script. It's quite weird because after I run the script as you have suggested the compilation runs for a while. (more...)