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 dependencies in primus lisp plugin #941

Merged
merged 1 commit into from
Apr 2, 2019

Conversation

gitoleg
Copy link
Contributor

@gitoleg gitoleg commented Apr 2, 2019

Previously, generating primus lisp documentation could fail without any error, log messages, etc.:

$ bap /bin/true --primus-lisp-documentation | wc -l 
$ 0

The reason was in the order in which passes applied to a program. This PR fixes this bug by adding a dependency from api.

$ bap /bin/true --primus-lisp-documentation | wc -l 
$ 488

@gitoleg gitoleg merged commit 7268622 into BinaryAnalysisPlatform:master Apr 2, 2019
@gitoleg gitoleg deleted the fixes-lisp-doc branch May 13, 2020 21:09
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.

2 participants