-
Notifications
You must be signed in to change notification settings - Fork 326
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
*: unify version numbers #386
base: master
Are you sure you want to change the base?
Conversation
@@ -18,6 +18,10 @@ stdenv.mkDerivation rec { | |||
else ""} | |||
''; | |||
|
|||
postFixup = '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably be postInstall
and the current postInstall
should be postFixup
.
8bec962
to
5b8b1b6
Compare
Would be nice if the |
Sidenote: I think Unless one sees it as a flag to But this should probably be a larger discussion, since it applies to many other commands (namely, the conversion ones). |
I think |
Move away from semantic versioning, and simplify release process.
The rationale is that we get very little benefit by using SemVer, because backwards compatibility isn't really applicable to us: there is no state, and users just want to be on the latest. It could be argued we don't need versions, and could just use a commit hash instead. I think versions help by making it clear how far behind one is to latest.
NOTE: Only
seth
cause it's a draft, but the same would apply for other tools.The version number patching happening in Nix means this doesn't support make-based builds, /cc @rainbreak.