Comparing BackendJava:master...palatable:master · BackendJava/lambda

Commits on Mar 11, 2022

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    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

    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    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
    Configuration menu

    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu

    Browse the repository at this point in the history