Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: a1f8303be11f60440ec31a3a1c588b6530fd9099
Ticket: f3ba57600d0b0f29d6d3f8e5d26c1f17a8594cdb
Safe Source Alias noisy - works badly with package
User & Date: anonymous 2017-07-14 08:57:55
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    safe.tcl line 670 reads:
    	return -code error "no such file or directory"
    
    Should read:
    	return -code error -errorcode "POSIX EACCES" "no such file or directory"
    
    Reason being, package.tcl expects that errorcode, else it bleats about not being able to load a pkgIndex.tcl file ... the Source Alias function in safe.tcl doesn't properly emulate native [source].
    
    Colin
    
  5. foundin changed to: "8.6"
  6. is_private changed to: "0"
  7. login: "anonymous"
  8. priority changed to: "5 Medium"
  9. resolution changed to: "None"
  10. severity changed to: "Minor"
  11. status changed to: "Open"
  12. submitter changed to: "anonymous"
  13. subsystem changed to: "33. Safe Base"
  14. title changed to: "Safe Source Alias noisy - works badly with package"
  15. type changed to: "Bug"