Code Monkey home page Code Monkey logo

Comments (4)

rleigh-codelibre avatar rleigh-codelibre commented on August 15, 2024

Thanks for the suggestion. The logic at present copes if the root CMakeLists.txt is changed (or any other cmake logic or dependent files) which would trigger a cmake rerun, but not if the branch switch doesn't change anything. At least on our own build infrastructure, we always build from a clean slate, so don't encounter this problem directly.

I'll see if it's possible to regenerate only if changed, if it's not too expensive (invoking git and not forcing a rebuild of everything). There's also the issue of what a significant branch switch means; change of HEAD tree hash, change of head, what about dirty uncommitted state? In general, we've kept the underlying version control as uncoupled as possible from the code (the hash here is purely informational and would be blank if building from a source release were it not provided separately).

In general, I'd suggest that you should re-run cmake or start with a fresh build directory after a branch switch, to be sure of a clean and consistent state.

Regards,
Roger

from ome-files-cpp.

t-b avatar t-b commented on August 15, 2024

Thanks Roger for the detailed explanation.

from ome-files-cpp.

rleigh-codelibre avatar rleigh-codelibre commented on August 15, 2024

By the way, the latest releases (>=0.3.0) dropped the complex getting of the various versions from git; it's now hardcoded in the root CMakeLists.txt, so this will result in an automatic rerun when the branch switch is between versions. The only autogenerated bit is #define OME_FILES_VERSION_EXTRA_S "@OME_VCS_DEV@" which is only set for untagged development builds.

So this will only not be regenerated when switching branches for the same development version. Not 100% perfect, but will regenerate in most typical cases now.

from ome-files-cpp.

sbesson avatar sbesson commented on August 15, 2024

Assuming the suggestions from #52 (comment) together with the versioning improvements since 0.3.0 address most of this issue, closing.

from ome-files-cpp.

Related Issues (7)

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.