* Where is the list of Guile maintainers?
@ 2024-12-20 13:59 Maxime Devos via General Guile related discussions
2024-12-20 15:02 ` Nate Rosenbloom
0 siblings, 1 reply; 5+ messages in thread
From: Maxime Devos via General Guile related discussions @ 2024-12-20 13:59 UTC (permalink / raw)
To: Tom Whitcomb via General Guile related discussions
(To: line is incorrect, current e-mail program doesn’t have an option to fix the name.)
It’s surprisingly hard to find a list of current Guile maintainers – lots of individual update messages of the kind “welcome new maintainer” and “bye-bye & sadness & well-wished for old maintainer leaving”, but not an actual _list_ of _current_ maintainers.
Where can I find such a list (or, from recollection, who are the maintainers)? (Some discussion on where to put such a list would perhaps be good as well, but right now it’s a list I need.)
Best regards,
Maxime Devos
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Where is the list of Guile maintainers?
2024-12-20 13:59 Where is the list of Guile maintainers? Maxime Devos via General Guile related discussions
@ 2024-12-20 15:02 ` Nate Rosenbloom
2024-12-20 15:11 ` Maxime Devos via General Guile related discussions
0 siblings, 1 reply; 5+ messages in thread
From: Nate Rosenbloom @ 2024-12-20 15:02 UTC (permalink / raw)
To: Maxime Devos, Tom Whitcomb via General Guile related discussions
According to the manual Ludovic Courtès and Andy Wingo are the current maintainers. Although it hasn’t been updated in 5 years.
https://www.gnu.org/software/guile/manual/html_node/A-Scheme-of-Many-Maintainers.html
But I guess that would be a good place to update if it’s changed.
Nate Rosenbloom
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: Where is the list of Guile maintainers?
2024-12-20 15:02 ` Nate Rosenbloom
@ 2024-12-20 15:11 ` Maxime Devos via General Guile related discussions
2024-12-20 17:22 ` Mikael Djurfeldt
0 siblings, 1 reply; 5+ messages in thread
From: Maxime Devos via General Guile related discussions @ 2024-12-20 15:11 UTC (permalink / raw)
To: Nate Rosenbloom,
Tom Whitcomb via General Guile related discussions
>According to the manual Ludovic Courtès and Andy Wingo are the current maintainers. Although it hasn’t been updated in 5 years.
https://www.gnu.org/software/guile/manual/html_node/A-Scheme-of-Many-Maintainers.html
>
>But I guess that would be a good place to update if it’s changed.
I recall hearing that Ludo’ left (or intended to leave?), so I don’t trust it too much, and both don’t seem active with considering Guile patches. Also, I’ve seen some other people accepting / merging patches and there doesn’t appear to be a formal maintainer/committer distinction here, I’d think there are some others as well.
I guess I’ll wait for some other replies.
Best regards,
Maxime Devos
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Where is the list of Guile maintainers?
2024-12-20 15:11 ` Maxime Devos via General Guile related discussions
@ 2024-12-20 17:22 ` Mikael Djurfeldt
2024-12-26 11:05 ` Ludovic Courtès
0 siblings, 1 reply; 5+ messages in thread
From: Mikael Djurfeldt @ 2024-12-20 17:22 UTC (permalink / raw)
To: Maxime Devos
Cc: Nate Rosenbloom,
Tom Whitcomb via General Guile related discussions,
Mikael Djurfeldt, Ludovic Courtès
On Fri, Dec 20, 2024 at 4:12 PM Maxime Devos via General Guile related
discussions <guile-user@gnu.org> wrote:
> >According to the manual Ludovic Courtès and Andy Wingo are the current
> maintainers. Although it hasn’t been updated in 5 years.
>
> https://www.gnu.org/software/guile/manual/html_node/A-Scheme-of-Many-Maintainers.html
> >
> >But I guess that would be a good place to update if it’s changed.
>
> I recall hearing that Ludo’ left (or intended to leave?), so I don’t trust
> it too much, and both don’t seem active with considering Guile patches.
> Also, I’ve seen some other people accepting / merging patches and there
> doesn’t appear to be a formal maintainer/committer distinction here, I’d
> think there are some others as well.
>
> I guess I’ll wait for some other replies.
>
Hi Maxime,
I'll let others reply to your specific questions, but can explain a little
bit about where I come from. I was once a Guile maintainer. During that
time we had a policy of letting people which we considered as having some
degree of "good judgement" have write access. It was like that from the
start, actually. Guile contributions was in that respect never strictly
controlled by the maintainer, even though the maintainer set policy and
jumped in to correct things. Guile has in this respect always been kind of
"hackable". That said, those with write access had some amount of "self
restrain" such that we never committed things that es "controversial" or
which we didn't feel helped the project along forward.
In the case of the recent for-line-in-file, I might have given you too
short notice before committing, but on the other hand I feel it is
important that it doesn't become too hard to contribute to Guile.
Actually, regarding for-line-in-file: Have you seen the Racket solution?
That seems pretty nice. I would really like to have a Python iterator-like
stream-based solution. :)
Best regards,
Mikael
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Where is the list of Guile maintainers?
2024-12-20 17:22 ` Mikael Djurfeldt
@ 2024-12-26 11:05 ` Ludovic Courtès
0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2024-12-26 11:05 UTC (permalink / raw)
To: Mikael Djurfeldt
Cc: Maxime Devos, Nate Rosenbloom,
Tom Whitcomb via General Guile related discussions
Hello,
Mikael Djurfeldt <mikael@djurfeldt.com> skribis:
> On Fri, Dec 20, 2024 at 4:12 PM Maxime Devos via General Guile related
> discussions <guile-user@gnu.org> wrote:
>
>> >According to the manual Ludovic Courtès and Andy Wingo are the current
>> maintainers. Although it hasn’t been updated in 5 years.
>>
>> https://www.gnu.org/software/guile/manual/html_node/A-Scheme-of-Many-Maintainers.html
>> >
>> >But I guess that would be a good place to update if it’s changed.
>>
>> I recall hearing that Ludo’ left (or intended to leave?), so I don’t trust
>> it too much, and both don’t seem active with considering Guile patches.
I did consider stepping down in recognition of my limited availability
and to leave room for others. That hasn’t happened though
(bootstrapping issue!).
To be fair, I’m one of the very few people who reviewed and applied
other people’s patches over the past few years. I do think more people
could look at Debbugs and do that work.
Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-12-26 11:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-20 13:59 Where is the list of Guile maintainers? Maxime Devos via General Guile related discussions
2024-12-20 15:02 ` Nate Rosenbloom
2024-12-20 15:11 ` Maxime Devos via General Guile related discussions
2024-12-20 17:22 ` Mikael Djurfeldt
2024-12-26 11:05 ` Ludovic Courtès
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).