Itcl - the [incr Tcl] extension

Ticket Change Details
Login
Overview

Artifact ID: e8002c1cafc3f70cc84fd81b8d64082037ee3ca0
Ticket: 3e6d655e791b9b2cd246a9ffa8916666c65b6a88
Itcl 4 no longer permits method named "info"
User & Date: dgp 2016-08-26 12:39:47
Changes

  1. foundin changed to: "trunk"
  2. icomment:
    % package require Itcl 3 
    3.4
    % itcl::class C {method info {} {}}
    
    % package require Itcl
    4.0.5
    % itcl::class C {method info {} {}}
    "info" already defined in class "::C"
    
    This will degrade the ability of code
    written for Itcl 3 to migrate to Itcl 4
    if it contains methods named 'info'.
    
  3. login: "dgp"
  4. mimetype: "text/x-fossil-plain"
  5. severity changed to: "Important"
  6. status changed to: "Open"
  7. title changed to: "Itcl 4 no longer permits method named "info""
  8. type changed to: "Code_Defect"