Re: Ann: kbs 0.3
Rene Zaumseil <[email protected]> Wed, 18 Feb 2009 12:39:59 +0100
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
Am Mittwoch, 18. Februar 2009 00:24 schrieben Sie: > There is a fault in the Windows kbskit - you've used the HEAD version > of vfs with the last beta version of Tcl. Unfortunately this > combination crashes when exiting Tk. The fault has been solved in the > Tcl code since the last beta tag at which point I committed the vfs > code. For pre 8.6b2 it is better to use rechan than the core reflected > channel implementation. I did not put a explicit version test for > 8.6b2 in because once 8.6 is released all these alphas and betas > should disappear. Thank you. At a first glance the crash only appears in *gui* versions (tk static linked) and not in the *dyn* version (tk dynamic loadable). > > The code in question is in vfs/vfslib.tcl - [package vsatisfies > [package provide Tcl] 8.6]. Either roll back slightly the vfs project > or make the check here more explicit, for instance: [package > vsatisfies [package provide Tcl] 8.6b1.1] I will wait until 8.6b2 is out. > Apologies, > > Pat Thoyts Could you please create a tag for vfs on 'tclvfs.cvs.sourceforge.net:/cvsroot/tclvfs'? At least for changes related to a specific tcl release. That would be nice. Regards, rene