Giter VIP home page Giter VIP logo

Comments (10)

fo-fo avatar fo-fo commented on June 22, 2024 5

Would like to see this supported as well. Preferably it would also automatically re-run CMake if the repo changes from dirty to clean state and vice versa.

from cmake-modules.

Zeex avatar Zeex commented on June 22, 2024

Or is it because cmake is re-run only after a commit is done and that makes --dirty basically useless?

from cmake-modules.

rpavlik avatar rpavlik commented on June 22, 2024

Well, the script is set up to trigger a CMake re-run if a commit is done. Not sure about --dirty, haven't used it myself, though it does seem useful: is that a feature of only newer git versions? I could see changing the logic so that if we are just looking at head, we omit the commit and pass --dirty.

from cmake-modules.

LeSpocky avatar LeSpocky commented on June 22, 2024

No it's not new, I remember using git describe --tags --dirty for years.

from cmake-modules.

lp35 avatar lp35 commented on June 22, 2024

Hi, seems that this issue is still present. Maybe some more information here about this modification: https://stackoverflow.com/questions/16035240/why-is-git-describe-dirty-adding-a-dirty-suffix-when-describing-a-clean-ch

I'll try to fix this.

from cmake-modules.

Ecordonnier avatar Ecordonnier commented on June 22, 2024

The issue is still happening. If I prepare a patch just removing the hash from the call to git_describe would you merge it? I don't see a use-case for calling git-describe with anothe parameter than HEAD.

from cmake-modules.

Ecordonnier avatar Ecordonnier commented on June 22, 2024

Something like this works for my use-case:

0001-cmake-fix-git_describe-not-working-with-dirty.txt

Edit: this does NOT work. Removing the hash from the list of parameters has the side-effect that cmake does not re-generate the version string when the git commit changes.

from cmake-modules.

Ecordonnier avatar Ecordonnier commented on June 22, 2024

I also recommend removing "ERROR_QUIET". Failing the build with the git error visible in the logs is better than silently printing "128-NOTFOUND" as a version string in my opinion.

from cmake-modules.

lp35 avatar lp35 commented on June 22, 2024

agreed on ERROR_QUIET

from cmake-modules.

rpavlik avatar rpavlik commented on June 22, 2024

There is now a git_describe_working_tree that does a git describe --dirty without the fancy commit-ish magic of the normal function. I think this should solve things.

from cmake-modules.

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.