#276: t/dynpmc/foo fails
--------------------+-------------------------------------------------------
 Reporter:  kjs     |       Owner:  rurban
     Type:  bug     |      Status:  new   
 Priority:  normal  |   Milestone:        
Component:  core    |     Version:  trunk 
 Severity:  medium  |    Keywords:  dynpmc
     Lang:          |       Patch:        
 Platform:  win32   |  
--------------------+-------------------------------------------------------
Changes (by rurban):

  * owner:  => rurban


Comment:

 The failing !PMC_is_null(interp, item) check was caused by my stupidness.
 (stopped generating libparrot.a static, but the linker still picked up the
 old lib.)

 The real fix will be to disable static libparrot.a if not requested
 explicitly, because e.g. dynpmc and dynoplibs link with -shared and will
 link to the shared libparrot and then we'll have a conflict. => new ticket

 The original problem was fixed by moving the global charset and encoding
 to interp by NotFound. This will have to go through one deprecation cycle
 though. => NotFound
 (macro for the old global names and adding interp where appropriate)

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