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
