- Notifications
You must be signed in to change notification settings - Fork0
Comparing changes
Open a pull request
base repository:BackendJava/lambda
Uh oh!
There was an error while loading.Please reload this page.
base:master
head repository:palatable/lambda
Uh oh!
There was an error while loading.Please reload this page.
compare:master
Uh oh!
There was an error while loading.Please reload this page.
- 16commits
- 21files changed
- 5contributors
Commits on Mar 14, 2022
Fix DropWhile fusion bug (palatable#120)
7h3kk1d authoredMar 14, 2022 - jnape committed
Mar 14, 2022 [maven-release-plugin] prepare release lambda-5.5.0
jnape committedMar 14, 2022 [maven-release-plugin] prepare for next development iteration
jnape committedMar 14, 2022
Commits on Nov 12, 2022
add automatic module name to jar manifest
This allows downstream projects using lambda to publish their own jars asmodules without switching lambda itself to a jigsaw module.
Sebastian Hoß committedNov 12, 2022
Commits on Nov 26, 2022
GitHub action CI for prs (palatable#124)
* Enable CI for pull requests* Remove travis config
7h3kk1d authoredNov 26, 2022 Merge branch 'master' into master
jnape authoredNov 26, 2022 Merge pull requestpalatable#125from sebhoss/master
add automatic module name to jar manifest
7h3kk1d authoredNov 26, 2022
Commits on Dec 2, 2022
Fix Absent::foldLeft bug (palatable#121)
Co-authored-by: Alexander Bandukwala <skylerlutz@me.com>Co-authored-by: Skyler Lutz <skylerlutz@me.com>
Commits on Mar 31, 2023
Switch chat badge to point to palatable discord
7h3kk1d authoredMar 31, 2023 - 7h3kk1d authored
Mar 31, 2023 Merge pull requestpalatable#126from palatable/discord-chat-link
Switch chat badge to point to palatable discord
7h3kk1d authoredMar 31, 2023
Commits on Apr 21, 2023
FoldRight fixes for Monoid/Semigroup
- Semigroup::foldRight had parameters flipped- Monoid::foldRight was accumulating the accumulator from the left. This has been fixed but the identity is now being used as a starting accumulator. Otherwise, the evaluation order is unchanged.- Changed ExplainFold parameter name since accumulator can be in either position
7h3kk1d committedApr 21, 2023
Commits on May 1, 2023
Merge pull requestpalatable#128from 7h3kk1d/foldright-semigroup-fix
FoldRight fixes for Monoid/Semigroup
7h3kk1d authoredMay 1, 2023
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff master...master
Uh oh!
There was an error while loading.Please reload this page.