Aporia icon indicating copy to clipboard operation
Aporia copied to clipboard

compilation failure doesn't prevent program execution

Open krux02 opened this issue 8 years ago • 1 comments

If I can compile once correctly, but then the compilation fails because of a segmentation fault during compilation (can happen easily when complex macros are written), aporia ignores the fact that the compilation failed, and simply runs the old executable. This did trick me more than once, to think everything worked as suggested, when it totally didn't anymore. Now since I know that F5 is broken, I don't use it anymore. If you are still working on this ide, please fix this.

krux02 avatar Mar 07 '16 16:03 krux02

Hrm, I'm guessing this is either Linux or Windows-specific. I can't reproduce this on Mac OS X.

dom96 avatar Mar 26 '16 21:03 dom96