Re: Feature request: Empty associative-array keys

2021-04-14 Thread Chet Ramey
On 4/8/21 6:02 PM, Koichi Murase wrote: No error message for `unset 'a[]''? It's still a valid function name, and `unset' attempts to unset variables first, then functions. POSIX leaves that unspecified; that is how bash behaves. Bash doesn't print an error message if you try to unset a functi

Re: Bash 5.1: Completion bug fix

2021-04-14 Thread Chet Ramey
On 4/13/21 3:44 PM, Marc Aurèle La France wrote: Fix a bug in attempt_shell_completion() since 4.3-beta that allows the programmable completion code to override a prior decision made by attempt_shell_completion() that command completion is >not< to be used. Thanks for the report and fix. Chet