diff options
author | Roger Leigh <rleigh@debian.org> | 2006-07-17 12:31:35 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2006-07-17 12:31:35 +0000 |
commit | 0fa4df9a5b530b397a44de704cf3672466da431f (patch) | |
tree | bc8cdc89fe73374ca2cf46e8a66f83ac9d266429 /TODO | |
parent | 71037d2c588b65c7c79faf9fd4383afce03ef82a (diff) | |
download | schroot-0fa4df9a5b530b397a44de704cf3672466da431f.tar.gz |
* TODO: Remove completed item.
* sbuild/sbuild-chroot.cc
(set_persona): Remove method overloaded for a string.
(get_keyfile): Use keyfile::set_object_value for the personality.
(set_keyfile): Use keyfile::get_object_value for the personality.
* sbuild/sbuild-personality.cc: Add a BAD error code for when the
personality name is invalid.
(get_personalities): Renamed from print_personalities. Create a
string, rather than printing to an ostream.
* sbuild/sbuild-personality.h: Add stream input operator, to set
the personality from a stream.
* sbuild/sbuild-keyfile.h: Move all logic in get_object_value into
the try block, to catch and report parse errors in T parsing.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -9,8 +9,6 @@ the Doxygen-generated documentation in doc/schroot/html/todo.html PENDING ------- -* personality should include stream operators for serialisation. - * Remove all non error-map format strings. - convert to error<> derived messages wherever possible. This is |