GithubHelp home page GithubHelp logo

Comments (6)

kr avatar kr commented on May 28, 2024

One piece to the solution for this:

The godep go get command should always have the same effect
as godep go install. The only case where they're different is
if some dependencies are missing from the Godeps list. So I'm
planning to make godep go get an error.

from godep.

kr avatar kr commented on May 28, 2024

The godep go get part was done in 05aebf2.

from godep.

kr avatar kr commented on May 28, 2024

The remaining part of this is to check that there are no
dependencies missing from the Godeps list.

from godep.

kelseyhightower avatar kelseyhightower commented on May 28, 2024

@kr Is this still a desired feature? Are the plans to add a check on missing dependencies from the Godeps list? I would not mind take a stab at this.

from godep.

kr avatar kr commented on May 28, 2024

Yes, this is still desired!

Ideally we can move toward rewriting import paths, which would make the 'godep go' command superfluous. However, even then I think we'd want a way to check that everything is correct, that:

  1. all dependencies are listed
  2. the code that exists in Godeps/_workspace matches exactly the listed commit

The diff command described in issue #1 would cover at least the first item above, and maybe it could do the second item as well, perhaps under a flag.

from godep.

freeformz avatar freeformz commented on May 28, 2024

I'm going to close this as it's pretty broad and I think a little outdated. As these things come up again (if they do) I'll open new issues/PRs.

from godep.

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.