Index: TODO =================================================================== diff -u -r9cce0c196888b84a26c5cb5477ed23582a543fd3 -r30b4159a5d56ec33b5ee6396a2f55ce48da8e6b4 --- TODO (.../TODO) (revision 9cce0c196888b84a26c5cb5477ed23582a543fd3) +++ TODO (.../TODO) (revision 30b4159a5d56ec33b5ee6396a2f55ce48da8e6b4) @@ -5860,6 +5860,16 @@ - make nsf compilable with "-DTCL_NO_DEPRECATED" +- Why is the following warning popping up? + + % Object info method parameters configure x* + Warning: Could not find value checker type=virtualobjectargs defined on ::nx::methodParameterSlot + + ParamOptionParse(): 'virtualobjectargs' and 'virtualclassargs' + defaulted to ConvertViaCmd when parsed from Tcl spec; explicitly set + ConvertToNothing to match the intended semantics and to avoid false + warnings (e.g., missing type=virtualobjectargs type checker) + ======================================================================== TODO: @@ -5889,11 +5899,6 @@ ? https://rosettacode.org/wiki/Window_creation/X11 ? https://rosettacode.org/wiki/Scope_modifiers -- Why is the following warning popping up? - -% Object info method parameters configure x* -Warning: Could not find value checker type=virtualobjectargs defined on ::nx::methodParameterSlot - - maybe add "nsf::configure logSeverity" as a new name for "debugLevel" and mark the latter as deprecated.