Re: Declaring arrays with empty string in one line is bugged

2020-08-04 Thread Koichi Murase
It also reproduces in the current devel branch. $ bash-dev -c 'declare -a arr=(""); declare -p arr' declare -a arr=() $ bash-5.0 -c 'declare -a arr=(""); declare -p arr' declare -a arr=([0]="") 2020-08-05 3:33 andy_bash : > Sorry, the colors got messed up on the last email It's still messed up.

Re: Bash-5.1-alpha available for download

2020-08-04 Thread Chet Ramey
On 8/4/20 1:47 PM, Matthias Klose wrote: > On 6/17/20 4:47 PM, Chet Ramey wrote: >> The first alpha release of bash-5.1 is now available with the URL >> >> ftp://ftp.cwru.edu/pub/bash/bash-5.1-alpha.tar.gz > > Looking at the corresponding readline 8.1 alpha release, I see two symbols > being > dr

Declaring arrays with empty string in one line is bugged

2020-08-04 Thread andy_bash
Sorry, the colors got messed up on the last email ​Configuration Information [Automatically generated, do not change]:Machine: x86_64OS: linux-muslCompiler: gccCompilation CFLAGS: -g -O2 -Wno-parentheses -Wno-format-securityuname output: Linux 37b7613044c1 5.5.7-200.fc31.x86_64 #1 SMP Fri Feb 28

Re: Bash-5.1-alpha available for download

2020-08-04 Thread Matthias Klose
On 6/17/20 4:47 PM, Chet Ramey wrote: > The first alpha release of bash-5.1 is now available with the URL > > ftp://ftp.cwru.edu/pub/bash/bash-5.1-alpha.tar.gz Looking at the corresponding readline 8.1 alpha release, I see two symbols being dropped compared to 8.0: #MISSING: 8.1~alpha1# _rl_inte

Declaring arrays with empty string in one line is bugged

2020-08-04 Thread andy_bash
​Configuration Information [Automatically generated, do not change]:Machine: x86_64OS: linux-muslCompiler: gccCompilation CFLAGS: -g -O2 -Wno-parentheses -Wno-format-securityuname output: Linux 37b7613044c1 5..5.7-200.fc31.x86_64 #1 SMP Fri Feb 28 17:18:37 UTC 2020 x86_64 GNU/LinuxMachine Type:

Re: Shell exits after process substitution when using DEBUG trap with extdebug

2020-08-04 Thread Jonathan Rascher
On Tue, Aug 4, 2020 at 9:20 AM Chet Ramey wrote: > On 8/3/20 9:44 PM, Jonathan Rascher wrote: > > $ bash --version > > GNU bash, version 5.0.3(1)-release (x86_64-pc-linux-gnu) > > > > $ uname -a > > Linux penguin 5.4.40-04224-g891a6cce2d44 #1 SMP PREEMPT Tue Jun 23 > 20:21:29 > > PDT 2020 x86_64

Re: Shell exits after process substitution when using DEBUG trap with extdebug

2020-08-04 Thread Chet Ramey
On 8/3/20 9:44 PM, Jonathan Rascher wrote: > $ bash --version > GNU bash, version 5.0.3(1)-release (x86_64-pc-linux-gnu) > > $ uname -a > Linux penguin 5.4.40-04224-g891a6cce2d44 #1 SMP PREEMPT Tue Jun 23 20:21:29 > PDT 2020 x86_64 GNU/Linux > > (This is a Pixelbook running the default Crostini L