Tcl Source Code

View Ticket
Login
Ticket UUID: 940207
Title: TIP 187 via autocleaning commands
Type: Patch Version: None
Submitter: msofer Created on: 2004-04-22 18:09:27
Subsystem: None Assigned To: msofer
Priority: 2 Severity:
Status: Closed Last Modified: 2006-10-14 09:20:07
Resolution: None Closed By: sf-robot
    Closed on: 2006-10-14 02:20:07
Description:
The enclosed patch provides a new command
::tcl::unsupported::SetAutoCleaningCmd that sets or
unsets the (new) CMD_AUTOCLEAN flag in a command.

This new command permits an experimental implementation
of TIP #187 in pure tcl that is fully performing,
relying only this and the [unknown] mechanism.

This new command should not be used carelessly, as it
may break the Tcl semantics. The patch is small and has
no side effects.
User Comments: sf-robot added on 2006-10-14 09:20:07:
Logged In: YES 
user_id=1312539

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

msofer added on 2006-09-30 08:01:39:
Logged In: YES 
user_id=148712

The TIP is possibly dead, after approval of TIP #194

msofer added on 2004-04-28 18:28:49:
Logged In: YES 
user_id=148712

BTW: lambda3.tcl also runs on a standard tcl8.5 without the
patch. In that case the lambdas are not self-cleaning, they
are normal procs

msofer added on 2004-04-28 18:03:29:

File Added - 85333: lambda3.tcl

msofer added on 2004-04-28 18:02:43:

File Added - 85332: autoclean3.patch

Logged In: YES 
user_id=148712

newer versions of patch and program uploaded

msofer added on 2004-04-23 06:27:28:

File Deleted - 84737: 



File Added - 84740: lambda.tcl

msofer added on 2004-04-23 05:57:15:

File Added - 84737: lambda.tcl

msofer added on 2004-04-23 05:57:14:
Logged In: YES 
user_id=148712

Added lambda.tcl as implementation of TIP #187 variants

msofer added on 2004-04-23 01:47:25:

File Deleted - 84700: 



File Added - 84705: autoclean.patch

msofer added on 2004-04-23 01:09:27:

File Added - 84700: autoclean.patch

Attachments: