← Back to team overview

touch-packages team mailing list archive

[Bug 1485556] [NEW] StateSaver.properties failing silently

 

Public bug reported:

It's quite easy to misused the StaverSaver.properties, as it's a string and not a list.
Consequently this kind of usage is easily to mistype:

StateSaver.properties = "foo bar"
instead of:
StateSaver.properties = "foo, bar"

This will silently fails to save any state. I think a warning would be
appropriate.

** Affects: ubuntu-ui-toolkit (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: devexp

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1485556

Title:
  StateSaver.properties failing silently

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  It's quite easy to misused the StaverSaver.properties, as it's a string and not a list.
  Consequently this kind of usage is easily to mistype:

  StateSaver.properties = "foo bar"
  instead of:
  StateSaver.properties = "foo, bar"

  This will silently fails to save any state. I think a warning would be
  appropriate.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1485556/+subscriptions


Follow ups