cardano-hydrozoa/hydrozoa

Project-wise strict equal

Open

#108 opened on Apr 11, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Scala (6 forks)auto 404
help wantedout-of-catalyst-scope

Repository metrics

Stars
 (19 stars)
PR merge metrics
 (PR metrics pending)

Description

import scala.language.strictEquality should be enforced on the project level to avoid silently getting false when comparing values of different types. Currently, this is enabled only in the MBTSuite.

Contributor guide