scan for cvc5 before cvc4 + generate the error msg for missing smt#2513
Conversation
ulysses4ever
left a comment
There was a problem hiding this comment.
Thanks for looking into it!
Looking at this PR and related code, I realized that CVC5 support was added just few months ago. My project currently uses a stable release of liquidhaskell (0.9.10.1), so I haven't had a chance to test this feature, and my attempts were doomed to fail... Maybe this is also why you couldn't reproduce it.
|
Hello @clayrat, should this be merged? Would you like to address any of the review comments in advance? |
|
I tried the |
|
I think I'll change the error to be generated from the lookup order list; that way, we'll have a single source of truth. |
|
@facundominguez Should be ready. |
Arguably, Filtering one specific value out of a list would still be a more robust solution than the status quo, even if not very elegant. |
If you want to pursue this in another PR, I think it would be a nice improvement. |
This is potentially related to the problem that @ulysses4ever described in #1391, although I couldn't reproduce it.