Closed corpix closed 5 years ago
To c4609f4e3ee0fd010d80c471f6a67c56c2279ead: test_reporoot/go.mod
declares two packages, so I have decided to fix the expected test result.
@corpix I have tried the rewritten version of yours. The usability of the rewritten vgo2nix
is not so good because prefetchModule
is a blocking process and dependencies are being downloaded sequentially instead of in parallel.
Oh, yeah, it is not good at parallel fetching at the moment. I think I'll fix this soon
I'd like to incorporate some of these changes but a massive rewrite PR is not helpful. Please do smaller incremental pull requests that can be reviewed on their own merit.
Not sure I'll have enough time to do this, but anyway, feel free to incorporate any changes without listing me as contributor
Adding:
Initially I have modified
vgo2nix
to be able to package freshbingo
(language server protocol agent for go) because it uses git.apache.org/thrift.git andvgo2nix
started to ask for a password(because.git
was droped andnix-prefetch-git
thinked it should use SSH to pull the repo). But this was two months ago. After that I have packaged a lot of other software and have some pain with go pseudo versions. After that I have found internal implementation which go tools use and adopted it(internal packages can not be imported).Also I have checked today, this fixed https://github.com/adisbladis/vgo2nix/issues/16 UPD: Oops this is because I dropped support for parallel jobs, lol, I'll bring them back soon