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
In the terminal output there's a dead module warning:
Warning Dead Module
File "./gobview/src/state/gvMessages.ml", line 1, characters 0-0
+gvMessages is a dead module as all its items are dead.
Warning Dead Value
File "./gobview/src/state/gvMessages.ml", lines 22-28, characters 0-18
+filter_by_line is never used
<-- line 22
List.filter pred [@@dead "+filter_by_line"]
Although the only value filter_by_line is indeed dead, it also contains a type t and module Message which are not. Therefore the GvMessages module should not be considered dead overall.
The text was updated successfully, but these errors were encountered:
Running reanalyze 389dd68 on Goblint goblint/analyzer@a544002 revealed the following.
In the terminal output there's a dead module warning:
Although the only value
filter_by_line
is indeed dead, it also contains atype t
andmodule Message
which are not. Therefore theGvMessages
module should not be considered dead overall.The text was updated successfully, but these errors were encountered: