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
One of the Dafny settings in the IDE is called "Compiler Args". I think the "Args" is an unnecessary abbreviation that is better spelled out as "Arguments".
Also, it says compiler arguments. The explanatory text also mentions the compiler, but it could be nice if the message would say something along the lines of "These arguments are used when you ask to compile your code. These settings are not used by the background verifier." For example, I wasn't sure if perhaps "compiler" referred to the entire tool, so I had tried to use /functionSyntax:4. I then discovered this does not work. But then it would be nice to know if or how I could add options to the verifier. Even saying "(Sorry, there's no way to give arbitrary options to the verifier.)" would be nice, I think.
The text was updated successfully, but these errors were encountered:
For the second part, we split the arguments into two, one for running and one for the background verifier. That means you can have --function-syntax:4 for both now !
For the first part, although I agree it would be an improvement, renaming the option would be disrupting for users who were already relying on it. But perhaps it's fine. If @keyboardDrummer agrees with the renaming, then I can perform it.
I just looked at this again. I no longer see the "Compiler Args", but I see
Dafny: Language Server Launch Args
Dafny: Run Args
It would be nice to expand "Args" in both of these cases. In fact, more text would be help, along the lines of "Arguments pass to Dafny when running the program".
One of the Dafny settings in the IDE is called "Compiler Args". I think the "Args" is an unnecessary abbreviation that is better spelled out as "Arguments".
Also, it says compiler arguments. The explanatory text also mentions the compiler, but it could be nice if the message would say something along the lines of "These arguments are used when you ask to compile your code. These settings are not used by the background verifier." For example, I wasn't sure if perhaps "compiler" referred to the entire tool, so I had tried to use
/functionSyntax:4
. I then discovered this does not work. But then it would be nice to know if or how I could add options to the verifier. Even saying "(Sorry, there's no way to give arbitrary options to the verifier.)" would be nice, I think.The text was updated successfully, but these errors were encountered: