> I've installed the beta ActiveTcl 8.5a6 and the beta TDK 4.0. When I try> something simple, I seem to need something more:
We have to work on the checker to make it 8.5 ready.
It currently has no rules for commands new to or changed in 8.5 and so is
not recognizing it as supported yet.
Thank you for the reminder.
> $ cat simple.tcl> #! /tmp/.lwv/ActiveTcl-8.5/bin/tclsh> package require Tcl 8.5> $ tclchecker /tmp/.lwv/simple.tcl> scanning: /tmp/.lwv/simple.tcl> checking: /tmp/.lwv/simple.tcl> /tmp/.lwv/simple.tcl:2 (pkgVConflict) Conflict between requested (8.5)> and actually checked (8.4) version.> package require Tcl 8.5> ^> $ tclsh> % info patchlevel> 8.5a6> $ tclchecker -use Tcl8.5 /tmp/.lwv/simple.tcl> Falling back to Tcl 8.4, user asked for unsupported version 8.5.> scanning: /tmp/.lwv/simple.tcl> checking: /tmp/.lwv/simple.tcl> /tmp/.lwv/simple.tcl:2 (pkgVConflict) Conflict between requested (8.5)> and actually checked (8.4) version.> package require Tcl 8.5> ^
--
Andreas Kupries <andreask@[...].com>
Developer @ http://www.ActiveState.com
Tel: +1 778-786-1122
_______________________________________________
Tdk-beta mailing list
Tdk-beta@[...].com
http://listserv.ActiveState.com/mailman/listinfo/tdk-beta