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

Enable passing project files to 'dafny run' #4629

Merged
merged 4 commits into from
Oct 11, 2023

Conversation

keyboardDrummer
Copy link
Member

Fixes #4622

Description

  • Enable passing project files to 'dafny run'
  • Add a hidden --build option to configure where intermediate build files are placed when using dafny run

How has this been tested?

Added a littish test

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

stefan-aws
stefan-aws previously approved these changes Oct 10, 2023
@keyboardDrummer keyboardDrummer merged commit 9f4dd59 into dafny-lang:master Oct 11, 2023
18 checks passed
@keyboardDrummer keyboardDrummer deleted the runProjectFiles branch October 11, 2023 11:18
robin-aws pushed a commit to robin-aws/dafny that referenced this pull request Oct 11, 2023
Fixes dafny-lang#4622

### Description
- Enable passing project files to 'dafny run'
- Add a hidden `--build` option to configure where intermediate build
files are placed when using `dafny run`

### How has this been tested?
Added a littish test

<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT
license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
robin-aws pushed a commit to robin-aws/dafny that referenced this pull request Oct 13, 2023
Fixes dafny-lang#4622

### Description
- Enable passing project files to 'dafny run'
- Add a hidden `--build` option to configure where intermediate build
files are placed when using `dafny run`

### How has this been tested?
Added a littish test

<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT
license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
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 should support project files
2 participants