Re: [shepherd] several patches that i deem ready

2024-05-26 Thread Attila Lendvai
i've just force-pushed it with more conformant commit messages: https://codeberg.org/attila-lendvai-patches/shepherd/commits/branch/various -- • attila lendvai • PGP: 963F 5D5F 45C7 DFCD 0A39 -- “If controlling another human being is the goal of parenting, then force is necessary. Fear, intimid

Re: [shepherd] several patches that i deem ready

2024-05-24 Thread Attila Lendvai
> i've rebased my commits on top of the devel branch, and in the process i've > reordered them into a least controversial order for your cherry-picking > convenience: > > https://codeberg.org/attila-lendvai-patches/shepherd/commits/branch/various > > i just started a wave of deeper testing afte

Re: [shepherd] several patches that i deem ready

2024-05-23 Thread Attila Lendvai
hi Ludo, > nevertheless, i'll rebase my work on the devel branch eventually. it > will be a lot of pain in itself, but if i need to reimplement/rebase > stuff by hand anyway, then i'll try to further sort the commits in a > least-controversial order. i've rebased my commits on top of the devel

Re: [shepherd] several patches that i deem ready

2024-04-18 Thread Attila Lendvai
hi Ludo, > > i have prepared the rest of my commits that were needed to hunt down the > > shepherd hanging bug. you can find them at: > > > > https://codeberg.org/attila-lendvai-patches/shepherd/commits/branch/attila > > > > there's some dependency among the commits, so sending them to debbugs

Re: [shepherd] several patches that i deem ready

2024-04-10 Thread Ludovic Courtès
Hi Attila, Attila Lendvai skribis: > i have prepared the rest of my commits that were needed to hunt down the > shepherd hanging bug. you can find them at: > > https://codeberg.org/attila-lendvai-patches/shepherd/commits/branch/attila > > there's some dependency among the commits, so sending th

Re: [shepherd] several patches that i deem ready

2024-04-02 Thread Attila Lendvai
> i have prepared the rest of my commits that > were needed to hunt down the shepherd hanging bug. > you can find them at: https://codeberg.org/attila-lendvai-patches/shepherd/commits/branch/various Ludo, i would appreciate if you could give some feedback on this. these commits are extensive (li

Re: [OT: s/Joshua/Josiah/ in sig ; -] Re: [shepherd] several patches that i deem ready

2024-01-26 Thread Attila Lendvai
> > “But if you wish to remain slaves of bankers and pay the cost of your own > > slavery, let them create money.” > > — Joshua Stamp > > ^^ > Josiah > https://en.wikipedia.org/wiki/Josiah_Stamp,_1st_Baron_Stamp > > Hi attila (and others who, like me, may enjoy the quotations > at the bottom

[OT: s/Joshua/Josiah/ in sig ;-] Re: [shepherd] several patches that i deem ready

2024-01-26 Thread bokr
On +2024-01-24 17:11:28 +, Attila Lendvai wrote: [...] > -- > • attila lendvai > • PGP: 963F 5D5F 45C7 DFCD 0A39 > -- > “But if you wish to remain slaves of bankers and pay the cost of your own > slavery, let them create money.” > — Joshua Stamp ^^ Josiah

Re: [shepherd] several patches that i deem ready

2024-01-25 Thread Zheng Junjie
Maxim Cournoyer writes: > Hi Attila, > > Attila Lendvai writes: > >>> About "cheaper code path when a log level is disabled at runtime", >>> perhaps it can be improved in guile-lib, but otherwise that's a nice >>> list. I just wish we had a good logging library in Guile and could stop >>> rein

Re: [shepherd] several patches that i deem ready

2024-01-24 Thread Maxim Cournoyer
Hi, Zheng Junjie writes: > Maxim Cournoyer writes: > >> Hi Attila, >> >> Attila Lendvai writes: >> About "cheaper code path when a log level is disabled at runtime", perhaps it can be improved in guile-lib, but otherwise that's a nice list. I just wish we had a good logging libr

Re: [shepherd] several patches that i deem ready

2024-01-24 Thread Attila Lendvai
> i have prepared the rest of my commits that were needed to hunt down the > shepherd hanging bug. you can find them at: > > https://codeberg.org/attila-lendvai-patches/shepherd/commits/branch/attila FWIW, here i have the guix side of the patches (they are not required for the shepherd changes

Re: [shepherd] several patches that i deem ready

2024-01-24 Thread Maxim Cournoyer
Hi Attila, Attila Lendvai writes: >> About "cheaper code path when a log level is disabled at runtime", >> perhaps it can be improved in guile-lib, but otherwise that's a nice >> list. I just wish we had a good logging library in Guile and could stop >> reinventing the wheel left and right. > >

Re: [shepherd] several patches that i deem ready

2024-01-24 Thread Attila Lendvai
> About "cheaper code path when a log level is disabled at runtime", > perhaps it can be improved in guile-lib, but otherwise that's a nice > list. I just wish we had a good logging library in Guile and could stop > reinventing the wheel left and right. i've made my judgement that the logger in g

Re: [shepherd] several patches that i deem ready

2024-01-23 Thread Maxim Cournoyer
Hi Attila, Attila Lendvai writes: > hi Maxim, > >> > > - a lightweight logging infrastructure together with plenty of log >> > > lines throughout the codebase, and some hints in the README on how >> > > to turn log lines gray in emacs (i.e. easily ignorable). >> >> >> Are you using guile-lib's l

Re: [shepherd] several patches that i deem ready

2024-01-22 Thread Attila Lendvai
hi Maxim, > > > - a lightweight logging infrastructure together with plenty of log > > > lines throughout the codebase, and some hints in the README on how > > > to turn log lines gray in emacs (i.e. easily ignorable). > > > Are you using guile-lib's logging library for it? I've used it in > guile

Re: [shepherd] several patches that i deem ready

2024-01-21 Thread Maxim Cournoyer
Hi Attila, Attila Lendvai writes: >> - a lightweight logging infrastructure together with plenty of log >> lines throughout the codebase, and some hints in the README on how >> to turn log lines gray in emacs (i.e. easily ignorable). Are you using guile-lib's logging library for it? I've used

Re: [shepherd] several patches that i deem ready

2024-01-21 Thread Attila Lendvai
> - a lightweight logging infrastructure together with plenty of log > lines throughout the codebase, and some hints in the README on how > to turn log lines gray in emacs (i.e. easily ignorable). a quick note on the log statements: they are essentially noise when it comes to reading the code, h

[shepherd] several patches that i deem ready

2024-01-18 Thread Attila Lendvai
dear Guix, Ludo, i have prepared the rest of my commits that were needed to hunt down the shepherd hanging bug. you can find them at: https://codeberg.org/attila-lendvai-patches/shepherd/commits/branch/attila there's some dependency among the commits, so sending them to debbugs would be either