epfl-lara / lisa

Proof assistant based on first-order logic and set theory
Apache License 2.0
33 stars 18 forks source link

Upgrade to Scala 3.3.1 #197

Closed sankalpgambhir closed 10 months ago

sankalpgambhir commented 10 months ago

As filed in CHANGES.md:

Upgrade to Scala 3.3.1

sankalpgambhir commented 10 months ago

Oh also fixes #188 probably as I was playing with that for my exam question. This is done somewhat shadily with a merge strategy that discards duplicates whose source I am unsure of.

sankalpgambhir commented 10 months ago

PS: I did attempt to add @unchecked to the relevant pattern match isntead of unsealing, but that leads to the same compiler crash.