Coder Social home page Coder Social logo

Comments (5)

eplanet avatar eplanet commented on July 20, 2024

I can confirm that issue. However, I see no easy fix, since the version is extracted during make phase from this git command:

VERSION:=$(shell git describe --tags --abbrev=0)

Maybe we could add a default value for the VERSION, like "latest" ? @stapelberg what do you think ?

from i3status.

Airblader avatar Airblader commented on July 20, 2024

Maybe we could add a default value for the VERSION, like "latest" ?

But that'd just be a lie since release tarballs are far from "latest".

Any reason we can't use the same approach as for i3?

from i3status.

stapelberg avatar stapelberg commented on July 20, 2024

We should definitely use the i3 solution for i3status (and i3lock, FWIW) as well.

from i3status.

eplanet avatar eplanet commented on July 20, 2024

@Airblader, yeah well, you get the idea, "latest" was just an example…

i3 approach seems reasonable but implies to update LAST_VERSION root file for each pushed tag, it gets complicated just to handle this case.

from i3status.

Airblader avatar Airblader commented on July 20, 2024

yeah well, you get the idea, "latest" was just an example…

Even something like "unknown" (read: anything static) is bad because if the user reports a bug, there's no way of knowing which version they have installed.

i3 approach seems reasonable but implies to update LAST_VERSION root file for each pushed tag, it gets complicated just to handle this case.

We don't release often, i3status even much more rarely than i3, so I don't see an issue with that. For i3 this is even scripted.

from i3status.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.