TODO

Clone Tools
  • last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* nsf.c (ParamOptionParse, ParamDefinitionParse, ParamDefsParse), parameters.test: Small "type=" converterArg reform. Provided additional parameter in param-parser machinery, to communicate a (namespace) qualifier into ParamOptionParse. This way, the unqualified type=* values are now expanded to qualified names (definition scope): method parameters, nsf::is, nsf::parseargs, setter methods. Type=* in object parameters are currently expanded at the slot level, could also be added. New tests were added, existing ones adjusted to reflect the new behaviour.

  1. … 2 more files in changeset.
Add some general to-dos on the way

fix typos, updaty copyright years according to commits

  1. … 13 more files in changeset.
Fix typos

  1. … 63 more files in changeset.
Add another to-do item

Add to-do items

Add to-do item

Improve spelling

  1. … 43 more files in changeset.
Fix wording in TODO

Leave some TODOs to think about

* TODO: Add a to-do in filters and unknown-creates in XOTcl 2

* TODO: Add a to-do in filters and unknown-creates in XOTcl 2

Update TODO

- make hint more explicit and verbose

  1. … 1 more file in changeset.
Add another TODO/discussion item

Add a to-do: NsfMethodContext memcounts

- don't call tcl eval operations from NsfLog() in phyical destroy round - extend regression test for shell with tests in [info nameofexecutable] rather than in nxhs

  1. … 2 more files in changeset.
Update to-dos

- improve sanity test in ISOBJ(): obj->bytes might only be NULL when type is given.

  1. … 2 more files in changeset.
Add a to-do on refcounting under 8.5

- new subcommand "nsf::current level", returns empty, if we are not on a nsf frame/level. - keep compatibility with traditional "nsf::current activelevel" (continue to return 1, if we are not on an nsf frame)

  1. … 3 more files in changeset.
- return from "nsf::current callinglevel" the value 0 (instead of 1), when it is called outside of a frame, which has a nsf object associated.

  1. … 2 more files in changeset.
Add another Rosetta example: Inheritance/Single

  1. … 3 more files in changeset.
Update TODO

- make nsf compilable with "-DTCL_NO_DEPRECATED"

  1. … 2 more files in changeset.
Added another Rosetta example: multiple inheritance

  1. … 3 more files in changeset.
Added another Rosetta example: Polymorphic copy

  1. … 3 more files in changeset.
DispatchUnknownMethod(): Make sure that arcane method names make it into proper unknown error mesages (incl. names representing invalid Tcl lists); tests included; checked by valgrind

  1. … 2 more files in changeset.
Adding yet another Rosetta example: Add object variable dynamically

  1. … 3 more files in changeset.
Adding another Rosetta example: Multiple distinct objects

  1. … 3 more files in changeset.