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

Make true and false functions #505

Merged
merged 1 commit into from
Sep 21, 2024
Merged

Make true and false functions #505

merged 1 commit into from
Sep 21, 2024

Conversation

twizmwazin
Copy link
Member

@twizmwazin twizmwazin commented Sep 21, 2024

The rationale for this change is that this should make it easier to simplify the import machinery in claripy, because the true and false objects won't be created until after all of claripy is imported. Right now when making changes, we run into issues importing because things expect all the backends and such to exist when an AST is being created or handled.

angr/angr#4871
angr/angr-platforms#74

@twizmwazin twizmwazin merged commit d6dbcdb into master Sep 21, 2024
17 checks passed
@twizmwazin twizmwazin deleted the refactor/bool-funcs branch September 21, 2024 16:33
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.

1 participant