Martin Vidner changed bug 1135366
What Removed Added
URL   https://trello.com/c/Xpjm7Kdr
CC   mvidner@suse.com
Assignee yast2-maintainers@suse.de yast-internal@suse.de

Comment # 1 on bug 1135366 from
I see two distinct parts:

1. showing a progress report while YaST is busy
2. if an error occurs, giving the user the possibility to stay in the module
and retry or correct things

(1) is standard behavior, we should simply do it

(2) is unusual in YaST, only the package manager does it IIRC. It is also
problematic in that we would go a different way than the usual
  1. initialize everything
  2. perform changes (mutate internal state)
  3. quit, discarding the state
to 
  1. init
  2. mutate
  3. report a problem
  4. further mutate the problematic state, what could possibly go wrong?

Or have I misunderstood and the point is simply to report errors?


You are receiving this mail because: