mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* improved complete support: the list of available variable name completions is dubbed
@ 2012-05-02 17:37 Antony Pavlov
  2012-05-03  5:07 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 6+ messages in thread
From: Antony Pavlov @ 2012-05-02 17:37 UTC (permalink / raw)
  To: barebox

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.

barebox:/ echo $<TAB>
$PATH               $net.nameserver     $net.domainname
$cs0.baudrate       $cs0.active         $cs1.active
$cs1.ip             $cs1.port           $eth0.ipaddr
$eth0.ethaddr       $eth0.gateway       $eth0.netmask
$eth0.serverip      $PATH               $net.nameserver
$net.domainname     $cs0.baudrate       $cs0.active
$cs1.active         $cs1.ip             $cs1.port
$eth0.ipaddr        $eth0.ethaddr       $eth0.gateway
$eth0.netmask       $eth0.serverip
barebox:/

This barebox build is based on the 'next' git branch, last commit is

commit e4e3fbd22bca38f10f1cd7a3f5eb75e0b265dcaa
Merge: 8ca4264 9492976
Author: Sascha Hauer <s.hauer@pengutronix.de>
Date:   Tue May 1 21:41:59 2012 +0200

    Merge tag 'complete_update_support' of git://git.jcrosoft.org/barebo

-- 
Best regards,
  Antony Pavlov

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: improved complete support: the list of available variable name completions is dubbed
  2012-05-02 17:37 improved complete support: the list of available variable name completions is dubbed Antony Pavlov
@ 2012-05-03  5:07 ` Jean-Christophe PLAGNIOL-VILLARD
  2012-05-03  7:02   ` Eric Bénard
  2012-05-03  7:03   ` Eric Bénard
  0 siblings, 2 replies; 6+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2012-05-03  5:07 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

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 
$cs0.active         $cs1.active         $cs1.ip 
$cs1.port           $net.nameserver     $net.domainname 
$cs0.baudrate       $cs0.active         $cs1.active 
$cs1.ip             $cs1.port           

Best Regards,
J.

> 
> barebox:/ echo $<TAB>
> $PATH               $net.nameserver     $net.domainname
> $cs0.baudrate       $cs0.active         $cs1.active
> $cs1.ip             $cs1.port           $eth0.ipaddr
> $eth0.ethaddr       $eth0.gateway       $eth0.netmask
> $eth0.serverip      $PATH               $net.nameserver
> $net.domainname     $cs0.baudrate       $cs0.active
> $cs1.active         $cs1.ip             $cs1.port
> $eth0.ipaddr        $eth0.ethaddr       $eth0.gateway
> $eth0.netmask       $eth0.serverip
> barebox:/
> 
> This barebox build is based on the 'next' git branch, last commit is
> 
> commit e4e3fbd22bca38f10f1cd7a3f5eb75e0b265dcaa
> Merge: 8ca4264 9492976
> Author: Sascha Hauer <s.hauer@pengutronix.de>
> Date:   Tue May 1 21:41:59 2012 +0200
> 
>     Merge tag 'complete_update_support' of git://git.jcrosoft.org/barebo
> 
> -- 
> Best regards,
>   Antony Pavlov

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: improved complete support: the list of available variable name completions is dubbed
  2012-05-03  5:07 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2012-05-03  7:02   ` Eric Bénard
  2012-05-03  7:03   ` Eric Bénard
  1 sibling, 0 replies; 6+ messages in thread
From: Eric Bénard @ 2012-05-03  7:02 UTC (permalink / raw)
  To: Jean-Christophe PLAGNIOL-VILLARD; +Cc: barebox

Le Thu, 3 May 2012 07:07:27 +0200,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@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

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: improved complete support: the list of available variable name completions is dubbed
  2012-05-03  5:07 ` Jean-Christophe PLAGNIOL-VILLARD
  2012-05-03  7:02   ` Eric Bénard
@ 2012-05-03  7:03   ` Eric Bénard
  2012-05-03  7:17     ` Sascha Hauer
  1 sibling, 1 reply; 6+ messages in thread
From: Eric Bénard @ 2012-05-03  7:03 UTC (permalink / raw)
  To: Jean-Christophe PLAGNIOL-VILLARD; +Cc: barebox

Hi Jean-Christophe,

Le Thu, 3 May 2012 07:07:27 +0200,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@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

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: improved complete support: the list of available variable name completions is dubbed
  2012-05-03  7:03   ` Eric Bénard
@ 2012-05-03  7:17     ` Sascha Hauer
  2012-05-03  8:00       ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 6+ messages in thread
From: Sascha Hauer @ 2012-05-03  7:17 UTC (permalink / raw)
  To: Eric Bénard; +Cc: barebox

On Thu, May 03, 2012 at 09:03:01AM +0200, Eric Bénard wrote:
> Hi Jean-Christophe,
> 
> Le Thu, 3 May 2012 07:07:27 +0200,
> Jean-Christophe PLAGNIOL-VILLARD <plagnioj@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.

Same here.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: improved complete support: the list of available variable name completions is dubbed
  2012-05-03  7:17     ` Sascha Hauer
@ 2012-05-03  8:00       ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 6+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2012-05-03  8:00 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: barebox

On 09:17 Thu 03 May     , Sascha Hauer wrote:
> On Thu, May 03, 2012 at 09:03:01AM +0200, Eric Bénard wrote:
> > Hi Jean-Christophe,
> > 
> > Le Thu, 3 May 2012 07:07:27 +0200,
> > Jean-Christophe PLAGNIOL-VILLARD <plagnioj@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.
> 
> Same here.
I found a wway to reproduct it

Best Regards,
J.

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-05-03  8:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-02 17:37 improved complete support: the list of available variable name completions is dubbed Antony Pavlov
2012-05-03  5:07 ` Jean-Christophe PLAGNIOL-VILLARD
2012-05-03  7:02   ` Eric Bénard
2012-05-03  7:03   ` Eric Bénard
2012-05-03  7:17     ` Sascha Hauer
2012-05-03  8:00       ` Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox