-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
malli.core/into-schema? returns true i.f.f. implements protocol interface (not protocol) #960
Comments
Thanks for reporting. Please go vote up https://clojure.atlassian.net/browse/CLJ-1814. |
one option would be to first try the do you still see that backup call to |
Thanks for the context re: CLJ-1814 My specific use case here... which is
I might backtrack on my use case, i'll leave a comment @ #961 I'm kind of split 50/50 on this now, I still think I'm very sympathetic to performance, maybe if i change this code this way? ![]() If you feel good about that... or something else, i can send a PR, if not maybe its best if I just close this and reopen later. |
This function definition should call
clojure.core/satisfies?
notinstance?
I was trying to write code like
And I wasn't getting the desired behaviour, because
![image](https://private-user-images.githubusercontent.com/550839/270140444-9b85ad46-faa7-4d4d-9249-9dc0eb54d0b1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDAwMDA5MDYsIm5iZiI6MTc0MDAwMDYwNiwicGF0aCI6Ii81NTA4MzkvMjcwMTQwNDQ0LTliODVhZDQ2LWZhYTctNGQ0ZC05MjQ5LTlkYzBlYjU0ZDBiMS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxOVQyMTMwMDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04YjJlMTE0YTdkZDY5OThjYjZiZjY5M2ViZGVlYmZhMDNjODA5N2Q0MDY5NmFlZjllZWEwZDg3NjY4M2ZlODk0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.BxBAWD55oaMEwcS-WqF6z4JWEo-KF6foY6FmV_ys_2o)
If someone can confirm this is unintentional, i'll submit a PR.
The text was updated successfully, but these errors were encountered: