indieterminacy@libre.brussels writes:
> I wonder if there has been any progress made by Arun Isaac with his program,
> Semantically meaningful S-expression diff
>
> https://archive.fosdem.org/2021/schedule/event/sexpressiondiff/
There’s also ydiff[1]. Unfortunately, it only produces an HTML f
On 2021-12-22 09:53, Xinglu Chen wrote:
> Am Dienstag, der 21. Dezember 2021, um 13:21 +032, schrieb Andrew Tropin
> :
>
>> * guix.texi (Writing Service Configuration): New section.
>> ---
>> After reading the source code of different system services and implementing a
>> few of home services I d
* guix.texi (Writing Service Configuration): New section.
---
doc/guix.texi | 252 +-
1 file changed, 248 insertions(+), 4 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 333cb4117a..29d85d3dc5 100644
--- a/doc/guix.texi
+++ b/doc/guix
Ludovic Courtès writes:
> One idea that I like is to bring structure to the group, or rather to
> make structure visible, so that newcomers know who they can talk to to
> get started on a topic, know who to ping for reviews, and so that each
> one of us can see where they fit. Rust has well-defi
I noticed that, as part of the transition to the new inputs style [0],
we are sometimes replacing code like (assoc-ref inputs "foo") with
(search-input-file inputs "/bin/foo").
I think that we should instead replace the old style with gexps that
specify which package, in order to keep the equivale
December 23, 2021 4:13 PM, "Blake Shaw" wrote:
> Ludovic Courtès writes:
>
>> One idea that I like is to bring structure to the group, or rather to
>> make structure visible, so that newcomers know who they can talk to to
>> get started on a topic, know who to ping for reviews, and so that each