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

Improve output of --version #1367

Merged
merged 7 commits into from
Nov 17, 2022
Merged

Improve output of --version #1367

merged 7 commits into from
Nov 17, 2022

Conversation

hannobraun
Copy link
Owner

The old output:

fj-app 0.24.0 (6b839a708, unreleased)

And the new one:

fj-app 0.24.0 (development build; v0.24.0-77-g5b3882c05)

The new one carries more information about the Git commit (and its relation to the most recent tag), and I believe "development build" is a bit clearer than "unreleased".

Close #1357

I believe the new format is a bit more explicit and self-explanatory
than saying "unreleased".
It doesn't work reliably, and fixing that would require the `fj` build
script (and thus most of the other crate builds) to be re-run on *every*
change in the repository. Not worth it.
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

Successfully merging this pull request may close these issues.

-modified flag in version is not set correctly
1 participant