Tcl Source Code

View Ticket
Login
Ticket UUID: 1019718
Title: more use of TCL_NAMESPACE_ONLY
Type: Patch Version: None
Submitter: dgp Created on: 2004-08-31 14:38:24
Subsystem: 21. [namespace] Assigned To: dgp
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2004-09-09 21:39:11
Resolution: Duplicate Closed By: dgp
    Closed on: 2004-09-09 14:39:11
Description:
Here's a patch that adds TCL_NAMESPACE_ONLY
to several TclGetNamespaceForQualName
calls.

In each of those calls the "altNsPtrPtr"
argument is a "dummy" pointer, and
anything stored in it is ignored.

If these callers are going to ignore the
"alternative" resolution in the global
namespace anyway, they should pass
in TCL_NAMESPACE_ONLY so that
resolution isn't done in the first place.

Please review and commit.
User Comments: dgp added on 2004-09-09 21:39:11:
Logged In: YES 
user_id=80530

Patch now incorporated into
the 560297 bug fix.

dgp added on 2004-08-31 21:38:25:

File Added - 99844: no.patch

Attachments: