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

Don't pass --standard-libraries in translateDafnyToJava #11

Open
robin-aws opened this issue Dec 6, 2024 · 0 comments · May be fixed by dafny-lang/dafny#5981 or #14
Open

Don't pass --standard-libraries in translateDafnyToJava #11

robin-aws opened this issue Dec 6, 2024 · 0 comments · May be fixed by dafny-lang/dafny#5981 or #14
Assignees

Comments

@robin-aws
Copy link
Member

This option needs special handling: the standard libraries code ends up included in the .doo file (a build artifact containing verified Dafny code) produced by verifyDafny, so trying to add it again when translating produces conflicts:

DafnyStandardLibraries.dfy(6140,23): Error: Duplicate module name: Array
@robin-aws robin-aws self-assigned this Dec 10, 2024
@robin-aws robin-aws linked a pull request Dec 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant