Tcl Source Code

View Ticket
Login
Ticket UUID: 823768
Title: Segfault in cmdIL-5.5
Type: Bug Version: obsolete: 8.5a0
Submitter: dkf Created on: 2003-10-14 22:46:03
Subsystem: 17. Commands I-L Assigned To: dkf
Priority: 9 Immediate Severity:
Status: Closed Last Modified: 2003-10-15 20:16:56
Resolution: Fixed Closed By: dkf
    Closed on: 2003-10-15 13:16:56
Description:
The test cmdIL-5.5 fails due to a conceptual flaw in
the implementation of TIP#127 (there's nasty shimmering
going on in that test!) Need to compute the complete
index list (as integers) before any call to
SelectObjFromSublist()
User Comments: dkf added on 2003-10-15 20:16:56:

File Added - 64428: shimmer.patch

Logged In: YES 
user_id=79902

Here's a patch that fixes the problem at the cost of
altering one error message in the test suite, but I'll
settle for that for now! The key is to pre-parse the index
list.  Like that, there's no shimmering waiting to catch you
out while traversing the sublist trees.

Attachments: