From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.17.24]) by sourceware.org (Postfix) with ESMTPS id 3C1783858D33 for ; Thu, 16 Feb 2023 09:53:51 +0000 (GMT) Authentication-Results: sourceware.org; dmarc=permerror header.from=cygwin.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=cygwin.com Received: from calimero.vinschen.de ([24.134.7.25]) by mrelayeu.kundenserver.de (mreue107 [212.227.15.183]) with ESMTPSA (Nemesis) id 1MiZkX-1owoaB0wRb-00fls7; Thu, 16 Feb 2023 10:53:48 +0100 Received: by calimero.vinschen.de (Postfix, from userid 500) id 73DB7A80DC9; Thu, 16 Feb 2023 10:53:47 +0100 (CET) Date: Thu, 16 Feb 2023 10:53:47 +0100 From: Corinna Vinschen To: cygwin@cygwin.com Cc: Brian Inglis Subject: Re: [ANNOUNCEMENT] Updated: dash 0.5.12-2 Message-ID: Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com, Brian Inglis References: <6810586169.20230213204858@yandex.ru> <8a583e14-b413-d1a2-35d9-e76f73a4b338@Shaw.ca> <67b919ee-ab5e-3424-16aa-df5e9953fd89@Shaw.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <67b919ee-ab5e-3424-16aa-df5e9953fd89@Shaw.ca> X-Provags-ID: V03:K1:jASpXe2sLL4gXd+70dl/NhZfNNSozPVyZCemePLwQyTQTfm03wy /+CTl5l41OK9JufSo8yDuH63PPfOt/2cqkBCy2JP8mxYcLlJdhvnBPCLazTackiP6EQktfq D45pN5AhKWzmefJ8QiDgB/QQQYMkqWxmHdtfvKz1ALDysFjreTXxgYMb3F9cruS3i9yvFcF y3p8PgEu7pXb7PhYeYVjw== UI-OutboundReport: notjunk:1;M01:P0:5NrvS/8lTI0=;A/sTLUiNHz72lOwookBcoFC/k43 /f0Saz7nvM8h/1XjoEgVKrKLkBt+gbDs2+AglDPiVVhWPToT89R2LEvz0TnggCs7386WkQwm5 Sq/My/v/eMfeLQ6AsJskGOMIPCIYVO0rSgHZJCbAi0NIpFl4GeulXGbeEt6KkMXdotXhIACRM L60fJCgLHc6HE2XRs5ITbHKjcgEAdV4hnusB5lM0j29I4FUJ877FZMvfdwpcS5OnHsY3Tyv8J C3XFF/yoVVJRBRrtI2doGW/keexhVIyOklNa9jbBjCDD7OxLRHrUX/vo0gZrVWy17kHjpObvi iWAx68mNuBzJKJ9Pe4r6KB6DofwleURtqHbOU4Rj8a3joR5z/TKCjjTG2e9aQzEu1qnJMW8/Z 4Ciolm2oyzMU2iCDReHrecJCB3HFCtgyW1h90sm5IforU21omgP9RCzE7dWnPa+1Z253MoD6H njzSp3ORyt5s1GnJMnH/twadzDmuowofeRxytEu5Cf6d078Um5wxdz+OaQxPhx7/SwSGaDPob Mj7zg6jf4D/ydczDDN8lPpZRoZLF+scHSMnTHt80eqNgt1+Z0pRBYtjs8qYU1gGNsji8DX1NM rJi+wMgu/1Tr+KcEPqrjULGDUZx6sI0+wrgq5z1o3IFs3LnzmfW7cZ68FUuxQcDPYC1bXQiNk IHKggnucsrcyZ1RuzrIaMMXYR5VkSCT93vkZjnR7/A== X-Spam-Status: No, score=-97.2 required=5.0 tests=BAYES_00,GOOD_FROM_CORINNA_CYGWIN,KAM_DMARC_STATUS,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_FAIL,SPF_HELO_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Brian, On Feb 15 15:31, Brian Inglis via Cygwin wrote: > On 2023-02-15 07:05, Corinna Vinschen via Cygwin wrote: > > On Feb 15 14:52, Corinna Vinschen via Cygwin wrote: > > > The currently building cygwin test release 3.5.0-0.174.gd6d4436145b8 > > > contains the new code. Would you mind to build a dash for testing so we > > > can see if and how it works? > > > You don't have to build a new dash. Just downgrading to > > dash-0.5.12-1 will suffice, of course. D'oh. > > So, as a first test, here's the result of Andrey's expression > > with dash-0.5.12-1: > > $ dash -c '_x=" x"; echo "${_x#${_x%%[![:space:]]*}}"' > > x > > Good and quick work! > I was still looking thru my last Cygwin build for the Unicode tables, that I > remember being rebuilt some time ago, and to find what used them, and > whether they were updated to Unicode 15. > > I'll install the test Cygwin and old dash, then prep and check a new/old > dash release 3 in test, for release with untest when the Cygwin changes are > released, rather than play with replacing versions and going back and forth. That *may* be a bit early... The patches are not bugfixes, but implementing new features. As such, you won't find them in a 3.4 bugfix release. They will hit the light with the first 3.5.0 release only, probably end of 2023. Corinna