improved complete support: the list of available variable name completions is dubbed

Eric Bénard eric at eukrea.com
Thu May 3 03:03:01 EDT 2012


Hi Jean-Christophe,

Le Thu, 3 May 2012 07:07:27 +0200,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com> a écrit :

> On 21:37 Wed 02 May     , Antony Pavlov wrote:
> > Hi, All!
> > 
> > I have tested improved complete support in barebox.
> > 
> > I have found that the list of available variable name completions is
> > dubbed, e.g.
> I just test it again on malta
> 
> # qemu-system-mips64 -nodefaults -M malta -m 256 -nographic -serial stdio -monitor null -bios build/malta-64/barebox.bin 
> 
> 
> barebox 2012.04.0-00049-ga88907a #0 Thu May 3 12:43:17 CST 2012
> 
> 
> Board: qemu malta
> registered netconsole as cs1
> ## Unknown FLASH on Bank at 0x1e000000 - Size = 0x00000000 = 0 MB
> Malloc space: 0xa0400000 -> 0xa07fffff (size  4 MB)
> Open /dev/env0 No such file or directory
> running /env/bin/init...
> not found
> barebox:/ echo $
> $net.nameserver     $net.domainname     $cs0.baudrate 
> $cs0.active         $cs1.active         $cs1.ip 
> $cs1.port           $net.nameserver     $net.domainname 
> $cs0.baudrate       $cs0.active         $cs1.active 
> $cs1.ip             $cs1.port           
> barebox:/ echo $
> $net.nameserver     $net.domainname     $cs0.baudrate 
> $cs0.active         $cs1.active         $cs1.ip 
> $cs1.port           $net.nameserver     $net.domainname 
> $cs0.baudrate       $cs0.active         $cs1.active 
> $cs1.ip             $cs1.port           
> barebox:/ echo $
> $net.nameserver     $net.domainname     $cs0.baudrate 
  ^1
> $cs0.active         $cs1.active         $cs1.ip 
  ^1
> $cs1.port           $net.nameserver     $net.domainname 
  ^1                  ^2
> $cs0.baudrate       $cs0.active         $cs1.active 
                      ^2
> $cs1.ip             $cs1.port           
                      ^2
 
and you ge the same result as Antony : variables are present twice.

Eric



More information about the barebox mailing list