-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add FunctorFilter and TraverseFilter #2405
Commits on Aug 15, 2018
-
Add FunctorEmpty and TraverseEmpty
Luka Jacobowitz committedAug 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 9c9d9de - Browse repository at this point
Copy the full SHA 9c9d9deView commit details
Commits on Aug 16, 2018
-
Merge branch 'master' into filter-classes
Luka Jacobowitz authored and Luka Jacobowitz committedAug 16, 2018 Configuration menu - View commit details
-
Copy full SHA for f97ba06 - Browse repository at this point
Copy the full SHA f97ba06View commit details -
Merge branch 'master' into filter-classes
Luka Jacobowitz authored and Luka Jacobowitz committedAug 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 4810a9f - Browse repository at this point
Copy the full SHA 4810a9fView commit details -
Add TraverseEmpty instance for Chain
Luka Jacobowitz committedAug 16, 2018 Configuration menu - View commit details
-
Copy full SHA for d77ab2a - Browse repository at this point
Copy the full SHA d77ab2aView commit details -
Merge branch 'filter-classes' of https://github.com/LukaJCB/cats into…
… filter-classes
Luka Jacobowitz committedAug 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 54903f6 - Browse repository at this point
Copy the full SHA 54903f6View commit details -
Make TraverseEmpty[Chain] serializable
I think that the issue here is that it was referencing an instance-level `catsDataInstancesForChain` from an abstract class. By changing it to reference `Chain.catsDataInstancesForChain`, it is a reference to a static member (and therefore doesn't actually need to be serialized). Take my explanation with a grain of salt -- like everyone else on the planet, I don't actually understand Java serialization. But at the end of the day it works :)
Configuration menu - View commit details
-
Copy full SHA for 218c4c9 - Browse repository at this point
Copy the full SHA 218c4c9View commit details -
Merge pull request #4 from ceedubs/fix-chain-traverse-empty-ctcization
Make TraverseEmpty[Chain] serializable
Luka Jacobowitz authoredAug 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 344810e - Browse repository at this point
Copy the full SHA 344810eView commit details -
Merge branch 'master' into filter-classes
Luka Jacobowitz authoredAug 16, 2018 Configuration menu - View commit details
-
Copy full SHA for b9e337a - Browse repository at this point
Copy the full SHA b9e337aView commit details
Commits on Aug 17, 2018
-
Remove conversion to mainline classes
Luka Jacobowitz committedAug 17, 2018 Configuration menu - View commit details
-
Copy full SHA for a3f0d26 - Browse repository at this point
Copy the full SHA a3f0d26View commit details
Commits on Aug 28, 2018
-
Add traverseFilter <-> traverse consistency law
Luka Jacobowitz committedAug 28, 2018 Configuration menu - View commit details
-
Copy full SHA for d323da2 - Browse repository at this point
Copy the full SHA d323da2View commit details -
Luka Jacobowitz committed
Aug 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 8255d59 - Browse repository at this point
Copy the full SHA 8255d59View commit details -
Rename Functor and Traverse Empty to Filter
Luka Jacobowitz committedAug 28, 2018 Configuration menu - View commit details
-
Copy full SHA for bf07dd3 - Browse repository at this point
Copy the full SHA bf07dd3View commit details
Commits on Sep 2, 2018
-
Merge branch 'master' into filter-classes
Luka Jacobowitz authored and Luka Jacobowitz committedSep 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 716d701 - Browse repository at this point
Copy the full SHA 716d701View commit details -
Add Nested FunctorFilter instance
Luka Jacobowitz committedSep 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 46f2307 - Browse repository at this point
Copy the full SHA 46f2307View commit details
Commits on Sep 3, 2018
-
Luka Jacobowitz committed
Sep 3, 2018 Configuration menu - View commit details
-
Copy full SHA for b4c5080 - Browse repository at this point
Copy the full SHA b4c5080View commit details