mbox

[bug#37525,0/3] Recursive option for crate importer

Message ID 20190926182812.10566-1-mjbecze@riseup.net
Headers show

Message

Martin Becze Sept. 26, 2019, 6:28 p.m. UTC
This add recursive functionalty for the crate importer. Currently it doesn't respect the versioning. To do that we will need to add semver functionality as well so that we can look up the correct version of dependencies. 

Martin Becze (3):
  added recusive import functionality to the crate importer
  updated the crate import script to accept recursive option
  updated docs for import crate

 doc/guix.texi                 |  7 +++++++
 guix/import/crate.scm         | 29 +++++++++++++++++++----------
 guix/scripts/import/crate.scm | 35 +++++++++++++++++++++++++----------
 3 files changed, 51 insertions(+), 20 deletions(-)

Comments

Martin Becze Oct. 1, 2019, 8:17 p.m. UTC | #1
Hiy yall, the previous patch had mistake in docs. a new patch with
change log incoming!