Tcl Library Source Code

View Ticket
Login
Ticket UUID: 1280529
Title: Bug in Tcl
Type: Bug Version: None
Submitter: nobody Created on: 2005-09-02 11:17:05
Subsystem: inifile Assigned To: afaupell
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2005-09-05 16:24:13
Resolution: Fixed Closed By: patthoyts
    Closed on: 2005-09-05 09:24:13
Description:


% package require inifile
0.1
% set ::data 45
45
% set ini [::ini::open file.ini]
can't array set "data": variable isn't array


Why? See:
http://sourceforge.net/tracker/index.php?func=detail&aid=1280497&group_id=10894&atid=110894

It should be :
namespace eval ::ini:${...} {
  variable data
  variable ....
  ....
}

[email protected]
User Comments: patthoyts added on 2005-09-05 16:24:12:
Logged In: YES 
user_id=202636

Fixed and updated test suite to check for this.

nobody added on 2005-09-03 20:33:15:
Logged In: NO 

See: Patch #1281136