Skip to content

Commit 63442cf

Browse files
removal of stage D2 deprecated packages, in fulfillment of stage D3 (full removal).
1 parent ca3b2d7 commit 63442cf

File tree

5 files changed

+1
-58
lines changed

5 files changed

+1
-58
lines changed

modules/0compatibility/d_config.tcl

Lines changed: 0 additions & 10 deletions
This file was deleted.

modules/0compatibility/d_paths.tcl

Lines changed: 0 additions & 10 deletions
This file was deleted.

modules/0compatibility/p_config.tcl

Lines changed: 0 additions & 10 deletions
This file was deleted.

modules/0compatibility/p_paths.tcl

Lines changed: 0 additions & 9 deletions
This file was deleted.

modules/0compatibility/pkgIndex.tcl

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,4 @@
55
# [D2] Release After - Wrappers become Blockers, throwing error noting redirection
66
# [D3] Release Beyond - All removed.
77
##
8-
# Currently in deprecation
9-
# - D1 doctools::path (doctools2base)
10-
# - D1 doctools::config (doctools2base)
11-
# - D1 configuration (pt)
12-
# - D1 paths (pt)
13-
#
14-
# :Attention:
15-
# - Original `doctools::paths` Tcl 8.4 required
16-
# Replacement `fileutilutil::paths` Tcl 8.5 required!
17-
18-
if {![package vsatisfies [package provide Tcl] 8.5 9]} {return}
19-
20-
package ifneeded configuration 1.1 [list source [file join $dir p_config.tcl]]
21-
package ifneeded doctools::config 0.2 [list source [file join $dir d_config.tcl]]
22-
package ifneeded doctools::paths 0.2 [list source [file join $dir d_paths.tcl]]
23-
package ifneeded paths 1.1 [list source [file join $dir p_paths.tcl]]
24-
25-
if {![package vsatisfies [package provide Tcl] 8.6]} {return}
26-
8+
# Currently in deprecation [[NONE]]

0 commit comments

Comments
 (0)