Menu

#288 itcl::local does not support class names that start with a digit

4.0*
open
nobody
None
5
2019-03-28
2019-03-28
No

The ::itcl::local command does not support class names that start with a digit (or #), due to its calling of "uplevel" without explicitly specifying a level of 1. The "uplevel" command has a limitation that the command cannot start with a digit or #. Simply adding a 1 to the command would fix the problem.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB