Tcl Library Source Code

Ticket Change Details
Login
Overview

Artifact ID: 0a7b9c1b2842ec1956682ca134b5cb3689eca2d8075f81a42e5e71bb1663c2bd
Ticket: 305cddecc7cb555b0d7ee9127b66e2db1aa7fe99
graphops.tcl needs struct::set
User & Date: jmroot 2025-02-04 15:53:19
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. comment changed to:
    Calling ::struct::graph::op::tarjan results in an error: invalid command name "struct::set"
    
    Indeed struct::set is used in TarjanSub, and several other procs in graphops.tcl as well. Adding "package require struct::set" to that file fixes the problem.
    
  4. foundin changed to: "2.0"
  5. is_private changed to: "0"
  6. login: "jmroot"
  7. mimetype: "text/x-fossil-plain"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "76145175b6ffee50eff3d492ff299da342ff102d"
  10. resolution changed to: "None"
  11. severity changed to: "Severe"
  12. status changed to: "Open"
  13. submitter changed to: "jmroot"
  14. subsystem changed to: "struct :: graph"
  15. title changed to: "graphops.tcl needs struct::set"
  16. type changed to: "Bug"