Skip to content

Issues: dafny-lang/dafny

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

constant assignment fails in Rust kind: bug Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
#5833 opened Oct 15, 2024 by MikaelMayer
bitvector rotation operations sometimes reported nonexisting by incremental resolver kind: bug Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
#5830 opened Oct 12, 2024 by erniecohen
newtype based on bv64 crashes resolver kind: bug Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
#5829 opened Oct 12, 2024 by erniecohen
missing bitvector operators part: documentation Dafny's reference manual, tutorial, and other materials
#5828 opened Oct 12, 2024 by erniecohen
Feature/Bug: Ensures clauses of bodiless functions should have reads checks difficulty: good-first-issue Good first issues part: verifier Translation from Dafny to Boogie (translator)
#5822 opened Oct 9, 2024 by MikaelMayer
Incorrect warning about trait method with no body from dafny audit kind: bug Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
#5821 opened Oct 9, 2024 by atomb
When Dafny verification runs out of time or tick resources, automatically rerun verification with {:isolate_assertions} kind: enhancement Enhancements, feature requests, etc. These are NOT bugs, but ways we can improve Dafny misc: brittleness When Dafny sometimes proves something, and sometimes doesn't part: verifier Translation from Dafny to Boogie (translator)
#5819 opened Oct 9, 2024 by keyboardDrummer
Introduce an {:isolate_branches} attribute that can be used at the method level kind: enhancement Enhancements, feature requests, etc. These are NOT bugs, but ways we can improve Dafny misc: brittleness When Dafny sometimes proves something, and sometimes doesn't priority: not yet Will reconsider working on this when we're looking for work
#5817 opened Oct 9, 2024 by keyboardDrummer
CLI tries to verify unmodified methods of refined types kind: bug Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
#5810 opened Oct 7, 2024 by erniecohen
No Counterexample states generated when using the attribute {:isolate_assertions} kind: bug Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label misc: brittleness When Dafny sometimes proves something, and sometimes doesn't part: verifier Translation from Dafny to Boogie (translator) priority: next Will consider working on this after in progress work is done
#5806 opened Oct 3, 2024 by TomSMaier
Resource Limit hides subsequent assertion failures within a method kind: bug Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label misc: brittleness When Dafny sometimes proves something, and sometimes doesn't part: verifier Translation from Dafny to Boogie (translator) priority: next Will consider working on this after in progress work is done
#5805 opened Oct 3, 2024 by TomSMaier
Flaky test on Windows: OpeningDocumentWithTimeoutReportsTimeoutDiagnostic kind: language development speed Slows down development of Dafny the language, flaky tests
#5798 opened Sep 27, 2024 by MikaelMayer
At-attributes - new language feature kind: enhancement Enhancements, feature requests, etc. These are NOT bugs, but ways we can improve Dafny
#5795 opened Sep 26, 2024 by MikaelMayer
Dafny --no-verify doesn't speed up compilation of already verified programs kind: bug Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
#5794 opened Sep 25, 2024 by BeamRaceMuppet
Dafny IR does not generate modules in dependency order anymore kind: bug Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
#5788 opened Sep 22, 2024 by dnezam
INSTALL Wiki: Remove backtick around make z3-ubuntu, and update inconsistent instructions part: documentation Dafny's reference manual, tutorial, and other materials
#5787 opened Sep 21, 2024 by dnezam
Extern V2 for Java and Rust - design area: ffi The {:extern} attribute and otherwise interfacing with code in other languages kind: enhancement Enhancements, feature requests, etc. These are NOT bugs, but ways we can improve Dafny
#5784 opened Sep 20, 2024 by robin-aws
Timeout in verification of lemmaCal invovling real numbers kind: bug Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
#5768 opened Sep 13, 2024 by OlivierTOMATO
Rust compilation doesn't handle polymorphic static functions kind: bug Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label lang: rust Dafny's transpiler to Rust and its runtime
#5758 opened Sep 6, 2024 by erniecohen
Need to repeat function body to prove incompleteness Things that Dafny should be able to prove, but can't kind: bug Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
#5756 opened Sep 6, 2024 by txiang61
Clarification in Dafny tutorial part: documentation Dafny's reference manual, tutorial, and other materials
#5752 opened Sep 6, 2024 by RustanLeino
Matching pattern uses Unbox as outermost expression incompleteness Things that Dafny should be able to prove, but can't kind: bug Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label part: verifier Translation from Dafny to Boogie (translator)
#5751 opened Sep 5, 2024 by RustanLeino
C# backend not handling well module and datatype homonyms difficulty: good-first-issue Good first issues invalid translated code The compiler generates invalid code, making the the target language infrastructure crash kind: bug Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label lang: c# Dafny's C# transpiler and its runtime
#5746 opened Sep 4, 2024 by MikaelMayer
Depending on the assert position, the verifier freezes kind: bug Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
#5743 opened Sep 3, 2024 by henry-hz
ProTip! Exclude everything labeled bug with -label:bug.