Tcl Library Source Code

View Ticket
Login
Ticket UUID: 969283f603bf4d6f84e7287054936c05ebe04766
Title: tcllib 1.20 - Package profiler provide version 0.5, but pkgIndex declare version 0.4
Type: Patch Version: 1.20
Submitter: anonymous Created on: 2021-06-30 17:57:24
Subsystem: profiler Assigned To: aku
Priority: 7 High Severity: Critical
Status: Closed Last Modified: 2022-04-13 10:14:19
Resolution: Out of Date Closed By: aku
    Closed on: 2022-04-13 10:14:19
Description:
tcllib 1.20
Package profiler provide version 0.5, but pkgIndex declare version 0.4
User Comments: aku added on 2022-04-13 10:14:19:

Was corrected Mar 11, 2021 in trunk, by commit [15e10b5b8a1df9d4]. Since then the profiler got bumped to version 0.6 also. (Mar 22, 2021, commit [e9261654d023c225]).


anonymous added on 2021-06-30 17:58:17:
--- a/pkgIndex.tcl	2019-06-25 19:12:42.000000000 +0300
+++ b/pkgIndex.tcl	2021-06-30 20:52:55.192387865 +0300
@@ -1,2 +1,2 @@
 if {![package vsatisfies [package provide Tcl] 8.3]} {return}
-package ifneeded profiler 0.4 [list source [file join $dir profiler.tcl]]
+package ifneeded profiler 0.5 [list source [file join $dir profiler.tcl]]

Attachments: