Closed rasmushenningsson closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.57%. Comparing base (
8d5f71c
) to head (12d28fb
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Before this PR,
stable_hash(2=>3, HashVersion{4}())
fails with aMethodError
. See https://github.com/beacon-biosignals/StableHashTraits.jl/issues/71This PR fixes this by implementing
internal_type_structure
forPair
, which was needed sincekeytype
andvaluetype
are not defined forPair
. It also adds unit tests.This PR should not affect any benchmarks.