Itcl - the [incr Tcl] extension

Ticket Change Details
Login
Overview

Artifact ID: ada1f6b6a098271dc62a9d142a0316cb51602cf895d856af1e26e66a7da59301
Ticket: 15f7db53b9f36d978ce732685ac868ee06fbb216
Different behavior for Itcl 4 and Itcl 3
User & Date: dgp 2018-03-20 13:38:39
Changes

  1. icomment:
    
    If you want objects of class b to have a
    usable method a that is the same as the
    method a of class a, seems to me the
    proper Itcl programming tool to use is
    inherit to get same behavior in Itcl 3 and 4.
    
    class b {
        inherit a
        ...
    }
    
  2. login: "dgp"
  3. mimetype: "text/x-fossil-plain"