reallay the #! patch

This commit is contained in:
vrd
2025-06-23 11:02:01 +03:00
parent 7f3794e742
commit 59efef4b07
+4 -2
View File
@@ -312,8 +312,10 @@ bool preprocess_and_compare()
// Result of preprocessing as string
string new_pp = read_to_end(preprocessing.out);
if( !wait(preprocessing) ) // preprocessing failed
exit(1);
// TODO: decide what to do here, #! causes inevitavble non-fatal errors
// maybe warn that preproccessing failed
// if( !wait(preprocessing) ) // preprocessing failed
// exit(1);
if( fs::exists(preprocessed_file) ) // todo: clean up if else blocks
{