Re: `complete -p -- ` doesn't yield reusable input when "-F" is assigned an invalid identifier

2019-01-29 Thread Chet Ramey
On 1/29/19 8:15 PM, Great Big Dot wrote: >   > > On Sun, Jan 27, 2019 at 6:14 PM Chet Ramey > wrote: > > > > I prefer this behavior, at least to the extent that the function name > argument to -F can't contain any shell metacharacters. > > > But it

Re: `complete -p -- ` doesn't yield reusable input when "-F" is assigned an invalid identifier

2019-01-29 Thread Great Big Dot
> On Sun, Jan 27, 2019 at 6:14 PM Chet Ramey wrote: > > > I prefer this behavior, at least to the extent that the function name > argument to -F can't contain any shell metacharacters. > But it can, and that's the problem. E.g.: $ complete -F 'meta;char' -- cmd yields no errors. `complete` is

Re: UUID as Array Keys strangely not possible

2019-01-29 Thread Ángel
On 2019-01-26 at 07:55 +, Robert White wrote: > I've already gone through and replaced or refactored all the > double-square-bracket evaluations with single-square-bracket > expressions, and otherwise looked for any explicit arithmatic contexts > that might be confusing the issue. > > The c