Skip to content

Fix the type order for the reverse match index

Mark Sutton requested to merge sutt/athena:fixmatch into master

The match classes would allow different types for each end of the match, but there was a mistake where the different types were not correct in the reverse match index, that was not spotted until matching different types was needed

Merge request reports