Add 'consistent error handling' to 1.0 roadmap. (This isn't new, we just forgot to list it here before).

Big cleanup to remove finished items. Also, split the file up to separate TODO items that affect the API from items that do not.
This commit is contained in:
Carl Worth 2005-06-10 13:23:24 +00:00
parent 2a1c880645
commit 4c37790a22
2 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2005-06-10 Carl Worth <cworth@cworth.org>
* ROADMAP: Add 'consistent error handling' to 1.0 roadmap. (This
isn't new, we just forgot to list it here before).
* TODO: Big cleanup to remove finished items. Also, split the file
up to separate TODO items that affect the API from items that do
not.

View file

@ -69,6 +69,10 @@ API Issues (more detail in TODO file)
of them.
Status: not started, there is a rough plan in TODO
A9. consistent error handling for all objects
Difficulty: Easy to implement to get the API right. Hard to test.
Status: otaylor and cworth have both contributed patches. Almost done.
Performance work
----------------
✓P1. Make pixel-aligned rectangle compositing fast