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
ESBMC-AI should be able to process entire directories sequentially. By providing a path to a directory instead of a file, ESBMC-AI should iterate over the files in the entire directory. The output should be saved in the same file as the original file but with an .esbmc-ai.txt.
This will make experimenting with ESBMC-AI way easier and more streamlined.
Should the output be in the form of patches? Perhaps it is worth implementing .patch files. So for main.c, the patch file main.c.patch be created.
ESBMC-AI should be able to process entire directories sequentially. By providing a path to a directory instead of a file, ESBMC-AI should iterate over the files in the entire directory. The output should be saved in the same file as the original file but with an
.esbmc-ai.txt
.This will make experimenting with ESBMC-AI way easier and more streamlined.
Should the output be in the form of patches? Perhaps it is worth implementing
.patch
files. So formain.c
, the patch filemain.c.patch
be created.TODO
The text was updated successfully, but these errors were encountered: