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

Upgrade to Scala 3.3.1 #197

Merged
merged 6 commits into from
Dec 6, 2023
Merged

Conversation

sankalpgambhir
Copy link
Member

As filed in CHANGES.md:

Upgrade to Scala 3.3.1

  • the Proof class has been temporarily unsealed, till dotty #19031 / lisa Unsealed Proof class #190 is fixed (not linked here to avoid spamming everyone on those issues)
  • minor fixes to address compilation errors, mostly involving explicitly specifying types or implicits in some places.

@sankalpgambhir
Copy link
Member Author

sankalpgambhir commented Dec 6, 2023

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
Copy link
Member Author

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

@sankalpgambhir sankalpgambhir merged commit 32d5be7 into epfl-lara:main Dec 6, 2023
1 check passed
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.

2 participants