Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes the callgraph formation procedure in Primus Lisp typechecker #1251

Merged

Conversation

ivg
Copy link
Member

@ivg ivg commented Dec 1, 2020

The call graph wasn't correctly closed and there were unreachable
components. That resulted in missing type errors as the typing
information from some nodes never reached the exit node.

Fixes #1223

The call graph wasn't correctly closed and there were unreachable
components. That resulted in missing type errors as the typing
information from some nodes never reached the exit node.

Fixes BinaryAnalysisPlatform#1223
@ivg ivg force-pushed the fixes-lisp-type-checker-callgraph branch from 0b2b50f to ac569b6 Compare December 2, 2020 00:29
@ivg ivg merged commit 4b26c04 into BinaryAnalysisPlatform:master Dec 2, 2020
@ivg ivg deleted the fixes-lisp-type-checker-callgraph branch March 9, 2022 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

the lisp typechecker is missing type errors
1 participant