Ticket #2048 (new bug)

Opened 11 years ago

Last modified 10 years ago

cmp_pmc vtable acting wonky

Reported by: dukeleto Owned by: whiteknight
Priority: normal Milestone:
Component: embed/extend Version: 3.1.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform: all

Description

This commit:  https://github.com/parrot/parrot/compare/cmp_pmc

gives this error:

not ok 63 - Parrot_PMC_cmp_pmc

#   Failed test 'Parrot_PMC_cmp_pmc'
#   at t/src/extend_vtable.t line 1098.
#          got: 'Failed!
# Exception is: type 44 severity 2 message 'Multiple Dispatch: No suitable candidate found for 'cmp_pmc', with signature 'PP->P''
# '
#     expected: '1
# -1
# 0
# Done!
# '
# './t/src/extend_vtable_63' failed with exit code 0

Anybody know what is going on?

Change History

Changed 10 years ago by bacek

Isn't it duplicate of #2103?

Note: See TracTickets for help on using tickets.