Giter VIP home page Giter VIP logo

Comments (1)

CAD97 avatar CAD97 commented on September 27, 2024

If the dependency specifies crate = ">1.0.0, <3.0.0" and that's the only restriction, cargo will resolve to 2.∞.∞. If the binary specifies crate = "^1.0", cargo will unify the requirement to >1.0.0, <3.0.0, ^1.0.0 which is the equivalent of ^1.0.0.

The difference between the ergo "crate collection" and the quicli crate is that while ergo is just reexporting the crates it's bundling, quicli is reexporting the contents of the crates that it uses. In ergo, you're still using the the crates that it reexports. In quicli, though, though you are using the functionality of the crates quicli builds on, the existence of those crates is a secret; the reexported functionality is the functionality that quicli provides.

ergo is the only kind of crate where I'd say a crate = "*" bound is appropriate; it shouldn't be bounding the versions of the libraries the client binaries are using. But if the binary has to specify its (transitive) ergo dependencies anyway in order to specify their version, what's the point of having ergo in the first place? 🤔 I think ergo's mindset works for binaries which use the lockfile, but libraries shouldn't be using it if it's taking that lighter stance towards stability of "you specify my dependency's version requirements for me".

from quicli.

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.