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

Fix: Support for Z3 solver path with spaces #2812

Merged
merged 3 commits into from
Sep 29, 2022

Conversation

MikaelMayer
Copy link
Member

Fixes dafny-lang/ide-vscode#272

There was a weird totally useless conversion from List<String> to String and vice-versa, that would split on spaces. I removed the conversion used only in this place and this works as expected.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

@MikaelMayer MikaelMayer enabled auto-merge (squash) September 29, 2022 18:07
@MikaelMayer MikaelMayer merged commit 3be67b1 into master Sep 29, 2022
@MikaelMayer MikaelMayer deleted the fix-vscode-272-solver-space branch September 29, 2022 19:49
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.

Verification issue
2 participants