You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
robin-aws opened this issue
Sep 9, 2022
· 0 comments
· Fixed by #3331
Assignees
Labels
crashDafny crashes on this input, or generates malformed code that can not be executedkind: bugCrashes, unsoundness, incorrect output, etc. If possible, add a `part:` labelpart: CLIinteracting with Dafny on the command line
dafny foobar.dfy gives you a relatively clean Unable to open included file error, but dafny foobar.dll leads to a FileNotFoundException (because it tries to extract the DafnySourceAttribute text if it exists, without handling this case).
methodTest() {}
The text was updated successfully, but these errors were encountered:
robin-aws
added
kind: bug
Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
crash
Dafny crashes on this input, or generates malformed code that can not be executed
part: CLI
interacting with Dafny on the command line
labels
Sep 9, 2022
crashDafny crashes on this input, or generates malformed code that can not be executedkind: bugCrashes, unsoundness, incorrect output, etc. If possible, add a `part:` labelpart: CLIinteracting with Dafny on the command line
dafny foobar.dfy
gives you a relatively cleanUnable to open included file
error, butdafny foobar.dll
leads to aFileNotFoundException
(because it tries to extract theDafnySourceAttribute
text if it exists, without handling this case).The text was updated successfully, but these errors were encountered: