Re: [SPITBALL] Jehanne as another kernel option / porting target

2021-03-21 Thread raingloom
On Fri, 19 Mar 2021 20:42:19 +0100 Vincent Legoll wrote: > + '(#:tests? #f ;; No need for tests when you have formal proof > of correctness In just about any talk about Idris and Type Driven Development, Edwin Brady always starts with "you still need tests".

Re: [SPITBALL] Jehanne as another kernel option / porting target

2021-03-21 Thread Vincent Legoll
On Sunday, March 21, 2021, raingloom wrote: > On Fri, 19 Mar 2021 20:42:19 +0100 > Vincent Legoll wrote: > > > + '(#:tests? #f ;; No need for tests when you have formal proof > > of correctness > In just about any talk about Idris and Type Driven Development, Edwin > Brady always starts with

Re: Make guix commands pipeable

2021-03-21 Thread zimoun
Hi, On Sat, 20 Mar 2021 at 12:13, pkill9 wrote: > I would like to be able to pipe files into guix commands. Well, this work: guix search hello | recsel -C -P name | xargs guix build > Specifically the `guix system build` command, so I can build a system > configuration on a remote Guix syste

Re: imagemagick@6.9.11-48 to graft or not to graft with 6.9.12-2

2021-03-21 Thread Ludovic Courtès
Hi Léo, Léo Le Bouter skribis: > See commit: 82e887ba48c2ba91b17aa9b6b17501e3e0ef4aef > > Following discussion around whether it is safe to graft and whether we > should do so or not, first, I apologize for not doing as rigorous > checking on this issue as I should have, and also requesting more

Re: Release 1.2.1: status

2021-03-21 Thread Luis Felipe
Thanks for the details, zimoun. On Sunday, March 21, 2021 12:16 AM, zimoun wrote: [...] > > Also, I got a backtrace when checking icecat: > > ★★★ > > Backtrace:cecat@78.8.0-guix0-preview1 [archival]... > > [...] > > > ice-9/boot-9.scm:1667:16: In procedure raise-exception: > > In p

Re: Release 1.2.1: status

2021-03-21 Thread Leo Famulari
On Sun, Mar 21, 2021 at 12:00:20AM +0100, zimoun wrote: > We discussed that and I agree. We also discussed some tagging and Maxim > did some tests, IIRC. Please go ahead and let try if it helps to > synchronize. :-) Here is the checklist: https://bugs.gnu.org/47297 I've added a few items, but

Re: Why [bug#47081] Remove mongodb?

2021-03-21 Thread Léo Le Bouter
Hello! > Removing a package and its services is not something to do lightly: > it > breaks user configs with no recourse. > > We must insist on getting more opinions on such matters, and I think > there just wasn’t enough feedback here. I understand it can be > frustrating to wait for input, but

Re: Make guix commands pipeable

2021-03-21 Thread Léo Le Bouter
> I do agree though that it would be nicer to just have '-' as a guix > input arg causing any guix command to read from stdin. Doesnt /dev/stdin work? The only reason it could not is that somehow the file descriptor needs to be seekable. Léo signature.asc Description: This is a digitally sign

Re: [art] Tiled Wallpaper Art

2021-03-21 Thread Leo Famulari
On Mon, Mar 22, 2021 at 04:07:15AM +0530, Sarthak Shah wrote: > Hello, I put together a tiled svg wallpaper for GuixSD (attached) > using the logo resources in the git repository. > I'm not sure where to submit it Cool! We usually keep this kind of thing in the 'guix-artwork' repository: https:/