Closed Sbozzolo closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.60%. Comparing base (
7bd541a
) to head (aad423e
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
ScheduledDiagnostics
didn't implement ==. As a result, they were considered equal when they were identical (===). This is not the intended behavior because of RefValues, which are effectively pointers. This commit implements == for Schedules and ScheduledDiagnostics by looking at the value of the Ref.Closes #92