You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 withgithub.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.
The text was updated successfully, but these errors were encountered: