8000 spaces in paths in solver_command don't work · Issue #475 · a16z/halmos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

spaces in paths in solver_command don't work #475

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

Open
0xkarmacoma opened this issue Mar 12, 2025 · 1 comment
Open

spaces in paths in solver_command don't work #475

0xkarmacoma opened this issue Mar 12, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@0xkarmacoma
Copy link
Collaborator

e.g. /Users/karma/Library/Application Support/uv/tools/halmos/bin/z3

results in FileNotFoundError: [Errno 2] No such file or directory: '/Users/karma/Library/Application'

because of the unsafe solver_command.split() call.

Implementing --solver would work around this

@0xkarmacoma 0xkarmacoma added the bug Something isn't working label Mar 12, 2025
@0xkarmacoma
Copy link
Collaborator Author

see #469

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant
0