public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Brian Inglis <Brian.Inglis@SystematicSw.ab.ca>
To: Cygwin Applications <cygwin-apps@cygwin.com>
Cc: Brian Inglis <Brian.Inglis@SystematicSW.ab.ca>
Subject: Re: [ANNOUNCEMENT] Test: grep 3.8 - promotion to current stable
Date: Thu, 29 Sep 2022 12:55:34 -0600	[thread overview]
Message-ID: <021f494d-dac8-12b2-b49d-7bf6d56068a4@SystematicSw.ab.ca> (raw)
In-Reply-To: <announce.20220904140803.17862-1-Brian.Inglis@SystematicSW.ab.ca>

Hi folks, [Please Reply All as ISP blocking Cygwin lists]

I would like to untest and promote this test package to current stable 
this coming weekend, which may result in command and escape warnings 
appearing, unless anyone would like more time to release package 
updates, to avoid causing these command and escape warnings, which may 
result in support emails.

See release notes at bottom for more details, install the test package 
to see the warnings, and see the suggestions below for checks.

Since installing this test package, I have noticed command and escape 
warnings on stderr from various other packages during operations and 
cygport builds, but nothing so far has produced errors and failed.

Please email this list, and CC me as requested, if you would like me to 
further postpone release of this package upgrade.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada


On 2022-09-04 14:08, Cygwin grep Co-Maintainer wrote:
> The following package has been uploaded for testing to the Cygwin distribution:
> 
> * grep	3.8
> 
> GNU grep searches one or more input files for lines containing a match
> to a specified pattern. By default, grep outputs the matching lines. The
> GNU implementation includes several useful extensions over POSIX.
> 
> For more information see the project home pages:
> 
> 	https://www.gnu.org/software/grep/
> 	https://sv.gnu.org/projects/grep/
> 
> For changes since the previous Cygwin release please see below or read
> /usr/share/doc/grep/NEWS after installation; for complete details see:
> 
> 	/usr/share/doc/grep/ChangeLog
> 	https://git.sv.gnu.org/gitweb/?p=grep.git;a=log;h=refs/tags/v3.8
> 
> The change note below states that egrep and fgrep are deprecated
> obsolescent commands, will be dropped in future, and from this release
> until then, every use will show a stderr warning message, reminding you
> how to change your commands and scripts:
> 
> 	$ egrep ...
> 	egrep: warning: egrep is obsolescent; using grep -E
> 	...
> 	$ fgrep ...
> 	fgrep: warning: fgrep is obsolescent; using grep -F
> 	...
> 
> Other usages documented below also now generate stderr warning or
> error messages.
> 
> This is a test release due to those breaking interface changes, and
> will not be released as current stable for a few weeks, once we
> understand any impact on current packages and systems.
> 
> All users worried about breakage should install this package in a test
> environment and validate whether it breaks their current systems.
> 
> Package maintainers should check that their installed packages and
> scripts do not generate, issue, or use the deprecated obsolescent
> commands or features, and any impacts on their future builds.
> Many configure, ltmain.sh, and test scripts contain egrep tests
> that may produce stderr warning messages.
> So far, I have only seen egrep warning messages from *cygport*.
> Please let me know directly if any of your packages are impacted,
> and you can not mitigate any impacts in a few weeks, and how long
> until you expect to be able to mitigate any impacts.
> Please also CC cygwin-apps for others, as my ISP has blocked it!
> 
> 
> Noteworthy changes in release 3.8 (2022-09-02) [stable]
> 
> Changes in behavior
> 
> * The -P option is now based on PCRE2 instead of the older PCRE,
>    thanks to code contributed by Carlo Arenas.
> 
> * The egrep and fgrep commands, which have been deprecated since
>    release 2.5.3 (2007), now warn that they are obsolescent and should
>    be replaced by grep -E and grep -F.
> 
> * The confusing GREP_COLOR environment variable is now obsolescent.
>    Instead of GREP_COLOR='xxx', use GREP_COLORS='mt=xxx'. grep now
>    warns if GREP_COLOR is used and is not overridden by GREP_COLORS.
>    Also, grep now treats GREP_COLOR like GREP_COLORS by silently
>    ignoring it if it attempts to inject ANSI terminal escapes.
> 
> * Regular expressions with stray backslashes now cause warnings, as
>    their unspecified behavior can lead to unexpected results.
>    For example, '\a' and 'a' are not always equivalent.
>    Similarly, regular expressions or subexpressions that start with a
>    repetition operator now also cause warnings due to their unspecified
>    behavior; for example, *a(+b|{1}c) now has three reasons to warn.
>    The warnings are intended as a transition aid; they are likely to be
>    errors in future releases.
> 
> * Regular expressions like [:space:] are now errors even if
>    POSIXLY_CORRECT is set, since POSIX now allows the GNU behavior.
> 
> Bug fixes
> 
> * In locales using UTF-8 encoding, the regular expression '.' no
>    longer sometimes fails to match Unicode characters U+D400 through
>    U+D7FF (some Hangul Syllables, and Hangul Jamo Extended-B) and
>    Unicode characters U+108000 through U+10FFFF (half of Supplemental
>    Private Use Area plane B).
>    [bug introduced in grep 3.4]
> 
> * The -s option no longer suppresses "binary file matches" messages.
>    [Bug#51860 introduced in grep 3.5]
> 
> Documentation improvements
> 
> * The manual now covers unspecified behavior in patterns like \x, (+),
>    and range expressions outside the POSIX locale.


       reply	other threads:[~2022-09-29 18:55 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <announce.20220904140803.17862-1-Brian.Inglis@SystematicSW.ab.ca>
2022-09-29 18:55 ` Brian Inglis [this message]
2022-10-27 16:25   ` Corinna Vinschen
2022-10-28  6:49     ` Brian Inglis
2022-10-28  8:13       ` Corinna Vinschen
2022-10-28  8:20         ` Corinna Vinschen
2022-10-28 13:36           ` Thomas Wolff
2022-11-19 20:26             ` Brian Inglis
2022-10-28 12:40       ` gs-cygwin.com
2022-10-28 14:29         ` Corinna Vinschen
2022-11-03 18:08         ` Brian Inglis
2022-11-03 18:31           ` Achim Gratz
2022-11-04  0:09             ` Richard H. Gumpertz
2022-11-04 12:47             ` Corinna Vinschen
2022-11-04 19:07             ` Brian Inglis
2022-11-04 19:27               ` Corinna Vinschen
2022-11-13 17:09                 ` Thomas Wolff
2022-11-13 22:13                   ` Brian Inglis
2022-11-14  5:21                     ` Thomas Wolff
2022-11-13 21:06 Brian Inglis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=021f494d-dac8-12b2-b49d-7bf6d56068a4@SystematicSw.ab.ca \
    --to=brian.inglis@systematicsw.ab.ca \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).