Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BackendJava/lambda
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6ce542d
Choose a base ref
...
head repository: palatable/lambda
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d360ae8
Choose a head ref
  • 16 commits
  • 21 files changed
  • 5 contributors

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    5e73e1f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    418cfa1 View commit details
    Browse the repository at this point in the history
  2. Updating CHANGELOG

    jnape committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    8a85105 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0423ec9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abf79dd View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. add automatic module name to jar manifest

    This allows downstream projects using lambda to publish their own jars as
    modules without switching lambda itself to a jigsaw module.
    Sebastian Hoß committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    6e92250 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. GitHub action CI for prs (palatable#124)

    * Enable CI for pull requests
    * Remove travis config
    7h3kk1d authored Nov 26, 2022
    Configuration menu
    Copy the full SHA
    778fdfc View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Removed travis build badge from README
    jnape authored Nov 26, 2022
    Configuration menu
    Copy the full SHA
    edec580 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    008fc42 View commit details
    Browse the repository at this point in the history
  4. Merge pull request palatable#125 from sebhoss/master

    add automatic module name to jar manifest
    7h3kk1d authored Nov 26, 2022
    Configuration menu
    Copy the full SHA
    f66ec60 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Fix Absent::foldLeft bug (palatable#121)

    Co-authored-by: Alexander Bandukwala <skylerlutz@me.com>
    Co-authored-by: Skyler Lutz <skylerlutz@me.com>
    7h3kk1d and SkylerLutz authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    3fe3639 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    88e70fe View commit details
    Browse the repository at this point in the history
  2. Fix height of discord badge

    7h3kk1d authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e483118 View commit details
    Browse the repository at this point in the history
  3. Merge pull request palatable#126 from palatable/discord-chat-link

    Switch chat badge to point to palatable discord
    7h3kk1d authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    725d626 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. 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 committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    c1d2193 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Merge pull request palatable#128 from 7h3kk1d/foldright-semigroup-fix

    FoldRight fixes for Monoid/Semigroup
    7h3kk1d authored May 1, 2023
    Configuration menu
    Copy the full SHA
    d360ae8 View commit details
    Browse the repository at this point in the history
Loading