From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22470 invoked by alias); 31 May 2016 12:20:21 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 22452 invoked by uid 89); 31 May 2016 12:20:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 31 May 2016 12:20:10 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1b7ieR-0003R0-Gw for cygwin-apps@cygwin.com; Tue, 31 May 2016 14:20:03 +0200 Received: from c-69-140-37-22.hsd1.md.comcast.net ([69.140.37.22]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 May 2016 14:20:03 +0200 Received: from schulman.andrew by c-69-140-37-22.hsd1.md.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 May 2016 14:20:03 +0200 To: cygwin-apps@cygwin.com From: Andrew Schulman Subject: Re: fish curr and prev are reversed Date: Tue, 31 May 2016 12:20:00 -0000 Message-ID: References: <1ugqkbhbvdrlgfrf94m02p11ko5op8fbna@4ax.com> <1ugqkbhbvdrlgfrf94m02p11ko5op8fbna-e09XROE/p8c@public.gmane.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00121.txt.bz2 > On 31/05/2016 09:32, Andrew Schulman wrote: > > RIght now for fish, version 2.3b1-1 is current and 2.3.0-1 is prev. This is the > > opposite of what I intended. I expected 2.3b1 to sort before 2.3.0. > > > > AFAIK the last setup.hint that I uploaded didn't include curr: or prev: lines, > > so this looks to be what calm decided to do. Can someone please fix it? > > The sort order is now documented at [1] > > See also the discussion at > https://cygwin.com/ml/cygwin-apps/2015-10/msg00003.html > > [1] https://cygwin.com/setup.html#naming Thanks. Although it gives the wrong answer (meaning, not the answer I want) in this case, I think it's reasonable. Next time I'll check and add curr: and prev: lines if needed. Andrew