-
Notifications
You must be signed in to change notification settings - Fork 66
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
Please release fmap fix #209
Comments
I think this is just a matter of bumping cats to a different version, right? You could also clean your cache so that leiningen fetches the most current master version. |
Oh I got mixed up, just realized that the version bump to 2.2.1 was only merged into a fork. 😅
but it's still doesn't work. What do you mean by
? |
In my case leiningen gets the most recent version, I don't know exactly why. My repositories are like this:
In any case, I think the latest changes are worth a version bump |
+1, vendoring master fixed our problems with nested ctx too |
Is this project dead? I only asked for releasing an already implemented fix 3 months ago, and it is still not done. |
I don't use Clojure daily anymore, but I think I still have commit rights here still and could try to help fix things up, if needed. |
So we just need to release a new version then? I don't think I have permissions to push to clojars. /cc @niwinz |
I go to release it right now! |
Done. |
Hey all
using version 2.1.0, I noticed that in nested
fmap
s inner functors are coerced to the outermost's type or so:has this been fixed with #192 ?
I tried with the latest master (
6e6ff13
), and it seems that this works as expected now:However the latest release is still 2.1.0, which predates this fix.
When will be this released?
The text was updated successfully, but these errors were encountered: