On Wed, 16 Aug 2000, Christian Krone wrote:
> Hello,
>
> there is an error in the Interp.java file as you get it
> when you applied the patch at
> http://ME.IN-Berlin.de/~v12/krischan/Interp/other-files.patch
>
> You should make the following change to get the correct version:
>
> --- Interp.java.org Wed Aug 16 18:21:46 2000
> +++ Interp.java Wed Aug 16 06:45:36 2000
> @@ -3425,7 +3425,7 @@
> // (that the user is not trying to do an expose and a rename
> // (to another namespace) at the same time)
>
> - if (hiddenCmdToken.indexOf("::") >= 0) {
> + if (cmdName.indexOf("::") >= 0) {
> throw new TclException(this, "can not expose to a namespace "
> + "(use expose to toplevel, then rename)");
> }
>
> Greetings, Krischan
I checked this patch in as part of the larger interp patch.
This interp command patch is awesome, it is right up there
with the clock patch for "patch of the year". Too bad we don't
have a prize or anything. Does anyone want to donate one?
I think I could swing a limited edition Source-Navigator
shirt :)
I just wish we could use the garbage collector instead
of keeping that nasty Tcl_Preserve() stuff around in Jacl.
Mo DeJong
Red Hat Inc
----------------------------------------------------------------
The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe: send mail to [EMAIL PROTECTED]
with the word SUBSCRIBE as the subject.
To unsubscribe: send mail to [EMAIL PROTECTED]
with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'.
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com