Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Advice for some old changes


On Nov 17, 2020, at 2:32 PM, Nasser Grainawi <nasser@xxxxxxxxxxxxxx> wrote:

Hey folks,

I’m looking to see if I can get some help moving a few out of date changes forward.

Change series 1: 122288: Restore preserved packs during missing object seeks. | https://git.eclipse.org/r/c/jgit/jgit/+/122288
This series is adding a feature to JGit that would allow for safer object pruning during repacking by providing a way to restore a “missing” object from a backup of the most recent pack files. I don’t think there were any objections to it, but reviews just stalled out.

Change series 2: 24295: RFC: BucketQueue (LinearMinFinder) | https://git.eclipse.org/r/c/jgit/jgit/+/24295
This series modifies the DateRevQueue implementation to use a more performant data structure. We think it also fixes a bug in DateRevQueue (the parent change), but that bug has become deeply ingrained in the latest JGit tip tests, so it’s quite a challenge (for me) to fix all the occurrences. There weren’t any concerns raised or real review comments added on the change.

I’m willing to rebase these, but I’m wondering if there’s additional modifications needed to help them get reviewed/merged. Would someone be able to provide some feedback/direction for me?

Anyone have thoughts they could share to help me move forward?


Thanks!
Nasser
_______________________________________________
jgit-dev mailing list
jgit-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jgit-dev


Back to the top