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
As we were working on this issue https://clojure.atlassian.net/browse/CLJ-2698, we were looking in the world for cases of defprotocol methods with ^double and ^long return type hints (which are not valid - protocol methods always return Object) and found PRowCount and PColumnCount in tech.v3.dataset.protocols - I would recommend removing those type hints as they are not valid. But FYI, I am not expecting any change in behavior in Clojure in 1.12.
The text was updated successfully, but these errors were encountered:
As we were working on this issue https://clojure.atlassian.net/browse/CLJ-2698, we were looking in the world for cases of defprotocol methods with ^double and ^long return type hints (which are not valid - protocol methods always return Object) and found PRowCount and PColumnCount in tech.v3.dataset.protocols - I would recommend removing those type hints as they are not valid. But FYI, I am not expecting any change in behavior in Clojure in 1.12.
The text was updated successfully, but these errors were encountered: