Index: TODO =================================================================== diff -u -r53d0f6c3bde8bd07fb8dd0f091f9442d26539868 -rf67408d8e6f8ba9bdd6e4ec3c54dfa3a23576161 --- TODO (.../TODO) (revision 53d0f6c3bde8bd07fb8dd0f091f9442d26539868) +++ TODO (.../TODO) (revision f67408d8e6f8ba9bdd6e4ec3c54dfa3a23576161) @@ -3353,11 +3353,19 @@ * added flag "-keepvars" to nsf::finalize for handling cases in interp.test * reactivated tests and simplified interp.test - - disposition.test: +- disposition.test: * remove/check exit (see comments in the file) - - disposition.test: - * handle exit from eval/inticmd with proper refcounts + * handle exit from eval/inticmd with proper refcounts +- nsf.c: + * integrated "-local" and fully qualified handling with ObjectDispatch + to ensure proper behavior of mixins/next etc. + * added "/obj/ -local ..." similar to "/obj/ -system ..." + * added "nsf::object::disapatch /obj/ -local ..." similar to "/obj/ -local ..." + * extended regression test (next from -local, + fully qualified names, private methods, "...dispatch -local") + + TODO: - private: * make it mutual exclusive with protected.