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

Check for mistyped options when using dafny run #5120

Merged

Conversation

keyboardDrummer
Copy link
Member

@keyboardDrummer keyboardDrummer commented Feb 23, 2024

Fixes #5097

Description

  • Add a warning to dafny run when users are likely to accidentally have mistyped an option name
  • Enable using &> and &>> in littish tests
  • Fix bug in CombinedWriter

How has this been tested?

  • Added a littish test runArgument.dfy

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

MikaelMayer
MikaelMayer previously approved these changes Feb 23, 2024
Copy link
Member

@MikaelMayer MikaelMayer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great! I'm grateful! 🙌🎉🤝🌟👏🚀😊🙏🏆🌈

MikaelMayer
MikaelMayer previously approved these changes Feb 26, 2024
@keyboardDrummer keyboardDrummer merged commit 99ad60a into dafny-lang:master Mar 20, 2024
20 checks passed
@keyboardDrummer keyboardDrummer deleted the addWarningToDafnyRun branch March 20, 2024 14:36
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

Successfully merging this pull request may close these issues.

dafny run file.dfy --include file.cs does not raise errors
3 participants