Skip to content

No labels!

There aren’t any labels for this repository quite yet.

part: formatter
part: formatter
Code formatter for Dafny source code
part:implicit-assertions
part:implicit-assertions
part: language definition
part: language definition
Relating to the Dafny language definition itself
part: language server
part: language server
Support for LSP in Dafny (server part; client is in ide-vscode repo)
part: parser
part: parser
First phase of Dafny's pipeline
part: prelude
part: prelude
Issues in Dafny's Boogie prelude
part: printer
part: printer
Pretty printer for Dafny's AST
part: resolver
part: resolver
Resolution and typechecking
part: runtime
part: runtime
Happens in Dafny's runtime (Add a `lang` tag if relevant)
part: standard libraries
part: standard libraries
Standard libraries packaged in the Dafny distribution
part: test generation
part: test generation
Relates to the dafny generate-tests command
part: tools
part: tools
Tools built on top of Dafny
part: verifier
part: verifier
Translation from Dafny to Boogie (translator)
part: z3
part: z3
Issue is in Z3
platform: macOS
platform: macOS
macOS-specific issues
platform: windows
platform: windows
Windows-specific issues
priority: assigned
priority: assigned
Priority left up the discretion of the assignee
priority: next
priority: next
Will consider working on this after in progress work is done
priority: not yet
priority: not yet
Will reconsider working on this when we're looking for work
priority: now
priority: now
Will work on this now
release-blocker
release-blocker
Must be resolved before the next release
ruby
ruby
Pull requests that update Ruby code
run-deep-tests
run-deep-tests
Tells CI to run all tests
run-integration-tests
run-integration-tests
Forces running the CI for integration tests even if the deep tests fail
skip-deep-tests
skip-deep-tests
status: designed
status: designed
Issues that have a complete story on how to implement this feature and why we want it
status: implemented
status: implemented
Candidate feature available for experimentation
status: needs-approval
status: needs-approval
Issue that needs approval from Dafny team members before moving to designed
status: needs-decision
status: needs-decision
The cause of this issue is clear; the team needs to decide whether we want to work on it
status: needs-expert
status: needs-expert
Needs review by an expert on this part of the code