#1279: Parrot prefers libraries in build tree to installed tree or current
directory.
----------------------+-----------------------------------------------------
 Reporter:  pmichaud  |       Owner:       
     Type:  bug       |      Status:  new  
 Priority:  major     |   Milestone:       
Component:  install   |     Version:  1.7.0
 Severity:  high      |    Keywords:       
     Lang:            |       Patch:       
 Platform:            |  
----------------------+-----------------------------------------------------
 When executing load_bytecode 'foo.pbc', if foo.pbc exists in
 runtime/parrot/library of Parrot's build location, then that library is
 loaded in preference to ''any'' other copy of the library that may exist.
 This is true even for installed parrots -- the build tree version gets
 prioritized over any installed library of the same name, or any same-named
 library in the current working directory.

 IMO, an installed Parrot (parrot executable created via "make install")
 should look only in the current directory and in the installed library
 path (in that order), and never search the build tree path.

 Pm

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1279>
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