-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
rust pkg should follow freedesktop base directory specification under appropriate platforms #6425
Comments
it would go in |
I assume you mean I'm pretty sure other tools ignore this guideline and use directories directly under |
I'm going to disagree here. The directory is only created under the current directory when working in a workspace, it's no different to |
In incoming, rustpkg no longer creates a |
BTW, https://github.com/mozilla/rust/blob/master/doc/rustpkg.md describes the expected directory structure for a workspace. |
Closes rust-lang#6425 Looks for ends_with methods calls with case sensitive extensions.
…sions, r=llogiq Case sensitive file extensions Closes rust-lang#6425 Looks for ends_with methods calls with case sensitive extension comparisons. changelog: Add new lint that warns about case-sensitive file extension comparisons.
Currently rust pkg creates a dot directory in the home directory under certain platforms. This really bothers me, and I think it'd be nice if once of the options listed under here were followed instead http://freedesktop.org/wiki/Specifications/basedir-spec
I'm really not sure which option listed there is best but I feel any of them would be better than the current approach.
The text was updated successfully, but these errors were encountered: