Giter Club home page Giter Club logo

Comments (3)

ijackson avatar ijackson commented on June 26, 2024

(This is derive-deftly ticket 82)

from cargo.

epage avatar epage commented on June 26, 2024

This mentions 1.79.0-beta.3. I've reproduced this on 1.64

from cargo.

epage avatar epage commented on June 26, 2024

So the reproduction step has us cherry pick a20d8994f74e091a0df864211e087e5ed5f15615

diff --git c/Cargo.toml w/Cargo.toml
index 80f8e24..48d3569 100644
--- c/Cargo.toml
+++ w/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "derive-deftly"
-version = "0.11.0"
+version = "0.10.666"
 edition = "2021"
 license="MIT"
 authors=["Ian Jackson <[email protected]>",
  • This is why changes in version are expected
  • There are registry dependencies on derive-deftly 0.11.0, so that is why the disambiguation changes are there

On the baseline commit:

$ cargo tree -i [email protected]
heck v0.4.1
└── strum_macros v0.26.2 (proc-macro)
    └── strum v0.26.2
        └── derive-deftly-macros v0.11.0 (proc-macro) (/home/epage/src/personal dump/rust-derive-deftly/macros)
            └── derive-deftly v0.11.0 (/home/epage/src/personal/dump/rust-derive-deftly)
$ cargo tree -i [email protected]
heck v0.5.0
├── derive-deftly v0.11.0 (/home/epage/src/personal/dump/rust-derive-deftly)
└── derive-deftly-macros v0.11.0 (proc-macro) (/home/epage/src/personal/dump/rust-derive-deftly/macros)
    └── derive-deftly v0.11.0 (/home/epage/src/personal/dump/rust-derive-deftly)
  • strum_macros depends on heck = "0.4.1"
  • both derive-deftly and derive-deftly-macros depends on heck = ">=0.4, <0.6"
    • The registry version has the same version requirement

However, if I run

$ cargo generate-lockfile

then the version of heck doesn't change.

So overall, I'm not finding anything out of the ordinary than wide version ranges.
My general assumption has always been that we pick the highest version for each version range. However, what is likely happening here is that we are resolving derive-deflty freshly and seeing an existing locked resolve of heck and picking that.

We have #13535 for tweaking the logic which might make this more consistent.

from cargo.

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.