Re: compilation.py feedback

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, how about using compilation.stderr.readline() to read line at a time a filter it directly?

That would be a problem since there are warnings that are more than one line long. The only way (only way I’m aware of, maybe there is still another way?) how to be 100% sure that all warnings will be filtered correctly is to get the whole output and filter it afterwards in one piece.

Have a nice day,

Petr

Would you like to post a relpy?


This post is a reply to:
Re: compilation.py feedback
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...)

Follow-ups:
Re: compilation.py feedback
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...)