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
While reviewing #124, I realized that we were doing too much work in our InMemoryProvider implementation for verifying type mismatches. In fact, Requirement 1.3.4 indicates that the client should ultimately be checking this for any provider so we don't need to put this guarantee in the individual provider implementations.
We should ensure this requirement is implemented in the client. Then, we should simplify the InMemoryProvider.
The text was updated successfully, but these errors were encountered:
While reviewing #124, I realized that we were doing too much work in our
InMemoryProvider
implementation for verifying type mismatches. In fact, Requirement 1.3.4 indicates that the client should ultimately be checking this for any provider so we don't need to put this guarantee in the individual provider implementations.We should ensure this requirement is implemented in the client. Then, we should simplify the
InMemoryProvider
.The text was updated successfully, but these errors were encountered: