From: Xiangyu Chen
The console ouput lots of egrep warning message, those message causes test case
fail in diff stage.
According the message, using grep -E instead of egrep.
Warning message:
---
9d8
< egrep: warning: egrep is obsolescent; using grep -E
31d29
< egrep: warning: egrep
On Mon, Feb 19, 2024, at 4:08 AM, Xiangyu Chen wrote:
> From: Xiangyu Chen
>
> The console ouput lots of egrep warning message, those message causes
> test case fail in diff stage.
On what system does this happen? The proposed changes might break the test
suite on some older systems.
--
vq
2024年2月19日(月) 18:01 Lawrence Velázquez :
> On Mon, Feb 19, 2024, at 4:08 AM, Xiangyu Chen wrote:
> > From: Xiangyu Chen
> >
> > The console ouput lots of egrep warning message, those message causes
> > test case fail in diff stage.
>
> On what system does this happen? The proposed changes might b
On Sat, Feb 17, 2024, 20:54 Greg Wooledge wrote:
> On Sat, Feb 17, 2024 at 07:41:43PM +, John Larew wrote:
> > After further examination, the examples with "fg $$" and "fg $!" clearly
> do not bring the subshell into the foreground, as they are evaluated prior
> to the subshells background ex
Date:Mon, 19 Feb 2024 18:33:31 +0900
From:Koichi Murase
Message-ID:
| GNU grep started to output error messages in v3.8 (2022-09) for egrep,
| so the test failure will be happening in most GNU/Linux distributions
| soon.
That (as in, gnu grep) should be fixed
On Monday, February 19, 2024, Lawrence Velázquez wrote:
>
> On what system does this happen? The proposed changes might break the
> test suite on some older systems.
>
Agreed. Those egrep invocations can be replaced with `grep -v -e
BASH_VERSINFO -e PIPESTATUS -e GROUPS' though.
--
Oğuz
On Mon, 19 Feb 2024, at 1:29 PM, Oğuz wrote:
> On Monday, February 19, 2024, Lawrence Velázquez wrote:
>>
>> On what system does this happen? The proposed changes might break the
>> test suite on some older systems.
>>
>
> Agreed. Those egrep invocations can be replaced with `grep -v -e
> BASH_VE
On 2/7/24 1:33 AM, Grisha Levit wrote:
I have some dotfiles symlinked to storage backed by a macOS File
Provider extension (e.g. Dropbox):
$ realpath ~/.bash_profile
/Users/levit/Library/CloudStorage/Dropbox/profile/.bash_profile
This normally works fine, except when my terminal emula
From: Xiangyu Chen
The console ouput lots of egrep warning message, those message causes test case
fail in diff stage.
According the message, using grep -v -e instead of egrep.
Warning message:
---
9d8
< egrep: warning: egrep is obsolescent; using grep -E
31d29
< egrep: warning: egr
When pressing backspace on Arabic ligatures (including characters with
diacritics), they are removed as if they are one character.
Example:
السَّلامُ
Pressing 3 backspaces leaves the word at ال. It removed لا which is a ligature
combining "ل" and "ا", and removed "م" with diacritics. Compare thi
10 matches
Mail list logo