From 59efef4b072a0f15288f6b89de77eb14adf98d98 Mon Sep 17 00:00:00 2001 From: Venelin Date: Mon, 23 Jun 2025 11:02:01 +0300 Subject: [PATCH] reallay the #! patch --- src/cppipe.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/cppipe.cpp b/src/cppipe.cpp index dbe32d3..af595fc 100644 --- a/src/cppipe.cpp +++ b/src/cppipe.cpp @@ -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 {