Giter Club home page Giter Club logo

cargo-review-deps's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cargo-review-deps's Issues

Implement `update-diff` command

cargo review-deps update-diff -d diff -- --package foo --precise 1.2.3 should put the before/after snapshots of the packages that would be changed by cargo update --pacakge foo --precise 1.2.3 command, without doing the actual update.

implementation:

  • run cargo metadata once to learn about current state
  • remember Cargo.lock
  • run cargo update, forwarding args.
  • parse update's output to learn about changes (alternatively, diff metadatas?)
  • run cargo metadata again, to learn about the new state
  • restore old Cargo.lock
  • dump the diff to dest dir.

Implement `current` subcommand

cargo review-deps current -d deps should dump sources of all dependencies to the deps directory to ease review.

Implementation: run cargo metadata once, then copy each package whose source is crates.io.

Diff lockfiles

I want to compare the dependencies of two branches with radically different dependencies (in this case, deadlinks/cargo-deadlinks#86). However, I don't see a way to compare the Cargo.lock of each branch - I have to be able to replicate the change with a single cargo update command, which isn't possible in my case because these are different crates altogether. It would be great to diff the lockfiles themselves. Right now I'm using cargo tree on each and diffing the output, but it's a little hard to read.

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.