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
Currently, running Souffle with a datalog specification that contains no output relations exits silently with no explanation or output. We should be at least generating a message along the lines of "No output relations found to generate".
Further confusing for users is the fact that turning debug on (with -d) unexpectedly changes the default behaviour and generates output for all relations; this is a change to behaviour that should probably be on its own flag.
Currently, running Souffle with a datalog specification that contains no output relations exits silently with no explanation or output. We should be at least generating a message along the lines of "No output relations found to generate".
Further confusing for users is the fact that turning debug on (with -d) unexpectedly changes the default behaviour and generates output for all relations; this is a change to behaviour that should probably be on its own flag.