Re: bash-5.0-beta2 breaks ``complete -D''

2018-11-30 Thread Tom Ryder
On Fri, Nov 30, 2018 at 05:21:32PM +0800, Clark Wang wrote: Just tried 5.0-beta2 and it broke my completion rules. It can be reproduced with the following steps: ... Hello Clark; I noticed the same thing; I addressed it in an earlier message with the attached patch as a suggested fix,

bash-5.0-beta2 breaks ``complete -D''

2018-11-30 Thread Clark Wang
Hi Chet, Just tried 5.0-beta2 and it broke my completion rules. It can be reproduced with the following steps: # complete -r # foo() { true; } # complete -o default -o bashdefault -D -F foo # cd /<-- Here it does not list dirs under `/'. Works fine with 4.4. Please take a look. -clark

Re: [bug-bash] Bash-5.0-beta2 available for download

2018-11-30 Thread Dr. Werner Fink
On Thu, Nov 29, 2018 at 08:52:58AM -0800, Chet Ramey wrote: > On 11/29/18 7:09 AM, Dr. Werner Fink wrote: > > On Tue, Nov 27, 2018 at 01:24:38PM -0500, Chet Ramey wrote: > >> The second beta release of bash-5.0 is now available with the URL > >> > >>