On Tue, 11 Feb 2025, Corinna Vinschen wrote:

> On Feb 10 17:13, Jeremy Drake via Cygwin-patches wrote:
> > make mappings linked list in order rather than reverse order.
>
> Why?  I'm not asking for myself, but for the commit message.
> It may profit a lot from explaining what the change is supposed
> to accomplish. :)

That's two good points: 1) I didn't write a proper commit message, I'll
do that for v3.  but 2), why does the order of the list matter?  On my
system, the order returned by the functions matches my "expected" order
(my C: comes before my D:), but I don't think there's any guarantee that
that will always be the case.  I don't think it matters other than for
aesthetics though, but I don't know the motivation behind returning the
explicit mount entries in native_sorted order.  Is there any reason why I
might need to sort the cygdrive mount entries?  I could see that getting
complicated.

Reply via email to