Ticket Change Details
Not logged in
Overview

Artifact ID: 5067c478488705cf6945d9871d22f46333e2a6cc
Ticket: 0363f0146cb1f0fa152c7d853ea1788b851dacce
array search commands fail to recognize all names for variable
User & Date: anonymous 2016-04-07 23:22:26
Changes

  1. comment changed to:
    Little used corner of Tcl apparently never made aware of namespaces,
    or any other way distinct variable names can refer to the same variable.
    
    % array anymore tcl_platform [array startsearch ::tcl_platform]
    search identifier "s-1-::tcl_platform" isn't for variable "tcl_platform"
    
  2. icomment:
    The suggested command returns that error, but this other command returns 1:
    puts [array anymore ::tcl_platform [array startsearch ::tcl_platform]]
    
  3. login: "anonymous"
  4. mimetype: "text/plain"