You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we wait until the very end to do any output, which is a shame if it found something already but then crashes or something. We should output patches to the output folder when they are found, to have some record at least.
The text was updated successfully, but these errors were encountered:
True, but if I see a "1 success" now and stop_on_results is false, it keeps going. If I then do Ctrl-C, there's no way for me to see what that fix was 😢
May we put a delegate to pretty print in Utils and put it in all search algorithms?
So like printIntermediate :: Efix -> IO () in Endemic.Search.Util that is then called downstream?
Right now we wait until the very end to do any output, which is a shame if it found something already but then crashes or something. We should output patches to the output folder when they are found, to have some record at least.
The text was updated successfully, but these errors were encountered: