Re: [PATCH] Elpa importer improvements

2016-12-29 Thread Ludovic Courtès
Hello Guix! Alex Kost skribis: > Carlo Zancanaro (2016-12-14 13:04 +1100) wrote: > >> I was trying to import some elpa packages recently and found some >> issues, so here are some patches to fix them. >> >> 1. call-with-downloaded-file had behaviour different to how it was >> documented to behav

Re: [PATCH] Elpa importer improvements

2016-12-27 Thread Carlo Zancanaro
On Tue, Dec 27 2016, Alex Kost wrote [...] - (proc (http-fetch/cached (string->uri url + (catch #t + (lambda () + (proc (http-fetch/cached (string->uri url +(lambda (key . args) + (if error-thunk + (error-thunk) + (apply throw key args) So here you fixed

Re: [PATCH] Elpa importer improvements

2016-12-27 Thread Alex Kost
Carlo Zancanaro (2016-12-14 13:04 +1100) wrote: > I was trying to import some elpa packages recently and found some > issues, so here are some patches to fix them. > > 1. call-with-downloaded-file had behaviour different to how it was > documented to behave. This was primarily a problem when tryin

Re: [PATCH] Elpa importer improvements

2016-12-22 Thread Carlo Zancanaro
On Wed, Dec 14 2016, Carlo Zancanaro wrote I was trying to import some elpa packages recently and found some issues, so here are some patches to fix them. 1. call-with-downloaded-file had behaviour different to how it was documented to behave. This was primarily a problem when trying to

[PATCH] Elpa importer improvements

2016-12-13 Thread Carlo Zancanaro
I was trying to import some elpa packages recently and found some issues, so here are some patches to fix them. 1. call-with-downloaded-file had behaviour different to how it was documented to behave. This was primarily a problem when trying to import packages with no description (eg. color-th