Re: splitting up and sorting commits?

2022-11-04 Thread zimoun
Hi Liliana, On Thu, 03 Nov 2022 at 21:59, Liliana Marie Prikler wrote: > The pauper's solution > would be to keep a separate "scratch pad" file containing a bunch of > assorted guix packages, ordered in a way that all packages are defined > befor

Re: guix bisect

2022-11-04 Thread zimoun
Hi, On Thu, 03 Nov 2022 at 19:18, jgart wrote: > do we have something similar to nix-bisect but for guix? > > * https://github.com/timokau/nix-bisect Nothing I am aware. I mean nothing using ~/.cache/guix/checkouts. However, it is easy to run the same thing from the development checkout. I ha

Re: Permanent URL for GUIX packages

2022-11-04 Thread pelzflorian (Florian Pelz)
Hello Sunshine, Sunshine via "Development of GNU Guix and the GNU System distribution." writes: > I'd like to link guix.gnu.org/packages/monolith-2.6.1/ […] Something similar is possible, see . Regards, Florian

Re: Permanent URL for GUIX packages

2022-11-04 Thread Development of GNU Guix and the GNU System distribution.
Hello Florian, thank you for your reply. These variants don't seem to be usable in my case, since line offsets often change within those files. Even the link to web.scm on https://guix.gnu.org/packages/monolith-2.6.1/ is wrong, since it links the latest version of the file and not the one tha

Re: Permanent URL for GUIX packages

2022-11-04 Thread Development of GNU Guix and the GNU System distribution.
Hello Sunshine, --- Original Message --- On Thursday, November 3rd, 2022 at 15:50, Sunshine via "Development of GNU Guix and the GNU System distribution." wrote: > Hello, > > I'd like to link guix.gnu.org/packages/monolith-2.6.1/ from my project's > README file (https://github.com/

Re: splitting up and sorting commits?

2022-11-04 Thread Liliana Marie Prikler
Am Freitag, dem 04.11.2022 um 10:20 +0100 schrieb zimoun: > Hi Liliana, > > On Thu, 03 Nov 2022 at 21:59, Liliana Marie Prikler > wrote: > > > The pauper's > > solution would be to keep a separate "scratch pad" file containing > > a bunch of assor

Re: Permanent URL for GUIX packages

2022-11-04 Thread Development of GNU Guix and the GNU System distribution.
Hello Luis,thank you for letting me know about the badge.  I'll put it in the readme once I have a permanent link to attach to it.Best,SunshineOn Nov 4, 2022, at 11:49, Luis Felipe wrote:Hello Sunshine, --- Original Message --- On Thursday, November 3rd, 2022 at 15:50, Sun

Re: Permanent URL for GUIX packages

2022-11-04 Thread Pjotr Prins
On Fri, Nov 04, 2022 at 03:49:15PM +, Luis Felipe via Development of GNU Guix and the GNU System distribution. wrote: > > I'd like to link guix.gnu.org/packages/monolith-2.6.1/ from my project's > > README file (https://github.com/Y2Z/monolith), but due to the version > > string being part

Re: Compile skribilo doc containing guix channel references

2022-11-04 Thread Phil
Hi, Ludovic Courtès writes: > We toyed with Skribilo/Guix integration in this paper: > > https://hal.inria.fr/hal-01161771/en > > https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/doc/reppar-2015/reproducible-hpc.skb > > (Note that it starts with ugly ‘%load-path’ hacks. :-)) Thank

Re: guix lint false positives and RFC patch

2022-11-04 Thread Vagrant Cascadian
On 2022-11-03, Vagrant Cascadian wrote: > On 2022-11-03, Ludovic Courtès wrote: >> Vagrant Cascadian skribis: >> >>> --- a/guix/lint.scm >>> +++ b/guix/lint.scm >>> @@ -313,7 +313,8 @@ (define (tests-explicitly-enabled?) >>>'())) >>> >>> (define (properly-starts-sentence? s) >>> - (str

test suite/ABI issues building guix on Debian (was Re: Release progress, week 3)

2022-11-04 Thread Vagrant Cascadian
On 2022-11-03, Ludovic Courtès wrote: > Vagrant Cascadian skribis: test-name: channel-news, no news ... actual-error: + (git-error + #< code: -1 message: "invalid version 0 on git_proxy_options" class: 3>) result: FAIL >>> >>> This looks like an ABI issue with

trying to write my own herd service

2022-11-04 Thread Adam Kandur
Hi guix! I tried to write my own herd service, that's what i did ``` (define (my-daemon-shepherd-service _) (list (shepherd-service (documentation "") (provision '(go-github-com-KefirTheAutomator-daemon)) (requirement '(networking)) (start #~(make-forkexec-cons