[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: Build dependency inflation (was: Re: Core-updates merge)

2023-04-27 Thread bokr
Hi, TL;DR: If we have 22k sources, how about expressing dependency as a 22k x 22k matrix of weights Wij and dependency by multiplication of 22k x 1 matrix os sources variables ordered Sj by immediate dependency first. I guess the Sj column matrix is transposed to do the multiplication, so the Wij

Re: bug#61894: [PATCH RFC] Team approval for patches

2023-03-02 Thread bokr
Hi, tl;dr: If you want to expand the list of committers rapidly, would it make sense to have a sand-box repo for new committers which trusted committers could channel cherry-picks from? Pick your bugaboo, but I consider plausible that some volunteering committers are there on

Re: Question on the process of packge withdrawal

2023-02-28 Thread bokr
Hi, On +2023-02-28 11:30:21 +0100, Simon Tournier wrote: > > I proposed to remove the package because it was broken and no one was > willing to fix it. What is the point to keep broken packages? > What is the purpose of a junk-yard for broken cars? I think there is some use :) I kept an old

Re: git-fetch without a hash

2023-02-05 Thread bokr
Hi, On +2023-01-11 16:34:41 +0100, Simon Tournier wrote: > Hi, > > On Mon, 09 Jan 2023 at 12:16, Ludovic Courtès wrote: > > Simon Tournier skribis: > > > >> Maybe my question is naive but what is the use case for this (sha256 #f) > >> in the first place? Because maybe it could just error

Re: UTF-8 progress bar

2023-01-30 Thread bokr
Hi Ludo, Akib, et al, On +2023-01-30 23:02:43 +0100, Ludovic Courtès wrote: >  ^^--- interesting: I see that thumb up emoji in mutt's display, but not in emacs, which I have configured mutt to use as my editor. > > Julien Lepiller skribis: > > > I have a patch waiting

Re: Struggling to write Dissecting Guix, Part 2

2023-01-26 Thread bokr
Hi Simon, On +2023-01-26 12:17:27 +0100, Simon Tournier wrote: > Hi, > > On Wed, 25 Jan 2023 at 16:54, Wojtek Kosior via "Development of GNU Guix and > the GNU System distribution." wrote: > > > here[1] is > > the paper (written by

Re: Packages grow, no longer fit on a 

2023-01-21 Thread bokr
On +2023-01-20 23:34:53 +0600, Akib Azmain Turja wrote: > Csepp writes: > > I have a slow machine from about 10 years ago, and I'm really happy with > it. (I'm writing from this machine.) I also have a slow unstable > internet connection, so I understand the pain of download hundreds of > MB

Re: Should Guix support writing CLI Common Lisp scripts? (Think Roswell)

2022-12-27 Thread bokr
Hi Jgart, On +2022-12-27 19:23:18 +, jgart wrote: > > I'm not sure what you mean if it is something beyond what we can do already > > with 'guix shell.' Do > > you mean using a particular hashbang as well? > > Yes, that is one feature that I was nodding ambiguously at. Sorry > > > guix

Re: Dissecting Guix -- blog post series

2022-12-09 Thread bokr
Hi, On +2022-12-09 07:33:16 +, ( wrote: > On Fri Dec 9, 2022 at 7:31 AM GMT, 宋文武 wrote: > > I think it's missing what "build-derivations" do, or "Part 0: Store". > > Hmm, do you mean adding an example of building a derivation in Scheme with > ``build-derivations''? I'll definitiely add that

Re: Proposing commit access for 'unmatched-paren'

2022-11-15 Thread bokr
Hi, TL;DR: IMO commit access is too dangerous to grant on the basis of appreciating help, and/or workflow convenience. Trusted committers are defenders of FLOSS. There must be very strict trust requirements for commit access or FLOSS will become vulnerable to "mistakes" with plausible denial,

Re: How long does it take to run the full rustc bootstrap chain?

2022-10-26 Thread bokr
Hi, On +2022-10-22 09:48:50 -0400, Maxim Cournoyer wrote: > Hi, > > Félix Baylac Jacqué writes: > > > Hey Guix, > > > > I'd be curious to know how long it takes to run the full rustc bootstrap > > chain on the Guix build farm. I'm sadly not sure how to approach this > > problem. > > > > Is

Re: Capitole du Libre at Toulouse

2022-09-26 Thread bokr
Hi Andreas, Vagrant, et al On +2022-09-25 10:37:52 -0700, Vagrant Cascadian wrote: > On 2022-09-25, Andreas Enge wrote: > > I am not quite sure how one presents a distribution at a booth, since > > there is not really much to attract the eye, or is there? > > I know Debian used to have an

Re: Sanitizer of record fields?

2022-09-08 Thread bokr
Hi Simon, et al On +2022-09-08 09:59:15 +0200, zimoun wrote: > Hi, > > The website is currently failing [1] to build because a typo in some > package declaration. The error message is not very helpful, > > srfi/srfi-1.scm:241:2: In procedure map: > In procedure map: Wrong type

Re: developing javascript with guix

2022-07-30 Thread bokr
serving as distributed backup if^H^H when things disappear :) So whatever you provide on the internet, I would like an easy way to clone what's being served, so I can see it in the same way but locally on my laptop or lan. I think IWBN to import web site contents via installing/updating

Re: Guix home and operating-system

2022-07-27 Thread bokr
Hi Andrew, On +2022-07-27 11:34:14 +0300, Andrew Tropin wrote: > On 2022-07-18 11:38, Ludovic Courtès wrote: > > > Hi, > > > > Andrew Tropin skribis: > > > >> I don't remember all the details and where I stopped, but the highlevel > >> idea is following: > >> > >> - Define a system services,

Re: python-pytest in references graph

2022-07-25 Thread bokr
On +2022-07-25 08:23:57 +0200, Lars-Dominik Braun wrote: > Hi, > > > It should, but sometimes there are bugs in the package definition or > > build system, in this case causing python-rdflib to refer to the > > native-input python-pytest.  Likely it's the 'add-install-to-path' phase > > adding

Re: Building, packaging and updating Guix with confidence

2022-07-17 Thread bokr
Hi Josselin, I have some naive questions below :) On +2022-07-07 16:34:17 +0200, Josselin Poiret wrote: > Hello, > > Zhu Zihao writes: > > > If your foreign function use case is very trivial? Why not give Guile > > dynamic FFI a try? > > That could be another option, but I'd like to have

