Menu

#33 .tcl files in Custom not sourced

3.4
closed
nobody
Other (43)
9
2004-04-29
2002-11-07
No

The documenation states that .tcl files in the custom
directory will be sourced at startup, however only the
pkgIndex.tcl is sourced.

See example file for suggested correction.

Discussion

  • Gerald W. Lester

    Example of possible correction.

     
  • Nobody/Anonymous

    Logged In: NO

    the fix should be in line 166
    instead of:
    if {[string compare $f "pkgIndex.tcl"]} {

    it should be:
    if {![string compare $f "pkgIndex.tcl"]} {

     
  • Andreas Kupries

    Andreas Kupries - 2003-06-13

    Logged In: YES
    user_id=75003

    It seems that this bug has been fixed in the CVS head. But
    not yet closed here.

     
  • Don Porter

    Don Porter - 2004-01-22
    • priority: 5 --> 9
     
  • Don Porter

    Don Porter - 2004-01-22

    Logged In: YES
    user_id=80530

    We just spent a while
    on the Tcl'ers chat
    re-discovering this bug.

    It was apparently fixed
    over a year ago, but no
    3.4.3 release containing the fix?!

    Come on.

     
  • Colin McCormack

    Colin McCormack - 2004-04-29
    • status: open --> closed
     

Log in to post a comment.