-
Notifications
You must be signed in to change notification settings - Fork 100
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
Naming of fpm.toml
#5
Comments
If we consider If I think of any better names than |
If I get it correctly in the Rust world libraries/packages are called crates, and the package manager called Cargo is responsible for shipping these crates? In line with the Rust naming, if you don't mind playing with some old Fortran terminology, crates would become decks (as in punched card decks), and the Fortran package manager would be a box/package/drawer/folder/cabinet/chest/case/dealer/dispenser/pile/loader/...?.... Unfortunately none of these words really ring. The From Wikipedia:
|
Thanks @ivan-pi for the ideas. I think a Rust package is simply called a crate, but even I am not 100% sure. For that reason I would recommend to simply call a package as a package, so that people know what that means. I agree, let's just use |
Should we close this now? We've implemented it as |
Yes, can be closed.
…On Wed, Apr 29, 2020, at 9:28 PM, Brad Richardson wrote:
Should we close this now? We've implemented it as `fpm.toml`.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAFAWEQACM33QVEE66CTT3RPDV5XANCNFSM4KGNRUOQ>.
|
Ok, closing. |
Naming of
fpm.toml
. Cargo namesCargo.toml
with capitalC
, and as explained in https://doc.rust-lang.org/cargo/faq.html#why-cargotoml, to "ensure that the manifest was grouped with other similar configuration files in directory listings. Sorting files often puts capital letters before lowercase letters, ensuring files likeMakefile
andCargo.toml
are placed together." If we want to do the same, the candidates areFpm.toml
andFPM.toml
. I thinkfpm.toml
looks better. But using a capital letter would make it similar toCMakeLists.txt
also. We might want to devise a different name or naming scheme. Any ideas?The text was updated successfully, but these errors were encountered: