#127: do not stat extensions when an extension was already given
--------------------------+-------------------------------------------------
 Reporter:  rurban        |        Type:  todo 
   Status:  new           |    Priority:  minor
Milestone:                |   Component:  none 
  Version:                |    Severity:  low  
 Keywords:  pdd30install  |        Lang:       
    Patch:                |    Platform:  all  
--------------------------+-------------------------------------------------

Comment(by rurban):

 The fix for the directory problem is simple.

 try_load_path() is a bad name. It also finds directories, but it should
 not. It should only find files or symlinks.

 I'll add that check to the stat and rename it to try_load_file(). It is
 only used in src/library.c

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/127#comment:2>
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