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: vavr-io/vavr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: javaqube/vavr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 12 files changed
  • 3 contributors

Commits on Jan 20, 2019

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

Commits on Mar 21, 2019

  1. [Feature] [#2381] Add println(Object...) to io.vavr.API (#2386)

    *  Added println(Object...) to io.vavr.API as requested described into
     issue #2381.
    
    *  Added the generated src
    
    * Fixed null error using String::valueOf instead of Object::toString
    
    * Fixed null error using String::valueOf instead of Object::toString
    
    * Aligned with the clean code policy
    
    * Fixed API::println(Object...) documentation
    
    * Improved the println method.
    Theodor A. Dumitrescu authored and danieldietrich committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    f34c252 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. Configuration menu
    Copy the full SHA
    ebac4c1 View commit details
    Browse the repository at this point in the history
  2. [Fix][Bug] #2382 (#2399)

    * [Fix][Bug][2382] java.lang.ClassCastException:
    class io.vavr.collection.CharSeq cannot be cast to
    class java.lang.Comparable
    
    * [Fix][Bug][2382] java.lang.ClassCastException:
    class io.vavr.collection.CharSeq cannot be cast to
    class java.lang.Comparable
    
    * Added a test case for the bug fix #2382.
    
    * Added less, greater and less test case for testing the behavior of CharSeq
    as java.lang.Comparator.
    This commit concerns the issue #2382.
    Theodor A. Dumitrescu authored and danieldietrich committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    8344e95 View commit details
    Browse the repository at this point in the history
  3. Fixes issue #2401 (#2403)

    danieldietrich authored Mar 31, 2019
    Configuration menu
    Copy the full SHA
    71f55e0 View commit details
    Browse the repository at this point in the history
Loading