Re: grafted package and CLI

2022-07-17 Thread bokr
Hi Simon, On +2022-07-07 18:58:41 +0200, zimoun wrote: > Hi, > > On Thu, 07 Jul 2022 at 17:09, Ludovic Courtès wrote: > > > You mean hide with the ‘hidden?’ property? > > I do not know what I mean. ;-) > > The replacement could have an ’hidden?’ property or not being > ’define-public’. >

Re: repl macro (metacommand?) for guix CLI (sub)commands

2022-07-07 Thread bokr
Hi Ludo', On +2022-07-07 09:31:34 +0200, Ludovic Courtès wrote: > Hi! > > jgart skribis: > > > This is because each of those "CLI calls" end up running `(exit 0)` > > at the end in some form or another. > > Note that Guile’s ‘exit’ throws a ‘quit’ exception, which can be caught. Any possible

Re: repl macro (metacommand?) for guix CLI (sub)commands

2022-07-06 Thread bokr
Hi, On +2022-07-06 08:44:32 +0200, zimoun wrote: > Hi, > > On mar., 05 juil. 2022 at 17:27, jgart wrote: > > > That's a good question! Maybe we should make a feature table and analyze > > what we currently have exposed to decide what we might want in the near > > future that we don't currently

Re: guix refresh to a specific version?

2022-07-05 Thread bokr
On +2022-07-04 17:53:42 +0200, zimoun wrote: [ ... ] > It is indeed a limitation of the Bioconductor importer and the issue is > discussed here: > > http://issues.guix.gnu.org/issue/39885 > http://issues.guix.gnu.org/issue/54787 > For me, doing s/http/https/ on above, then

Re: “Building a Secure Software Supply Chain with GNU Guix”

2022-06-30 Thread bokr
On +2022-06-30 16:13:10 +0200, Ludovic Courtès wrote: > Hello Guix! > > I’m happy to announce the publication of a refereed paper in the > Programming journal: > > https://doi.org/10.22152/programming-journal.org/2023/7/1 > > It talks about the “secure update” mechanism used for channels and

Re: Dealing with upstream issues

2022-06-29 Thread bokr
Hi zimoun, et al, On +2022-06-28 18:25:05 +0200, zimoun wrote: > Hi, > > On Tue, 28 Jun 2022 at 14:31, Maxime Devos wrote: > > > You often close bugs with as rationale: ‘no response since X months, > > hence closing’, so it seems to me that you would simply close bug > > reports if the bug

Re: Wiki && Re: [feature request] merge sxml->html from (haunt html) into guile?

2022-06-28 Thread bokr
On +2022-06-28 22:13:58 +0200, Maxime Devos wrote: > Blake Shaw schreef op wo 29-06-2022 om 01:34 [+0700]: > > Which brings up another thing I've been considering working on thats > > been discussed in the Guix community: the need for click-to-edit > > wiki, written in Guile. [...] > > I don't

Re: First guix pull is too costly

2022-06-28 Thread bokr
On +2022-06-28 14:04:52 +0600, Akib Azmain Turja wrote: > > Hello, > > Yesterday, I created a new user in my system. Then I tried to install a > package, but found that it's not the latest, although I did sudo guix > pull before sudo guix system reconfigure. So I tried to do guix pull, > but

Re: Teams: first draft list

2022-06-21 Thread bokr
On +2022-06-21 17:21:11 +0200, zimoun wrote: > > Here below a collection of answers. The teams are more or less. Maybe, > we could join some for having another structure. WDYT? Where is the RISC/MES team? :)

Further thoughts on Xorg "vs" Wayland etc -- was: Re: Release v1.4?

2022-06-18 Thread bokr
Hi brian, et al, On +2022-06-17 11:37:18 -0400, Brian Cully via Development of GNU Guix and the GNU System distribution. wrote: > > Ludovic Courtès writes: > > > So plain ‘emacs’ package doesn’t work on Wayland? That sounds like a > > recipe for a poor user experience, no? > > The mainline

Re: Move switch-symlinks to (guix build utils)

2022-06-03 Thread bokr
-= note" notes edited in) BTW: notice that Size: is number of chars in TARGET name, not the LINK name --8<---cut here---start->8--- $ ln -sT TARGET LINK $ stat LINK File: LINK -> TARGET Size: 6 Blocks: 0 IO Block: 4096