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
{{ message }}
This repository was archived by the owner on Dec 20, 2017. It is now read-only.
I guess these lines are aimed to remove the (wrongly) compiled results. However, if the input file's suffix is not ".cpp", the $exe variable would be name of the file itself, and wrongly remove the file. I think it would be better to add a file type check step before these operations.
In the
souffle-compilescript file, line 40-48, i,e,I guess these lines are aimed to remove the (wrongly) compiled results. However, if the input file's suffix is not ".cpp", the $exe variable would be name of the file itself, and wrongly remove the file. I think it would be better to add a file type check step before these operations.