Re: nesting with-imported-modules

2020-02-20 Thread Ricardo Wurmus
Ludovic Courtès writes: > Hello! > > Ricardo Wurmus skribis: > >> it seems that it is impossible to nest with-imported-modules. A gexp >> that is wrapped in multiple layers of with-imported-modules won’t depend >> on the list of all mentioned modules but only on the outermost. >> >> This is b

Re: nesting with-imported-modules

2020-02-05 Thread Ludovic Courtès
Hello! Ricardo Wurmus skribis: > it seems that it is impossible to nest with-imported-modules. A gexp > that is wrapped in multiple layers of with-imported-modules won’t depend > on the list of all mentioned modules but only on the outermost. > > This is because with-imported-modules sets the c

Re: nesting with-imported-modules

2020-02-02 Thread Gábor Boskovits
Hello, Ricardo Wurmus ezt írta (időpont: 2020. febr. 1., Szo 23:23): > Hi Guix, > > it seems that it is impossible to nest with-imported-modules. A gexp > that is wrapped in multiple layers of with-imported-modules won’t depend > on the list of all mentioned modules but only on the outermost. >

nesting with-imported-modules

2020-02-01 Thread Ricardo Wurmus
Hi Guix, it seems that it is impossible to nest with-imported-modules. A gexp that is wrapped in multiple layers of with-imported-modules won’t depend on the list of all mentioned modules but only on the outermost. This is because with-imported-modules sets the current-imported-modules parameter