Sujet : Re: BUG: wrong usage for package loading with multiple versions available
De : emil.g (at) *nospam* example.invalid (Emiliano)
Groupes : comp.lang.tclDate : 30. Apr 2025, 13:48:25
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20250430094825.48f6f294e76622eb61a6b3f7@example.invalid>
References : 1
User-Agent : Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu)
On Wed, 30 Apr 2025 12:06:55 +0200
aotto1968 <
aotto1968@t-online.de> wrote:
hi,
The "-exact" option does NOT include the PARTIAL version number. To use the
tcltest-2.3.8 package the EXACT version have to be "known".
Not a bug, but a documented feature; -exact means just that.
If you want the package 2.3.x for all x >= a0, use
package require tcltest 2.3-2.4
Regards
-- Emiliano