bug#42912: cran.git importer fails because with-store swallows extra values.

2020-08-29 Thread Ricardo Wurmus
Ludovic Courtès writes: > I believe 3d9ea605c8dfb7fc43689e12975218b032b3175a fixes this, though I > don’t know how to test it. > > If you can confirm it does, feel free to close this bug. It looks like it’s indeed fixed. Thank you! I tested with this command: guix import cran -a git htt

bug#42912: cran.git importer fails because with-store swallows extra values.

2020-08-28 Thread Ludovic Courtès
Howdy Ricardo! Ricardo Wurmus skribis: > The “cran” importer has support for git and hg repositories. This no > longer works, because the “download” is supposed to return multiple > values. Seemingly due to the use of “with-store” it no longer returns > multiple values, so the “git” and “hg” a

bug#42912: cran.git importer fails because with-store swallows extra values.

2020-08-18 Thread Ricardo Wurmus
The “cran” importer has support for git and hg repositories. This no longer works, because the “download” is supposed to return multiple values. Seemingly due to the use of “with-store” it no longer returns multiple values, so the “git” and “hg” archives no longer work. -- Ricardo