[Bash-completion-devel] [bash-completion-Bugs][312306] chown test "crashes" on FreeBSD (no "root" group)

2010-02-06 Thread bash-completion-bugs
Bugs item #312306, was changed at 2010-01-30 11:38 by Leonard Crestez You can respond by visiting: https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=312306&group_id=100114 >Status: Closed Priority: 2 Submitted By: Ville Skyttä (scop-guest) Assigned to: Leonard Crestez (cdleonard-gue

Re: [Bash-completion-devel] -o posix, IFS and local

2010-02-06 Thread Freddy Vulto
On 100206 01:55, Crestez Dan Leonard wrote: > Some digging reveals that bash-completion tests run with the shell in -o > posix mode and that the IFS leak is correct behavior. Bash doc states in > 6.11 (Bash POSIX mode) point 23: > > """ Assignment statements preceding posix special builtins persis

Re: [Bash-completion-devel] TCL styleguide?

2010-02-06 Thread Freddy Vulto
Ville Skyttä iki.fi> writes: > On Friday 05 February 2010, Freddy Vulto wrote: > > Just to be sure, does that mean we're also not commenting > > end-of-functions anymore, like: > > > > proc assert_complete {} { > > > > }; # assert_complete() > > I wouldn't mind dropping them