Re: [PATCH 0/1] Go importer

2018-07-26 Thread Ludovic Courtès
Hello! Pierre-Antoine Rouby skribis: >> From: "Leo Famulari" >> On Thu, Jul 19, 2018 at 08:56:03AM +0200, Pierre-Antoine Rouby wrote: >>> I trying to import 'gitlab-runner' >>> (https://gitlab.com/gitlab-org/gitlab-runner) >>> with tag 'v10.6.0'. >> >> Okay, thanks. I can reproduce the

Re: [PATCH 0/1] Go importer

2018-07-25 Thread Pierre-Antoine Rouby
Hi leo, > From: "Leo Famulari" > On Thu, Jul 19, 2018 at 08:56:03AM +0200, Pierre-Antoine Rouby wrote: >> I trying to import 'gitlab-runner' >> (https://gitlab.com/gitlab-org/gitlab-runner) >> with tag 'v10.6.0'. > > Okay, thanks. I can reproduce the error: I have fix this issue (patch

Re: [PATCH 0/1] Go importer

2018-07-19 Thread Leo Famulari
On Thu, Jul 19, 2018 at 08:56:03AM +0200, Pierre-Antoine Rouby wrote: > I trying to import 'gitlab-runner' > (https://gitlab.com/gitlab-org/gitlab-runner) > with tag 'v10.6.0'. Okay, thanks. I can reproduce the error: -- $ ./pre-inst-env guix import gopkg

Re: [PATCH 0/1] Go importer

2018-07-19 Thread Pierre-Antoine Rouby
> From: "Leo Famulari" > What package are you trying to import here? I trying to import 'gitlab-runner' (https://gitlab.com/gitlab-org/gitlab-runner) with tag 'v10.6.0'.

Re: [PATCH 0/1] Go importer

2018-07-18 Thread Leo Famulari
On Wed, Jul 18, 2018 at 03:11:36PM +0200, Pierre-Antoine Rouby wrote: > I thinks the modifications doesn't works on my computer. > > --- > Backtrace: > 13 (apply-smob/1 #) > In ice-9/boot-9.scm: > 705:2 12

Re: [PATCH 0/1] Go importer

2018-07-18 Thread Pierre-Antoine Rouby
Hi Leo, - Original Message - > From: "Leo Famulari" >> * guix/import/gopkg.scm: New file. >> * guix/scripts/import/gopkg.scm: New file. >> * guix/scripts/import.scm: Add 'gopkg'. >> * Makefile.am: Add 'gopkg' importer in modules list. > > I wonder which of the new files needs to be

Re: [PATCH 0/1] Go importer

2018-07-11 Thread Leo Famulari
On Mon, Jun 04, 2018 at 10:18:53AM +0200, Pierre-Antoine Rouby wrote: > Attached an update of importer. Thanks! I'm sorry my response is so late. > From 3e9b4fa12811432fdd7a4d6330f9093dcc72d25a Mon Sep 17 00:00:00 2001 > From: Rouby Pierre-Antoine > Date: Thu, 26 Apr 2018 15:05:23 +0200 >

Re: [PATCH 0/1] Go importer

2018-06-04 Thread Pierre-Antoine Rouby
Hi, Leo > From: "Leo Famulari" > I've noticed several different dependency manifest formats for Go > software "in the wild". So, this one is specific to Go software using > the Gopkg tool? Yes, Gopkg it's specific for Go software, it's not used by all Go projects, but lot of big project use

Re: [PATCH 0/1] Go importer

2018-05-02 Thread Leo Famulari
On Thu, Apr 26, 2018 at 06:22:38PM +0200, Rouby Pierre-Antoine wrote: > This patch is a importer for go packages, it's use git repository and the > 'Gopkg.toml' file (https://golang.github.io/dep/docs/Gopkg.toml.html). Neat! I didn't have a chance to review the code yet but I'm happy to see

[PATCH 0/1] Go importer

2018-04-26 Thread Rouby Pierre-Antoine
Hi Guix ! This patch is a importer for go packages, it's use git repository and the 'Gopkg.toml' file (https://golang.github.io/dep/docs/Gopkg.toml.html). Example with totally random package in Go language ;) ---Start--- $ guix