Index: ChangeLog =================================================================== diff -u -r43e8ea0de59e32655b41cbd6c8a47acf8ada443a -r072e1c7c091c1370fc2fe26f66acf7a7cbd4a66f --- ChangeLog (.../ChangeLog) (revision 43e8ea0de59e32655b41cbd6c8a47acf8ada443a) +++ ChangeLog (.../ChangeLog) (revision 072e1c7c091c1370fc2fe26f66acf7a7cbd4a66f) @@ -1,17 +1,22 @@ copyhandler: we cannot use "set" method, since the object system might to provide it Method ::xotcl::Object->__exitHandler became ::xotcl::__exitHandler -testx.xotcl: handle new command setvalues in filters configure returns now instead of the posision the list of arguments preceding dash-arguments +todo: + - new parse() command is just used for many of the "instxxx" info commands, + but not for others (first candidates: object info commands) + - extend parse() command to handle missing cases (e.g. no argument or nonoptional argument) + TODO document - setvalues - ::xotcl::is and ::xotcl::relation work independent from methods (e.g. even on ::oo::object) - document, what happens with instances, if a Class is turned into an object in respect with ::oo type checker todo: colorchecker in testx deactivated: drop feature or implement - introsepction & error messages return now -x:type=required instead of -x:required + generic type checker are still missing (stottest: method 'type=integer' unknown for slot) + Class info info: # new (must be documented): check, hasNamespace, instargs, instmixinguard,