Re: The message chain with an happy ending

2023-07-05 Thread Maxime Devos
Op 02-07-2023 om 16:43 schreef Stefan Israelsson Tampe: It's part of the blog, computers tab, I see guile scheme as an art and have a few suggestions of great improvements for it. But you have to demand those features if you like it. The article and blog post you sent does not contain anything

Re: The message chain with an happy ending

2023-07-05 Thread Developers list for Guile, the GNU extensibility library
I think the guile mailing list has come to suffer seriously from a policing of what is appropriate for discussion. When I first started getting into guile at the beginning of 2021, the list was more open, active and enjoyable. Since then it has become a ghost town where tumbleweeds blow by in th

What's to be considered on-topic for Guile mailing lists? (Re: The message chain with an happy ending)

2023-07-05 Thread Maxime Devos
Op 05-07-2023 om 12:42 schreef Blake Shaw: I think the guile mailing list has come to suffer seriously from a policing of what is appropriate for discussion. When I first started getting into guile at the beginning of 2021, the list was more open, active and enjoyable. Since then it has becom

Re: The message chain with an happy ending

2023-07-05 Thread Maxime Devos
(In future responses, let's trim the CC:) OpenPGP_0x49E3EE22191725EE.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

Re: The message chain with an happy ending

2023-07-05 Thread Thompson, David
On Wed, Jul 5, 2023 at 6:43 AM Blake Shaw via Developers list for Guile, the GNU extensibility library wrote: > > I think the guile mailing list has come to suffer seriously from a policing > of what is appropriate for discussion. When I first started getting into > guile at the beginning of 202

Re: Hygienic rewrite of (ice-9 expect)

2023-07-05 Thread Maxime Devos
Op 19-06-2023 om 01:37 schreef Daniel Dinnyes: I have to apologise for the massive hatched-job I did with that "rebase"! :P Some references to my own modules were left in, other variables mixed up, etc. I think it's in better shape now. Checked that tests run at least! It's the same feature br

Re: What's to be considered on-topic for Guile mailing lists? (Re: The message chain with an happy ending)

2023-07-05 Thread Olivier Dion
On Wed, 05 Jul 2023, Maxime Devos wrote: > the Guile department isn't really alive, but that's just because of lack > of applicants and interest in working on Guile itself, not because of a > bad work environment. On that matter, I do think lots of people are interested to work on Guile core it

Re: What's to be considered on-topic for Guile mailing lists? (Re: The message chain with an happy ending)

2023-07-05 Thread MSavoritias
Olivier Dion writes: > On Wed, 05 Jul 2023, Maxime Devos wrote: >> the Guile department isn't really alive, but that's just because of lack >> of applicants and interest in working on Guile itself, not because of a >> bad work environment. > > On that matter, I do think lots of people are in

Re: What's to be considered on-topic for Guile mailing lists? (Re: The message chain with an happy ending)

2023-07-05 Thread Blake Shaw
I'm sorry, I'm the one supposed to be working on a rehaul of the documentation, but the review process has slowed this down. I started integrating everyones suggestions for the revamped map section after it was proposed in January and its almost done but not complete, and but I've been so busy t

[PATCH] Add statvfs bindings.

2023-07-05 Thread Marius Bakke
* libguile/filesys.c (scm_statvfs2scm): New function. (scm_statvfs): New procedure. * libguile/filesys.h: Add scm_statvfs. * libguile/syscalls.h (fstatvfs_or_fstatvfs64, statvfs_or_statvfs64, scm_from_fsblkcnt_t_or_fsblkcnt64_t, scm_from_fsfilcnt_t_or_fsfilcnt64_t): New macros. * module/ice-9/posix