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

Move backend object files to be with their backends #510

Merged
merged 4 commits into from
Sep 23, 2024

Conversation

twizmwazin
Copy link
Member

@twizmwazin twizmwazin commented Sep 23, 2024

One of the points of confusion when learning or showing claripy to others is that the backend objects exist in the root namespace, and are therefore more visible than AST types. This change moves types for the concrete and vsa backends to be in modules with those types, thus making their relationship more clear and slightly hiding these internal types from users.

link: angr/angrop#120

@twizmwazin twizmwazin merged commit 0cf49e8 into master Sep 23, 2024
17 checks passed
@twizmwazin twizmwazin deleted the refactor/backend-objects-with-backends branch September 23, 2024 21:04
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