Re: status of guixrus

2024-09-27 Thread Andy Tai
Sorry, sent to the wrong mailing list. Please ignore. > Hi, guixrus (https://lists.sr.ht/~whereiseveryone/guixrus) was

status of guixrus

2024-09-27 Thread Andy Tai
Hi, guixrus (https://lists.sr.ht/~whereiseveryone/guixrus) was intended as a place where package definitions updates can be quicker while patches are waiting in review for the guix git. Curious if that is still the intended for this purpose? another comment related to it: its web site https://whe

Re: role of core-updates

2023-11-26 Thread Andy Tai
Sorry... this was sent to the wrong list. Meant to the guix devel list. Sorry for the wrong post here. On Sun, Nov 26, 2023 at 10:10 PM Andy Tai wrote: > Hi, hope Guix maintainers can clarify the role of the now core-updates > branch; the current documentation does not specify the core-u

role of core-updates

2023-11-26 Thread Andy Tai
Hi, hope Guix maintainers can clarify the role of the now core-updates branch; the current documentation does not specify the core-updates branch as a thing but there are clearly interests and uses of this branch for package updates not belonging to a feature branch like gnome and it is useful for,

guile using libgccjit

2022-11-16 Thread Andy Tai
wonder if there is any plan to add libgccjit as a jit for guile. One would assume that is an option, not replacement for the built in jit in guile

guile Amalgamation

2022-09-26 Thread Andy Tai
Is it possible for guile to have a "Amalgamation" form? I am thinking of something like Sqlite Amalgamation https://www.sqlite.org/amalgamation.html with that you have a single .c file and can build guile with a single command gcc -o guile guile-amalgamation.c This would be useful to be able t

Tom Lord passing

2022-07-19 Thread Andy Tai
Thomas Lord was an early (or the first?) maintainer of guile from https://berkeleydailyplanet.com/issue/2022-06-26/article/49837 Obituaries Thomas Lord 1966-2022 Trina Pundurs Monday June 27, 2022 - 05:21:00 PM Thomas Lord was born April 26, 1966 in Pittsburgh, Pennsylvania, where he lived unt

guile and libgccjit

2021-10-09 Thread Andy Tai
can guile make use of libgccjit? would be an interesting optional addition to guile