Giter Club home page Giter Club logo

Comments (4)

callpraths avatar callpraths commented on June 9, 2024

There are two distinct problems here:
First is minor: The README already talks about go tooling's problems with relative paths with --full-isolation. This is another instance of that.

$ go build hello 

works under some conditions.

  • The README could do with an extra hint that 'go build .' will also fail (and possibly in this weird way, complaining about internal package imports).

The second problem is that to get to the good case above, I had to clear the env before 'vg init'
I did:

vg destroy
rm .virtualgo
sudo -u callpraths bash
vg init
go build hello
# works

Looks like we're leaking some env variables from earlier vg invocations in a way that when we run vg init later, we do not call ws.InstallLocalPackagePersistently in initSettings.go because GOPATH is found to not be a prefix of cwd.

from vg.

JelteF avatar JelteF commented on June 9, 2024

Thanks for the bug report. I'll add the internal package problem to the README in the section with the problems that using absolute paths fixes.

For your second problem I'm a bit confused about how you got in the broken state, but it indeed sounds like a bug. Could you make a separate issue for that problem with full steps for reproducing it? Because it seems quite unrelated to the internal packages problem.

from vg.

JelteF avatar JelteF commented on June 9, 2024

Just updated the README with this issue.

from vg.

JelteF avatar JelteF commented on June 9, 2024

I'm gonna close this, since I updated the README. Please open a new issue for the second problem you ran into.

from vg.

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.