[PATCH 0/4] Add module depth information to %load-verbosely output

2023-09-09 Thread Maxim Cournoyer
This change was made to support investigating cyclic module dependencies that sometimes happen in GNU Guix and are difficult to comprehend/debug. For more context, see: . Maxim Cournoyer (4): (ice-9 boot-9): Fix typo. .dir-locals: Set c-basic-offset to 2 fo

[PATCH 0/4] Support ECMAScript Test262 Assertion Harness

2020-10-28 Thread Sean Lynch
Hello all, I've been hacking a bit on the ECMAScript implementation and thought it might be useful to be able to run the ECMAScript Test262 test suite, so I implemented just enough to be able to load the assertion harness required by all tests. I thought I'd check in to see if there was any intere

Re: [PATCH 0/4]

2016-05-29 Thread Catonano
oh gosh I don't know what to say. I'm sorry 2016-05-29 13:59 GMT+02:00 Catonano : > This is a bunch of emacs packages I made on the same branch, so git > shouldn't claim any inconsistency with these. > > I hope this attempt is gonna be successful > > they are > > 1) emacs.queue > 2) emacs-pkg-in

Re: [PATCH 0/4]

2016-05-29 Thread Mathieu Lirzin
Catonano writes: > This is a bunch of emacs packages I made on the same branch, so git > shouldn't claim any inconsistency with these. > > I hope this attempt is gonna be successful > > they are > > 1) emacs.queue > 2) emacs-pkg-info > 3) emacs-spinner > 4) emacs-seq Please make an effort to sen

Re: [PATCH 0/4]

2016-05-29 Thread Catonano
emacs-seq From d8c560cd5b2335b01b19edec67cbd8a69e5ee3a4 Mon Sep 17 00:00:00 2001 From: humanitiesNerd Date: Sun, 29 May 2016 13:44:00 +0200 Subject: gnu: Add emacs-seq. * gnu/packages/emacs.scm (emacs-seq). --- diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 014a58c..c71a603 10

Re: [PATCH 0/4]

2016-05-29 Thread Catonano
emacs-spinner From ac23b10894d3332484128c4ed3c6f6bdf81b9c2e Mon Sep 17 00:00:00 2001 From: humanitiesNerd Date: Sun, 29 May 2016 10:25:21 +0200 Subject: gnu: Add emacs-spinner. * gnu/packages/emacs.scm (emacs-spinner). --- diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 92ad434

Re: [PATCH 0/4]

2016-05-29 Thread Catonano
emacs-pkg-info From 6b4542d9f52b8f91375d07bd41bcc196a1c0515a Mon Sep 17 00:00:00 2001 From: humanitiesNerd Date: Sun, 29 May 2016 10:23:00 +0200 Subject: gnu: Add emacs-pkg-info. * gnu/packages/emacs.scm (emacs-pkg-info). --- diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 90f5

Re: [PATCH 0/4]

2016-05-29 Thread Catonano
so, emacs-queue (the google mail client doesn't allow me to edit the subject to [PATCH 1/4] From 89849ff33cd67243d691748f77f13474676d5361 Mon Sep 17 00:00:00 2001 From: humanitiesNerd Date: Fri, 27 May 2016 10:01:59 +0200 Subject: gnu: Add emacs-queue. * gnu/packages/emacs.scm (emacs-queue): New

[PATCH 0/4]

2016-05-29 Thread Catonano
This is a bunch of emacs packages I made on the same branch, so git shouldn't claim any inconsistency with these. I hope this attempt is gonna be successful they are 1) emacs.queue 2) emacs-pkg-info 3) emacs-spinner 4) emacs-seq

[PATCH 0/4] some minor fixes

2013-12-10 Thread Tom Tromey
Hi. Here's a small series of patches to fix a few things I noticed when building guile git master yesterday. Since the Guile style seems to be just to have GNU-style ChangeLog entries in the git commit message, I'll put the descriptions here: 1. Remove an unused static function. This caused a c