From: <no...@tc...> - 2025-02-04 16:03:47
|
Automated mail by fx, on behalf of no...@tc... Ticket Change [0a7b9c1b2842ec1956682ca134b5cb3689eca2d8075f81a42e5e71bb1663c2bd] [graphops.tcl needs struct::set] By jmroot For Tcllib On 2025-02-04T15:53:19.940 Details https://core.tcl-lang.org/tcllib/tinfo?name=0a7b9c1b2842ec1956682ca134b5cb3689eca2d8075f81a42e5e71bb1663c2bd Ticket https://core.tcl-lang.org/tcllib/tktview/305cddecc7cb555b0d7ee9127b66e2db1aa7fe99 Changed Fields assignee: nobody closer: nobody comment: 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. foundin: 2.0 is_private: 0 login: jmroot priority: 5 Medium private_contact: 76145175b6ffee50eff3d492ff299da342ff102d resolution: None severity: Severe status: Open submitter: jmroot subsystem: struct :: graph title: graphops.tcl needs struct::set type: Bug ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl-lang.org/ ------------------------------------------------------------ |