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

fix: Regenerate system module in DafnyRuntimeGo-gomod, add missing CI check #5965

Merged

Conversation

robin-aws
Copy link
Member

@robin-aws robin-aws commented Dec 4, 2024

Description

When we split off the separate DafnyRuntimeGo-gomod copy of the Go runtime, we neglected to duplicate the CI mechanism we have in each runtime that ensures the generated System module matches what Dafny is currently generating. As a result this copy was missing the CompanionStruct_Nat_.Is_ function Dafny now generates for subset types like nat.

How has this been tested?

Updated runtime-tests.yml.

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

@robin-aws robin-aws changed the title Missing CI check, update runtime fix: Regenerate system module in DafnyRuntimeGo-gomod, add missing CI check Dec 5, 2024
@robin-aws robin-aws marked this pull request as ready for review December 5, 2024 18:38
@robin-aws robin-aws enabled auto-merge (squash) December 5, 2024 18:41
@robin-aws robin-aws merged commit 32c3e36 into dafny-lang:master Dec 5, 2024
22 checks passed
@robin-aws robin-aws deleted the fix-ci-on-gomod-runtime-and-update branch December 5, 2024 22:13
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