#731: can't tell if an OS file is executable from parrot
-------------------------+--------------------------------------------------
 Reporter:  coke         |        Owner:  whiteknight
     Type:  todo         |       Status:  closed     
 Priority:  normal       |    Milestone:  3.0        
Component:  core         |      Version:  master     
 Severity:  medium       |   Resolution:  fixed      
 Keywords:  tcl blocker  |         Lang:  tcl        
    Patch:               |     Platform:  all        
-------------------------+--------------------------------------------------
Changes (by whiteknight):

  * status:  reopened => closed
  * resolution:  => fixed


Comment:

 I fixed the windows case in ec9e3a0. Actually, my fix does simple
 extension matching over PATHEXT, which works for the simple test in
 t/dynpmc/os.t, but may not work in more advanced permissions setups, like
 on Windows server. Fixing this for those situations is no trivial task,
 but this commit works for the common case.

 I'm closing this ticket. We can open a new ticket for the Win32
 permissions problems later, if necessary.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/731#comment:13>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to