From 0fa4df9a5b530b397a44de704cf3672466da431f Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Mon, 17 Jul 2006 12:31:35 +0000 Subject: * 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. --- TODO | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index a45b6eed..ec91b732 100644 --- a/TODO +++ b/TODO @@ -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 -- cgit v1.2.3