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
The implementation uses an AST mapper. Looks like this is a let-op, which is handled by ast mappers as a new form of binding. So indeed that seems to be the issue.
Also, several versions of typed AST are supported, from 4.06 to latest, so this would need to be injected a bit carefully using the tricks from the Compatibility module.
Running reanalyze 389dd68 on Goblint goblint/analyzer@a544002 revealed the following.
In a file we have this binding operator definition:
This is marked dead even though the operator is used later in the file. I'm guessing reanalyze just doesn't handle this newer syntactic structure.
The text was updated successfully, but these errors were encountered: