GithubHelp home page GithubHelp logo

Override version about eco HOT 3 CLOSED

pistondevelopers avatar pistondevelopers commented on July 17, 2024
Override version

from eco.

Comments (3)

bvssvni avatar bvssvni commented on July 17, 2024

The original idea was that simulation a breaking change is done by replacing an extracted version with a newer version. The newer version causes updates where there otherwise would be none. This answers questions such as "assume we introduce a breaking change here, what consequences will it have?".

from eco.

bvssvni avatar bvssvni commented on July 17, 2024

The problem is that when overriding with an older version, it can lead to several classes of errors:

  • The algorithm that generates update information assumes that the packages always have the latest version (greater or equal than used in any dependency). Overriding with an older version might lead to unsound actions.
  • It is easy to forget that you have inserted override information. For example, you increment a version, run the analysis, then the package increments for real, everything seems fine, then it increments again for real, and suddenly the update information contain unsound actions.

It seems that adding this feature will introduce more problems than it solves.

from eco.

bvssvni avatar bvssvni commented on July 17, 2024

Due to the problems above, won't add this feature.

from eco.

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.