arrow-kt / arrow-meta

Functional companion to Kotlin's Compiler
https://meta.arrow-kt.io
Apache License 2.0
395 stars 42 forks source link

Update 'java-smt' to 3.12 #1033

Closed serras closed 2 years ago

serras commented 2 years ago

Unfortunately, there's a bug in SMTInterpol in java-smt 3.12. This PR updates the dependency and adds works around the problem by catching the thrown exception and doing the right thing. This patch is forwards compatible, so even when they fix the bug the code can remain the same.

Closes #1027