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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Enhancements
Added a check allowing to verify that @trusted is not applied to a whole scope. Making this can be dangerous because one can forget to check manually if new functions added to the scope are trustworthy. (#545, #425)
Under Windows, the --defaultConfig now generates the ini file in the user local appdata directory. The location is also used to detect the default configuration used when the no config file is passed as argument, which didn't work previously. (#268)
Bug fixed
False negative for missing parameter in Params. (#586)
Gags the unhelpful stack trace that was output when the arguments are not recognized. (#195)
Files with an unsupported encoding were read as UTF-8. Now unsupported encodings (everything but UTF-8 with or without BOM) triggers an error. (#278)