swift
[5.0][Sema] Emit a deprecation warning if a Hashable type only implements hashValue
#21445
Merged

Commits
  • [Sema] Emit a deprecation warning when hashValue is provided by hash(into:) isn’t
    lorentey committed 7 years ago
  • [stdlib] Document that `hashValue` is deprecated
    lorentey committed 7 years ago
  • [test] Test new deprecation warning for hashValue implementations
    lorentey committed 7 years ago
  • Doc fix
    lorentey committed 7 years ago
  • [test] StdlibUnittest: Add missing hash(into:) implementations
    lorentey committed 7 years ago
  • [test] Modernize hashing throughout the test suite
    lorentey committed 7 years ago
Loading