Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: d8d9178f821dd19044ece7bef461a6b10ebe823f0e5c45e62f16d328a084074f
Ticket: 3e25ac512e9eeb8788028264c400238fcf425238
[file] inconsistent handling of VFS/..
User & Date: andy 2018-06-14 16:57:08
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    The [file] commands that talk to the OS (e.g. [file mtime]) start off being able to handle paths which enter and leave a VFS mount (e.g. /path/mounted-tclkit/..), but this capability seems to break once a relative path is used.
    
    $ ./tclkit
    % file mtime [file join [info nameofexecutable] ..]
    1528994647
    % file mtime .
    1528994647
    % file mtime [file join [info nameofexecutable] ..]
    could not read "/home/andy/tclkit/..": not a directory
    
  5. foundin changed to: "8.6.8"
  6. is_private changed to: "0"
  7. login: "andy"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "662c23482b0bf6a505f39e48fb7ad43af8dee4d3"
  10. resolution changed to: "None"
  11. severity changed to: "Severe"
  12. status changed to: "Open"
  13. submitter changed to: "andy"
  14. subsystem changed to: "37. File System"
  15. title changed to: "[file] inconsistent handling of VFS/.."
  16. type changed to: "Bug"