HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/csv; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 03:49:32 GMT Content-length: 720 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform 1005,Use VTABLE_is_equal instead of MMD in Hash and ResizablePMCArray,flh,,"The ""is_equal"" methods of Hash and ResizablePMCArray currently use Parrot_mmd_dispatch_from_c_args to compare their elements. This makes the attached example fail (VTABLE methods are not automatically registered as MULTI). I've attached two patches (one for Hash, the other one for RPA) which: * replace the MMD call with VTABLE_is_equal (this matches what is currently done in FixedPMCArray), * add some tests to cover this code.",patch,closed,normal,,core,trunk,medium,done,,,,applied,all parrot/t