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

Dafny Go Compiler emits code compatible with v0/v1, but this library has no v0/v1 #2

Closed
ShubhamChaturvedi7 opened this issue Aug 26, 2024 · 1 comment

Comments

@ShubhamChaturvedi7
Copy link

Dafny-Go Compiler emits code compatible with v0/v1 github.com/dafny-lang/DafnyRuntimeGo such as _System "github.com/dafny-lang/DafnyRuntimeGo/System_" but this repo has an empty v0/v1 causing the go mod to fail with github.com/dafny-lang/DafnyRuntimeGo/dafny: module github.com/dafny-lang/DafnyRuntimeGo@latest found (v0.0.0-20240628230142-ef4bf9d673db), but does not contain package github.com/dafny-lang/DafnyRuntimeGo/dafny

And v4 is not usable due to #1 .

This renders this whole library unusable and any go mod compatible code emitted by Dafny-Go compiler will fail to compile.

@robin-aws
Copy link
Member

Fixed by dafny-lang/dafny#5826

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

No branches or pull requests

6 participants
@ShubhamChaturvedi7 @robin-aws and others