You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discrepancy cost me a few days of refactoring, due to having many nested types that aren't all Equatable or Hashable. I conformed them to Equatable, and theoretically they should be Differentiable, but they don't seem to be. Any advice or workarounds appreciated here, but, this seems like a difference between the docs + code.
Environment
Library version: 1.1.5
Swift version: 5.7
iOS version: 16.0
Xcode version: 14.0
Devices/Simulators: Sim
CocoaPods/Carthage version: 1.11.3
The text was updated successfully, but these errors were encountered:
Checklist
Expected Behavior
The docs (README) specifies that:
Current Behavior
Differentiable
is defined as such:Detailed Description (Include Screenshots)
This discrepancy cost me a few days of refactoring, due to having many nested types that aren't all
Equatable
orHashable
. I conformed them toEquatable
, and theoretically they should beDifferentiable
, but they don't seem to be. Any advice or workarounds appreciated here, but, this seems like a difference between the docs + code.Environment
Library version:
1.1.5
Swift version:
5.7
iOS version:
16.0
Xcode version:
14.0
Devices/Simulators: Sim
CocoaPods/Carthage version:
1.11.3
The text was updated successfully, but these errors were encountered: