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
There's some weirdness with the options and code for warnings:
Goblintutil.may_narrow is only used to decide whether warnings/post-processing should be done and misused for it in the case of dbg.earlywarn (solver runs with may_narrow = false).
There's some weirdness with the options and code for warnings:
Goblintutil.may_narrow
is only used to decide whether warnings/post-processing should be done and misused for it in the case ofdbg.earlywarn
(solver runs withmay_narrow = false
).analyzer/src/util/goblintutil.ml
Lines 61 to 63 in adeb01f
analyzer/src/framework/control.ml
Lines 342 to 344 in adeb01f
--enable noverify
there are no warnings. This should be decoupled.--enable noverify
is weird (we have someno-...
options for contexts, but those are actively changing something instead of not doing something).The text was updated successfully, but these errors were encountered: