Menu

#2369 Tcl_TraceCommand docs not up to date (TIP 62)

obsolete: 8.4.9
open
46. Traces (50)
5
2008-03-12
2003-06-12
Don Porter
No

TIP 62 added several flag values
for passing to Tcl_TraceCommand()
in order to do command execution
tracing. The documentation has
not yet been updated.

Discussion

  • Donal K. Fellows

    • priority: 5 --> 7
     
  • Donal K. Fellows

    Logged In: YES
    user_id=79902

    So, what flags are missing?
    TCL_TRACE_ENTER_EXEC
    TCL_TRACE_LEAVE_EXECOh, it looks like there's other flags
    for things you can trace which are not exposed in tcl.h at
    all! :^(
    TCL_TRACE_ENTER_DURING_EXEC TCL_TRACE_LEAVE_DURING_EXEC
    TCL_TRACE_ANY_EXEC
    TCL_TRACE_EXEC_IN_PROGRESS
    TCL_TRACE_EXEC_DIRECT
    Don't know which of these need to be transferred to tcl.h
    (and hence documented...)

     
  • Don Porter

    Don Porter - 2003-06-25

    Logged In: YES
    user_id=80530

    Looks like TIP 62 only proposed
    (and thus got approved) the two
    flag values that are in tcl.h.

    If you want to move other flag
    values to Tcl's public interface
    (tcl.h), we need another TIP.

     
  • Donal K. Fellows

    • assigned_to: dkf --> msofer
    • labels: 105659 --> 105682
     
  • Donal K. Fellows

    Logged In: YES
    user_id=79902

    Ick! The problem is the documentation of
    Tcl_CreateObjTrace() in CrtTrace.3 (which is the interface
    that you should use those flags with, not
    Tcl_TraceCommand()) - not my maintenance area!

     
  • Donal K. Fellows

    • labels: 105682 --> 46. Traces
     
  • Don Porter

    Don Porter - 2003-06-26
    • assigned_to: msofer --> dgp
     
  • Don Porter

    Don Porter - 2003-07-16

    Logged In: YES
    user_id=80530

    Any help available from
    the TIP 62 sponsor? Or
    the authors?

     
  • Don Porter

    Don Porter - 2003-07-16
    • assigned_to: dgp --> hobbs
     
  • Jeffrey Hobbs

    Jeffrey Hobbs - 2003-07-18
    • assigned_to: hobbs --> vincentdarley
     
  • Jeffrey Hobbs

    Jeffrey Hobbs - 2003-07-18

    Logged In: YES
    user_id=72656

    referring to TIP#62 coauthor.

     
  • miguel sofer

    miguel sofer - 2005-03-01
    • milestone: 304452 --> obsolete: 8.4.9
    • priority: 7 --> 9
     
  • Don Porter

    Don Porter - 2006-03-10

    Logged In: YES
    user_id=80530

    Dropping priority on this.

    Experience has convinced me
    this implementation is a big
    mess, and leaving it undocumented
    at least holds out the hope
    it can be revised.

    Besides, no one's jumping
    forward to do the work.

     
  • Don Porter

    Don Porter - 2006-03-10
    • priority: 9 --> 5
     
  • Don Porter

    Don Porter - 2007-11-27
    • assigned_to: vincentdarley --> dgp
    • priority: 5 --> 9
     
  • Don Porter

    Don Porter - 2008-03-12
    • priority: 9 --> 5