Skip to content
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

ambiguous version info #3

Closed
tomByrer opened this issue Jul 6, 2021 · 4 comments
Closed

ambiguous version info #3

tomByrer opened this issue Jul 6, 2021 · 4 comments

Comments

@tomByrer
Copy link

tomByrer commented Jul 6, 2021

version := 'whoami (V coreutils) 0.0.1'

Is the whoami v0.0.1? Or Vcoreutils?
I'd like to suggest 1 of the following; hopefully the first:

// whoami version
version := 'whoami 0.0.1 (V coreutils)'

// V coreutils
version := 'whoami (V coreutils 0.0.1)'

Thanks for starting on this project!

@VinWare
Copy link
Contributor

VinWare commented Jul 6, 2021

Going by GNU style, we should use the second one. It also makes sense since all the coreutils are bundled together

@tomByrer
Copy link
Author

tomByrer commented Jul 6, 2021

I'm used to JavaScript land, where if there are many modules in a meta repo each module has its own version, since they can be required individually. Perhaps you see this as only being distributed all together, I can see projects only using & requiring/repackaging a few commands....

@VinWare
Copy link
Contributor

VinWare commented Jul 7, 2021

True, but these are more user commands, so they would be packaged and used together. Even if they are used programmatically, they won't be downloaded/updated separately.

@JalonSolov
Copy link
Contributor

Solved by the common module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants