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

Update BigRational to be compatible with .NET 2.1 #2277

Merged
merged 4 commits into from
Jun 21, 2022

Conversation

atomb
Copy link
Member

@atomb atomb commented Jun 21, 2022

Fixes #2276

Existing tests should provide good evidence for the functional correctness of this fix. Testing for compatibility with .NET Standard 2.1 should exist, as well, but could arguably come as part of a separate PR that adds similar compatibility tests for the other runtime libraries.

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

seebees
seebees previously approved these changes Jun 21, 2022
Copy link

@seebees seebees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and this LGTM.
I would seek another +1,
maybe @fabiomadge could help us :)

@atomb
Copy link
Member Author

atomb commented Jun 21, 2022

I think we'll do a separate PR to thoroughly test minimum language version requirements for compiled code in all the supported target languages. See #1983.

@atomb atomb requested a review from fabiomadge June 21, 2022 19:32
@atomb atomb marked this pull request as ready for review June 21, 2022 19:32
@atomb atomb enabled auto-merge (squash) June 21, 2022 19:55
@atomb atomb merged commit 7a72c5f into dafny-lang:master Jun 21, 2022
@atomb atomb deleted the runtime-net21 branch January 4, 2024 17:26
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.

In Dafny 3.7 the Dafny runtime requires .NET 6
3 participants