Menu

#3526 glob regression

obsolete: 8.4.14
closed-fixed
9
2006-10-17
2006-10-02
Don Porter
No

% info patch
8.4.13
% glob *
foo
% glob -dir . /foo
.//foo

This is a new bug in Tcl 8.4.13.
Tcl 8.4.12 gets it right:

% info patch
8.4.12
% glob *
foo
% glob -dir . /foo
./foo

This contributes to failures
in the fileutil package test suite.
(1566389)

Discussion

  • Don Porter

    Don Porter - 2006-10-02

    Logged In: YES
    user_id=80530

    BTW, this also is working
    fine in the HEAD

     
  • Don Porter

    Don Porter - 2006-10-02

    Logged In: YES
    user_id=80530

    Aha! Good news. Tcl 8.4.13
    is fine too (was testing with
    local patched copy).

    This regression came into
    the 8.4.14 dev. sources with
    my 2006-05-13 commit.

     
  • Don Porter

    Don Porter - 2006-10-02
    • milestone: 577912 --> obsolete: 8.4.14
    • priority: 8 --> 9
    • assigned_to: vincentdarley --> dgp
     
  • Don Porter

    Don Porter - 2006-10-02
    • status: open --> pending-fixed
     
  • Don Porter

    Don Porter - 2006-10-02
     
  • Don Porter

    Don Porter - 2006-10-02

    Logged In: YES
    user_id=80530

    Attached patch corrects
    the regression and passes
    the test suite on unix.

    Committing so it will
    get more testing.

     
  • SourceForge Robot

    • status: pending-fixed --> closed-fixed
     
  • SourceForge Robot

    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).