iwidgets for itk4

Ticket Change Details
Login

Ticket Change Details

Overview

Artifact ID: 34ea22e9bc764c021bd9bf8ed98cf3e9853c4f8c
Ticket: 34f0ea1601c7acfdf6140ff8931e29892b7287cb
Use of quotes (") in pkgIndex.tcl will fail when $dir path contains spaces.
User & Date: anonymous 2016-08-31 17:00:31
Changes

  1. foundin changed to: "4.1"
  2. icomment:
    The use of " below means $dir will be parsed twice, and if $dir expands to a path containing spaces, the source command will fail.
    
    package ifneeded iwidgets $::iwidgets::version "
      package req Itk 
      source [file join $dir colors.itcl]
      source [file join $dir roman.itcl]
    ...
    "
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "b80f46c1123ce4c80dc91b0c46319f6a27235f6a"
  6. severity changed to: "Severe"
  7. status changed to: "Open"
  8. title changed to:
    Use of quotes (") in pkgIndex.tcl will fail when $dir path contains spaces.
    
  9. type changed to: "Code_Defect"