* List of ob-* maintainers
@ 2021-04-18 19:57 Thomas S. Dye
2021-04-20 3:07 ` Kyle Meyer
0 siblings, 1 reply; 5+ messages in thread
From: Thomas S. Dye @ 2021-04-18 19:57 UTC (permalink / raw)
To: orgmode
Aloha all,
Is there a list of current ob-* maintainers? Perhaps it would be
useful to add and populate a Maintainer column to the language
table on Worg (org-contrib/babel/languages/index.html)?
All the best,
Tom
--
Thomas S. Dye
https://tsdye.online/tsdye
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: List of ob-* maintainers
2021-04-18 19:57 List of ob-* maintainers Thomas S. Dye
@ 2021-04-20 3:07 ` Kyle Meyer
2021-04-20 4:15 ` Thomas S. Dye
0 siblings, 1 reply; 5+ messages in thread
From: Kyle Meyer @ 2021-04-20 3:07 UTC (permalink / raw)
To: Thomas S. Dye; +Cc: orgmode
Thomas S. Dye writes:
> Aloha all,
>
> Is there a list of current ob-* maintainers?
Bastien updated the "Maintainer" field of the source files:
$ git grep -i maintainer lisp/ob-* | cut -d'<' -f1
lisp/ob-C.el:;; Maintainer: Thierry Banel
lisp/ob-J.el:;; Maintainer: Joseph Novakovich
lisp/ob-R.el:;; Maintainer: Jeremie Juste
lisp/ob-abc.el:;; Maintainer: William Waites
lisp/ob-clojure.el:;; Maintainer: Bastien Guerry
lisp/ob-dot.el:;; Maintainer: Justin Abrahms
lisp/ob-eshell.el:;; Maintainer: stardiviner
lisp/ob-groovy.el:;; Maintainer: Palak Mathur
lisp/ob-haskell.el:;; Maintainer: Lawrence Bottorff
lisp/ob-java.el:;; Maintainer: Ian Martins
lisp/ob-mscgen.el:;; Maintainer: Justin Abrahms
lisp/ob-perl.el:;; Maintainer: Corwin Brust
lisp/ob-python.el:;; Maintainer: Jack Kamm
lisp/ob-screen.el:;; Maintainer: Ken Mankoff
$ git describe
release_9.4.5-317-g3d5284326
The oldest addition is from September 2020, so that should be a fairly
current list.
> Perhaps it would be useful to add and populate a Maintainer column to
> the language table on Worg (org-contrib/babel/languages/index.html)?
Hmm, I suppose it's nice to have just one spot to avoid information
becoming out of sync, but that's a minor issue, so no objections from me
if you or others think it'd be helpful to have the information on Worg.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: List of ob-* maintainers
2021-04-20 3:07 ` Kyle Meyer
@ 2021-04-20 4:15 ` Thomas S. Dye
2021-04-21 2:47 ` Kyle Meyer
0 siblings, 1 reply; 5+ messages in thread
From: Thomas S. Dye @ 2021-04-20 4:15 UTC (permalink / raw)
To: Kyle Meyer; +Cc: orgmode
Aloha Kyle,
Thanks for this. I think the Worg list might be useful to
indicate which languages don't have maintainers. Or, is the
information in the source files sufficient? I'm happy not to work
on the Worg table in that case.
All the best,
Tom
Kyle Meyer <kyle@kyleam.com> writes:
> Thomas S. Dye writes:
>
>> Aloha all,
>>
>> Is there a list of current ob-* maintainers?
>
> Bastien updated the "Maintainer" field of the source files:
>
> $ git grep -i maintainer lisp/ob-* | cut -d'<' -f1
> lisp/ob-C.el:;; Maintainer: Thierry Banel
> lisp/ob-J.el:;; Maintainer: Joseph Novakovich
> lisp/ob-R.el:;; Maintainer: Jeremie Juste
> lisp/ob-abc.el:;; Maintainer: William Waites
> lisp/ob-clojure.el:;; Maintainer: Bastien Guerry
> lisp/ob-dot.el:;; Maintainer: Justin Abrahms
> lisp/ob-eshell.el:;; Maintainer: stardiviner
> lisp/ob-groovy.el:;; Maintainer: Palak Mathur
> lisp/ob-haskell.el:;; Maintainer: Lawrence Bottorff
> lisp/ob-java.el:;; Maintainer: Ian Martins
> lisp/ob-mscgen.el:;; Maintainer: Justin Abrahms
> lisp/ob-perl.el:;; Maintainer: Corwin Brust
> lisp/ob-python.el:;; Maintainer: Jack Kamm
> lisp/ob-screen.el:;; Maintainer: Ken Mankoff
>
> $ git describe
> release_9.4.5-317-g3d5284326
>
> The oldest addition is from September 2020, so that should be a
> fairly
> current list.
>
>> Perhaps it would be useful to add and populate a Maintainer
>> column to
>> the language table on Worg
>> (org-contrib/babel/languages/index.html)?
>
> Hmm, I suppose it's nice to have just one spot to avoid
> information
> becoming out of sync, but that's a minor issue, so no objections
> from me
> if you or others think it'd be helpful to have the information
> on Worg.
--
Thomas S. Dye
https://tsdye.online/tsdye
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: List of ob-* maintainers
2021-04-20 4:15 ` Thomas S. Dye
@ 2021-04-21 2:47 ` Kyle Meyer
2021-04-22 2:06 ` Thomas S. Dye
0 siblings, 1 reply; 5+ messages in thread
From: Kyle Meyer @ 2021-04-21 2:47 UTC (permalink / raw)
To: Thomas S. Dye; +Cc: orgmode
Thomas S. Dye writes:
> Aloha Kyle,
>
> Thanks for this. I think the Worg list might be useful to
> indicate which languages don't have maintainers. Or, is the
> information in the source files sufficient?
I don't know, but adding the information to the Worg table sounds fine
to me.
Thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: List of ob-* maintainers
2021-04-21 2:47 ` Kyle Meyer
@ 2021-04-22 2:06 ` Thomas S. Dye
0 siblings, 0 replies; 5+ messages in thread
From: Thomas S. Dye @ 2021-04-22 2:06 UTC (permalink / raw)
To: Kyle Meyer; +Cc: orgmode
Aloha Kyle,
Done. Thanks.
There are quite a few unmaintained languages in core.
All the best,
Tom
Kyle Meyer <kyle@kyleam.com> writes:
> Thomas S. Dye writes:
>
>> Aloha Kyle,
>>
>> Thanks for this. I think the Worg list might be useful to
>> indicate which languages don't have maintainers. Or, is the
>> information in the source files sufficient?
>
> I don't know, but adding the information to the Worg table
> sounds fine
> to me.
>
> Thanks.
--
Thomas S. Dye
https://tsdye.online/tsdye
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-04-22 2:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-18 19:57 List of ob-* maintainers Thomas S. Dye
2021-04-20 3:07 ` Kyle Meyer
2021-04-20 4:15 ` Thomas S. Dye
2021-04-21 2:47 ` Kyle Meyer
2021-04-22 2:06 ` Thomas S. Dye
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
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).