RE: [tcljava-dev] Latest 1.3.0 build and INterp.evalFile()
Brought to you by:
mdejong
From: W. J. G. <gu...@ea...> - 2001-03-26 16:55:03
|
OK, let me take a look at the patch manager... I had made a couple other changes to 1.2.6 and Tcl 8.3.2(?) if you're interested. The major change was to add an abortExecution() method from the Java TclBlend Interp all the way through the JNI layer into the Tcl interpreter's bytecode engine itself. This allows stopping the bytecode engine "in it's tracks" and therefor abort an executing Tcl script. Unfortunetly, that little trick causes 1.3.0 to assert() in the same place I mentioned in previous email.... john > -----Original Message----- > From: tcl...@li... > [mailto:tcl...@li...]On Behalf Of Mo DeJong > Sent: Monday, March 26, 2001 8:39 AM > To: tcl...@li... > Subject: RE: [tcljava-dev] Latest 1.3.0 build and INterp.evalFile() > > > On Mon, 26 Mar 2001, W. John Guineau wrote: > > > Oops - yup. That was code I had added to the 1.2.6 version *before* > > commiting it to our "cvs" (vss) and so missed it in the diffs ;) > > > > Would you like an implementation for the 1.3.0 code? ;) > > > > john > > Sure. Patches are always welcome. Add them via the SF patch > manager interface. > > Mo > > _______________________________________________ > tcljava-dev mailing list > tcl...@li... > http://lists.sourceforge.net/lists/listinfo/tcljava-dev |