Itcl - the [incr Tcl] extension

Ticket Change Details
Login
Overview

Artifact ID: fe9f3c9fbc5410488735ddcd7a3d9a47c3fd904e
Ticket: 427ff95a382b394a8e6dbe9a7f8e1011e8a75068
[namespace which] crashes Itcl 3.4.2 (against Tcl 8.5+)
User & Date: dgp 2015-01-27 17:57:49
Changes

  1. foundin changed to: "3.4.2"
  2. icomment:
    About half the time this script segfaults with Tcl trunk and Itcl 3.4.2 RC:
    
    puts "Itcl [package require Itcl]"
    itcl::class Animal {
      constructor args {namespace which -variable legs}
      public variable legs 4
    }
    Animal .a
    
  3. login: "dgp"
  4. mimetype: "text/x-fossil-plain"
  5. severity changed to: "Critical"
  6. status changed to: "Open"
  7. title changed to: "[namespace which] crashes Itcl 3.4"
  8. type changed to: "Code_Defect"