bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] broken progressbar in 1.16


From: Michael Shigorin
Subject: [Bug-wget] broken progressbar in 1.16
Date: Tue, 28 Oct 2014 00:34:06 +0300
User-agent: Mutt/1.4.2.3i

        Hello,
please do pay attention to regression testing for innovative
bells and especially whistles as the "new and improved" progress
bar quickly becomes annoying if the filename is longer than the
part of the line before percent meter: the new code tries to
scroll it (this alone might be irritating to some including
myself) and for some cases fails to do that properly falling into
"spam out a new line every cycle" in xterm with an UTF-8 locale.

e.g.,

$ LANG=ru_RU.UTF-8 wget -c 
http://fly.osdn.org.ua/~mike/iso/rescue/live-rescue-20141027-x86_64.iso
--2014-10-28 00:28:44--  
http://fly.osdn.org.ua/~mike/iso/rescue/live-rescue-20141027-x86_64.iso
Распознаётся fly.osdn.org.ua (fly.osdn.org.ua)… 212.40.45.6
Подключение к fly.osdn.org.ua (fly.osdn.org.ua)|212.40.45.6|:80... соединение 
установлено.
HTTP-запрос отправлен. Ожидание ответа... 200 OK
Длина: 620756992 (592M) [application/octet-stream]
Сохранение в: «live-rescue-20141027-x86_64.iso»

-rescue-20141027-x8   0%[                      ]   1,25M  1,57MB/s              
rescue-20141027-x86   0%[                      ]   1,65M  1,65MB/s              
escue-20141027-x86_   0%[                      ]   2,06M  1,71MB/s              
scue-20141027-x86_6   0%[                      ]   2,44M  1,74MB/s              
cue-20141027-x86_64   0%[                      ]   2,84M  1,78MB/s              
ue-20141027-x86_64.   0%[                      ]   3,26M  1,81MB/s              
e-20141027-x86_64.i   0%[                      ]   3,68M  1,84MB/s              
 
^C

while disabling l18n would result in most of the spam missing:

$ LANG=C wget -c 
http://fly.osdn.org.ua/~mike/iso/rescue/live-rescue-20141027-x86_64.iso
converted 
'http://fly.osdn.org.ua/~mike/iso/rescue/live-rescue-20141027-x86_64.iso' 
(ANSI_X3.4-1968) -> 
'http://fly.osdn.org.ua/~mike/iso/rescue/live-rescue-20141027-x86_64.iso' 
(UTF-8)
--2014-10-28 00:30:09--  
http://fly.osdn.org.ua/~mike/iso/rescue/live-rescue-20141027-x86_64.iso
Resolving fly.osdn.org.ua (fly.osdn.org.ua)... 212.40.45.6
Connecting to fly.osdn.org.ua (fly.osdn.org.ua)|212.40.45.6|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 620756992 (592M) [application/octet-stream]
Saving to: 'live-rescue-20141027-x86_64.iso'

live-rescue-2014102   0%[                      ]   4.55M  1.89MB/s             
^C

...but adding the "conversion" spam.

Guys, please do RCs or whatever to avoid brown paper bag effects
in products that were mature years ago.  I love you and thank for
your work but please please don't feel cool, people depend on wget.

-- 
 ---- WBR, Michael Shigorin / http://altlinux.org
  ------ http://opennet.ru / http://anna-news.info



reply via email to

[Prev in Thread] Current Thread [Next in Thread]