Giter Club home page Giter Club logo

Comments (8)

d4l3k avatar d4l3k commented on September 3, 2024 2

from go-pry.

d4l3k avatar d4l3k commented on September 3, 2024

I just added example/vendoring as well as fixed a bug where the vendor dir wasn't resolved for some reason.

Let me know if you run into any other issues!

from go-pry.

rngtng avatar rngtng commented on September 3, 2024

Thanks, this looks way better now, but didn't fully fix the problem. Now the error is:

panic: failed to TypeCheck: /src/<project>/main.go:8:3: could not import github.com/google/go-github/github (can't find import: <project>/vendor/github.com/google/go-github/github)

goroutine 1 [running]:
panic(0x8476c0, 0xc420341440)
	/usr/local/go/src/runtime/panic.go:500 +0x1a1
<project>/vendor/github.com/d4l3k/go-pry/pry.Apply(0xc420014700)
	/src/<project>/vendor/github.com/d4l3k/go-pry/pry/pry.go:38 +0x1834
main.main()
	/src/<project>/main.go:110 +0x9c60
exit status 2
Reverting files

looks like the leading slash is missing here: <project>/vendor/github.com/google/go-github/github

from go-pry.

Gonzih avatar Gonzih commented on September 3, 2024

I have similar issue now. I provision my dependencies using glide and go-pry cant load dependencies from vendor folder it seems. go run and go test both work fine in this project. Should I provide extra information about my environment?

Thanks!

from go-pry.

d4l3k avatar d4l3k commented on September 3, 2024

It'd definitely be helpful to have more information. Trying to track down this issue

from go-pry.

d4l3k avatar d4l3k commented on September 3, 2024

Looks like this is related to golang/go#11415 .Might be able to fix this by switching to https://github.com/metakeule/importer.

For now the workaround is running go install on the vendored packages (which is lame).

from go-pry.

alikhajeh1 avatar alikhajeh1 commented on September 3, 2024

Do I understand it correctly that we'd have to run go install ... for each package in glide.yaml - and also their dependencies to make go-pry work with glide?

from go-pry.

d4l3k avatar d4l3k commented on September 3, 2024

this should be fixed

from go-pry.

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.