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

Yeet Z3 #2

Closed
fuzzypixelz opened this issue Mar 16, 2024 · 0 comments · Fixed by #1
Closed

Yeet Z3 #2

fuzzypixelz opened this issue Mar 16, 2024 · 0 comments · Fixed by #1
Labels
enhancement New feature or request
Milestone

Comments

@fuzzypixelz
Copy link
Owner

Version 0.1 of absolut depends on Z3 to solve for byte tables.

  1. When using the z3 crate (and by extension the z3-sys crate) the Z3 library will have to be system-installed (thus the user will need to fiddle with package managers) or vendored (resulting in long compile times) as a git submodule; neither option is ideal for a procedural macro.

  2. Aside from dependency management, using an SMT solver makes it quite hard to reason about failure to solve for a table.

@fuzzypixelz fuzzypixelz added this to the v0.2.0 milestone Mar 16, 2024
@fuzzypixelz fuzzypixelz added the enhancement New feature or request label Mar 16, 2024
@fuzzypixelz fuzzypixelz mentioned this issue Mar 16, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant