Re: Automated Patch Review Wish List

2022-11-16 Thread Christopher Baines
jgart writes: > What is a top item (TODO) on the automated patch review wish list? I'm not sure what you're asking. Are you asking what people think is most important to automate about patch review? Thanks, Chris signature.asc Description: PGP signature

Re: Checksum errors with Rust 1.64.0 and 1.65.0

2022-11-16 Thread Efraim Flashner
On Tue, Nov 15, 2022 at 04:36:42AM -0800, Matthew James Kraai wrote: > Hi, > > I'm trying to package Rust 1.65.0.  When I try to build it, it fails with > the following error: > > starting phase `build' > Building rustbuild > error: checksum for `windows_x86_64_msvc v0.36.1` changed between lock

Re: Automated Patch Review Wish List

2022-11-16 Thread jgart
On Wed, 16 Nov 2022 08:45:34 + Christopher Baines wrote: > I'm not sure what you're asking. Are you asking what people think is > most important to automate about patch review? Yup, what's the top priority feature we want to implement first/next for having a more automated patch review proces

guix melpa mirror!

2022-11-16 Thread jgart
Have people seen this yet? https://github.com/babariviere/guix-emacs pretty epic I think https://github.com/babariviere/guix-emacs/blob/master/docs/how_it_works.org https://github.com/babariviere/guix-emacs/blob/master/scripts/update https://github.com/babariviere/guix-emacs/blob/master/emacs

Re: Release progress, week 3

2022-11-16 Thread Andreas Enge
Am Tue, Nov 15, 2022 at 03:48:26PM -0500 schrieb Maxim Cournoyer: > It'll have to go to core-updates. The release will be cut from current > master. Okay, thanks, I will push it to core-updates when it comes out. Andreas

Re: [Guix Website] A Search Page for Packages

2022-11-16 Thread Luis Felipe
Hi, --- Original Message --- On Wednesday, November 9th, 2022 at 16:43, Luis Felipe wrote: > I have a working package browser now and will be styling it next. I'll link > to a public repository later. Here is the source code, by the way: https://codeberg.org/luis-felipe/guix-packages

Re: guix melpa mirror!

2022-11-16 Thread Joshua Branson
jgart writes: > Have people seen this yet? > > https://github.com/babariviere/guix-emacs > > pretty epic I think > > https://github.com/babariviere/guix-emacs/blob/master/docs/how_it_works.org > > > https://github.com/babariviere/guix-emacs/blob/master/scripts/update > > https://github.com/babari

Re: Automated Patch Review Wish List

2022-11-16 Thread Christopher Baines
jgart writes: > On Wed, 16 Nov 2022 08:45:34 + Christopher Baines > wrote: >> I'm not sure what you're asking. Are you asking what people think is >> most important to automate about patch review? > > Yup, what's the top priority feature we want to implement first/next for > having a more

Re: [Guix Website] A Search Page for Packages

2022-11-16 Thread Christopher Baines
Luis Felipe writes: >> > 1. Is there any way to page through the data >> > (e.g. https://dev.socrata.com/docs/paging.html#2.1)? >> > >> For most bits of data, yes. Although I haven't used limit/offset style >> pagination as that doesn't perform particularly well. >> > >> The Guix Data Service we

Re: [Guix Website] A Search Page for Packages

2022-11-16 Thread Christopher Baines
Luis Felipe writes: > --- Original Message --- > On Wednesday, November 9th, 2022 at 16:43, Luis Felipe > wrote: > >> I have a working package browser now and will be styling it >> next. I'll link to a public repository later. > > Here is the source code, by the way: > https://codeberg

Re: Automated Patch Review Wish List

2022-11-16 Thread jgart
On Wed, 16 Nov 2022 16:02:18 + Christopher Baines wrote: > qa.guix.gnu.org TIL Is there a way that I could have discovered qa.guix.gnu.org? Where would I have heard about it? A particular mailing list thread? Thanks for sharing. I'll do some research into it so I can get up to date.

Re: guix melpa mirror!

2022-11-16 Thread jgart
On Wed, 16 Nov 2022 10:52:24 -0500 Joshua Branson wrote: > That is pretty rad! I wonder if guix has packaged all of the elpa > packages? If not, then this source code might be useful. :) There's a similar completist automated project for R/CRAN repos that's on GitHub by rekado and lars: https

Re: Automated Patch Review Wish List

2022-11-16 Thread Christopher Baines
jgart writes: > On Wed, 16 Nov 2022 16:02:18 + Christopher Baines > wrote: >> qa.guix.gnu.org > > TIL > > Is there a way that I could have discovered qa.guix.gnu.org? Where would > I have heard about it? A particular mailing list thread? > > Thanks for sharing. I'll do some research into i

Re: Automated Patch Review Wish List

2022-11-16 Thread Luis Felipe
--- Original Message --- On Wednesday, November 16th, 2022 at 16:47, jgart wrote: > Is there a way that I could have discovered qa.guix.gnu.org? Where would > I have heard about it? A particular mailing list thread? For what it's worth, I have "Make Guix website family more visible" in m

Re: Automated Patch Review Wish List

2022-11-16 Thread Christopher Baines
Luis Felipe writes: > On Wednesday, November 16th, 2022 at 16:47, jgart wrote: > >> Is there a way that I could have discovered qa.guix.gnu.org? Where would >> I have heard about it? A particular mailing list thread? > > For what it's worth, I have "Make Guix website family more visible" in > m

Re: [Guix Website] A Search Page for Packages

2022-11-16 Thread Luis Felipe
--- Original Message --- On Wednesday, November 16th, 2022 at 16:25, Christopher Baines wrote: > Luis Felipe luis.felipe...@protonmail.com writes: > > > So one can't use "search_query" and "after_name" in the same request. I'm > > stuck in that part. > > Ah, yeah, that's true. > >

Re: [Guix Website] A Search Page for Packages

2022-11-16 Thread Luis Felipe
--- Original Message --- On Wednesday, November 16th, 2022 at 16:32, Christopher Baines wrote: > Luis Felipe luis.felipe...@protonmail.com writes: > > > > Here is the source code, by the way: > > https://codeberg.org/luis-felipe/guix-packages-website > > That looks great! :) > May

Package Argument #:asd-systems Missing & Guix Provides

2022-11-16 Thread Charles
Hello Guix Developers. More specifically, the #:asd-systems package-argument is missing from lisp libraries using the asdf-build-system/source (packages like cl-alexandria). I understand that it is removed on line 205 of guix/build-system/asdf.scm along with other package-arguments. (strip-key