ruby-sdk icon indicating copy to clipboard operation
ruby-sdk copied to clipboard

Implement Requirement 1.3.4 (type mismatch check in client)

Open maxveldink opened this issue 1 year ago • 2 comments

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.

maxveldink avatar Apr 22 '24 18:04 maxveldink

We should ensure this requirement is implemented in the provider.. @maxveldink Shouldn't this say client?

mschoenlaub avatar Apr 25 '24 14:04 mschoenlaub

Yes, good catch!

maxveldink avatar Apr 29 '24 10:04 maxveldink