From 8b6f09d965a6e637b795a8268c310c81fcb43a10 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 25 Nov 2011 21:52:11 -0500 Subject: add rudimentary object description code --- TODO.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index f13cd5c6c..ed215138e 100644 --- a/TODO.txt +++ b/TODO.txt @@ -8,6 +8,20 @@ Must-Have - Fix SQLA tutorial to match alchemy scaffold. +- Introspection: + + * More specific filename/lineno info instead of opaque string (or a way to + parse the opaque string into filename/lineno info). + + * categorize() return value ordering not right yet. + + * implement ptweens and proutes based on introspection instead of current + state of affairs. + + * introspection hiding for directives? + + * usage docs. + Nice-to-Have ------------ -- cgit v1.2.3 From 8786a5719950900ba7a8390323476076e737ac9e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 26 Nov 2011 12:02:48 -0500 Subject: note --- TODO.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index ed215138e..d13b504ef 100644 --- a/TODO.txt +++ b/TODO.txt @@ -22,6 +22,8 @@ Must-Have * usage docs. + * make it possible to disuse introspection? + Nice-to-Have ------------ -- cgit v1.2.3 From 87f8d21d487a67068347e5f8c18343cd7c12b121 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 29 Nov 2011 09:52:23 -0500 Subject: docs and add more introspection info --- TODO.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index d13b504ef..bf1c7773b 100644 --- a/TODO.txt +++ b/TODO.txt @@ -4,10 +4,6 @@ Pyramid TODOs Must-Have --------- -- Fix SQLA tutorial to match ZODB tutorial. - -- Fix SQLA tutorial to match alchemy scaffold. - - Introspection: * More specific filename/lineno info instead of opaque string (or a way to @@ -24,6 +20,8 @@ Must-Have * make it possible to disuse introspection? +- Give discriminators a nicer repr for conflict reporting? + Nice-to-Have ------------ -- cgit v1.2.3 From 57a0d7765c54031e6ac83881b536712316f22c45 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 30 Nov 2011 12:55:41 -0500 Subject: docs; todo; coverage for Introspector --- TODO.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index bf1c7773b..fbe77789a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -6,8 +6,9 @@ Must-Have - Introspection: - * More specific filename/lineno info instead of opaque string (or a way to - parse the opaque string into filename/lineno info). + * Narrative docs. + + * Test with pyramid_zcml (wrt action_info / actions.append). * categorize() return value ordering not right yet. -- cgit v1.2.3 From 2cb381ceadc26ebc5cf51c28ecba572a05300d8a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 30 Nov 2011 17:58:44 -0500 Subject: garden --- TODO.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index fbe77789a..abcf08dd0 100644 --- a/TODO.txt +++ b/TODO.txt @@ -17,8 +17,6 @@ Must-Have * introspection hiding for directives? - * usage docs. - * make it possible to disuse introspection? - Give discriminators a nicer repr for conflict reporting? -- cgit v1.2.3 From 422bf50d7c3b99ab7c4655f81d373eb5ca29301b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 3 Dec 2011 18:07:15 -0500 Subject: garden --- TODO.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index abcf08dd0..0c6692f09 100644 --- a/TODO.txt +++ b/TODO.txt @@ -8,7 +8,9 @@ Must-Have * Narrative docs. - * Test with pyramid_zcml (wrt action_info / actions.append). + * ActionInfo for ZCML actions (begin/end lineno/cols?) + + * Document ActionInfo. * categorize() return value ordering not right yet. -- cgit v1.2.3 From 58c01ff8863971f81db59d437d49fd9e97b59e5c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 3 Dec 2011 19:37:38 -0500 Subject: flesh out categories more --- TODO.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 0c6692f09..0a15d8db0 100644 --- a/TODO.txt +++ b/TODO.txt @@ -8,6 +8,10 @@ Must-Have * Narrative docs. + * ``default root factory`` category? + + * ``default view mapper`` category? + * ActionInfo for ZCML actions (begin/end lineno/cols?) * Document ActionInfo. -- cgit v1.2.3 From b40fb8b26fe37102b076cd2310ea7a3fe8b79311 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 3 Dec 2011 21:04:24 -0500 Subject: add a noop introspector (allow introspection to be turned off) --- TODO.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 0a15d8db0..4692b073b 100644 --- a/TODO.txt +++ b/TODO.txt @@ -23,8 +23,6 @@ Must-Have * introspection hiding for directives? - * make it possible to disuse introspection? - - Give discriminators a nicer repr for conflict reporting? Nice-to-Have -- cgit v1.2.3 From 7d109d6522353bf5f5f3ca4f29bc2b27542f2ef2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 4 Dec 2011 17:01:04 -0500 Subject: allow config.action to take arbitrary kw args --- TODO.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 4692b073b..1253b9b16 100644 --- a/TODO.txt +++ b/TODO.txt @@ -12,12 +12,6 @@ Must-Have * ``default view mapper`` category? - * ActionInfo for ZCML actions (begin/end lineno/cols?) - - * Document ActionInfo. - - * categorize() return value ordering not right yet. - * implement ptweens and proutes based on introspection instead of current state of affairs. -- cgit v1.2.3 From 4a4ef4f7ac6d94e00b6beb2a97472ed6d7bdddd8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 4 Dec 2011 19:11:14 -0500 Subject: simplify actioninfo interface; fix actioninfos passed as tuple via _info --- TODO.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 1253b9b16..baed9e03f 100644 --- a/TODO.txt +++ b/TODO.txt @@ -6,12 +6,16 @@ Must-Have - Introspection: - * Narrative docs. + * Why do translation directories report weird actioninfo? + + * Review narrative docs. * ``default root factory`` category? * ``default view mapper`` category? + * get rid of "tweens" category (can't sort properly?) + * implement ptweens and proutes based on introspection instead of current state of affairs. -- cgit v1.2.3 From a78b58dd5cf665f7a7aaa18e9e7f6cae3fc7f749 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 4 Dec 2011 19:26:02 -0500 Subject: add_translation_dirs is now an action method --- TODO.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index baed9e03f..b7ea305c6 100644 --- a/TODO.txt +++ b/TODO.txt @@ -6,8 +6,6 @@ Must-Have - Introspection: - * Why do translation directories report weird actioninfo? - * Review narrative docs. * ``default root factory`` category? -- cgit v1.2.3