grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* enable_progress_indicator
@ 2016-01-06 11:27 Andrei Borzenkov
  2016-01-07 16:38 ` enable_progress_indicator Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 2+ messages in thread
From: Andrei Borzenkov @ 2016-01-06 11:27 UTC (permalink / raw)
  To: The development of GNU GRUB

Do we really need yet another magic variable? Tests already set
"grubshell", and in normal case why would one load progress but then
disable it?

Why progress gets loaded in the first place? Can we somehow omit it?


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

* Re: enable_progress_indicator
  2016-01-06 11:27 enable_progress_indicator Andrei Borzenkov
@ 2016-01-07 16:38 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 0 replies; 2+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2016-01-07 16:38 UTC (permalink / raw)
  To: The development of GNU GRUB

[-- Attachment #1: Type: text/plain, Size: 1010 bytes --]

On 06.01.2016 12:27, Andrei Borzenkov wrote:
> Do we really need yet another magic variable? Tests already set
> "grubshell", and in normal case why would one load progress but then
> disable it?
> 
> Why progress gets loaded in the first place? Can we somehow omit it?
> 
emu loads all the modules. And we use emu to generate checksums.h. So
unless we disable progress on it, all of our golden images will have it
which would be bad.
Before this variable there was no way of disabling progress once module
is loaded (I wouldn't recommend unloading any modules currently). So
it's probably good to have some way of disabling it when need be
independently of tests. We may also want to have tests specifically for
progress (we'll have to mock out the timer for this), so it doesn't seem
like grubshell is the right variable to check.
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 213 bytes --]

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

end of thread, other threads:[~2016-01-07 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-06 11:27 enable_progress_indicator Andrei Borzenkov
2016-01-07 16:38 ` enable_progress_indicator Vladimir 'φ-coder/phcoder' Serbinenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).