ocramz / xeno

Fast Haskell XML parser
Other
120 stars 33 forks source link

Maintenance hand-over #31

Closed ocramz closed 3 years ago

ocramz commented 4 years ago

As I wrote yesterday : https://www.reddit.com/r/haskell/comments/e4lvcz/xeno_seeking_maintainers/

I would like to hand over maintenance of xeno to someone who can give it the love it deserves. There are some routine maintenance tasks for which I haven't had the time recently.

@tmcgilchrist volunteered, but I wonder whether other contributors/pro users @qrilka @unhammer have any wishes regarding this.

qrilka commented 4 years ago

I don't think that I have anything specific from my side. I'll keep watching the repo and will be glad to provide some additional help if I will be able to.

unhammer commented 4 years ago

ditto, great that there is a volunteer so soon :)

ocramz commented 4 years ago

@tmcgilchrist it's not possible to transfer the repo to you because you already have a fork of xeno. I guess we should merge any outstanding work you might have on your fork into this one and then transfer it.

tmcgilchrist commented 4 years ago

I’ve backed up my fork locally and deleted it on github. Should be ok to do the transfer now.

On Wed, 4 Dec 2019 at 10:01 am, Marco Zocca notifications@github.com wrote:

@tmcgilchrist https://github.com/tmcgilchrist it's not possible to transfer the repo to you because you already have a fork of xeno. I guess we should merge any outstanding work you might have on your fork into this one and then transfer it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ocramz/xeno/issues/31?email_source=notifications&email_token=AABJXONY2NNE76FGTUWCYSTQW3QN5A5CNFSM4JUDDZLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEF3DWVI#issuecomment-561396565, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABJXOK2BB5H5OTF5G7KMUTQW3QN5ANCNFSM4JUDDZLA .

mgajda commented 4 years ago

Migamake would be happy to take it under our wings, since we work on improving it all the time.

dmalkr commented 4 years ago

I can maintain xeno. We with @mgajda in Migamake already extensively have used xeno in our projects, already have made some improvements (you can view it in https://gitlab.com/migamake/xeno repository; particularly we accelerated SAX / DOM processing at least ~50%, added a lot of benchmarks for big XML files (1-20Gb)).

So please consider me as maintainer.

ocramz commented 4 years ago

@dmalkr @mgajda oh wow that's great! Would you like to merge your fork before handing over?

dmalkr commented 4 years ago

@dmalkr @mgajda oh wow that's great! Would you like to merge your fork before handing over?

PR is ready: https://github.com/ocramz/xeno/pull/35

I've placed all changes in one PR. If you need, I can split into several PRs.

mgajda commented 4 years ago

@ocramz Are you waiting for handover? Because personally, I am ready to take over. Migamake may be closing activities, but interest in xeno still lives.

ocramz commented 4 years ago

Hi @mgajda , sorry for the long delay, I haven't been active in open source in the past few months. I've added you to the maintainer list on Hackage but you should first get rid of your fork of xeno before we can transfer it. I'll be happy to merge any outstanding work you might have there before transferring.

chrisdone commented 3 years ago

I just found this thread.

I can maintain xeno. We with @mgajda in Migamake already extensively have used xeno in our projects, already have made some improvements (you can view it in https://gitlab.com/migamake/xeno repository; particularly we accelerated SAX / DOM processing at least ~50%, added a lot of benchmarks for big XML files (1-20Gb)).

So please consider me as maintainer.

That's very interesting!

Thanks @mgajda for taking over maintainership.

Also thanks to @ocramz for maintaining since 2017~.

mgajda commented 3 years ago

Taken over :-).