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: v0.10.0
Choose a base ref
...
head repository: vavr-io/vavr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: vavr-1.0.0-alpha-3
Choose a head ref

Commits on Jan 20, 2019

  1. Copy the full SHA
    cc8a838 View commit details

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
    Copy the full SHA
    f34c252 View commit details

Commits on Mar 31, 2019

  1. Copy the full SHA
    ebac4c1 View commit details
  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
    Copy the full SHA
    8344e95 View commit details
  3. Fixes issue #2401 (#2403)

    danieldietrich authored Mar 31, 2019
    Copy the full SHA
    71f55e0 View commit details

Commits on Apr 8, 2019

  1. Fixes patmat corner case that might produce a ClassCastException (#2405)

    * Fixes patmat corner case that might produce a ClassCastException
    
    * src-gen changes
    danieldietrich authored Apr 8, 2019
    Copy the full SHA
    6cc64b4 View commit details

Commits on Apr 16, 2019

  1. Add Either For comprehension (#2409)

    * Add For comprehension for Either
    
    * Fix typo in Either For comprehenstion Java doc
    
    * Add support for either for comprehension in generator
    alexandrustana authored and danieldietrich committed Apr 16, 2019
    Copy the full SHA
    cdce0c4 View commit details

Commits on Jul 2, 2019

  1. Copy the full SHA
    d49df1a View commit details

Commits on Jul 4, 2019

  1. #2402 Introduce "filterNot" method and deprecate "reject" (#2414)

    * Add filterNot method to Option, Either, Try and Lazy
    
    * Deprecate reject methods in collections and add filterNot methods instead
    kwujec authored and danieldietrich committed Jul 4, 2019
    Copy the full SHA
    ffbac21 View commit details
  2. Adding OpenJDK12 to Travis CI build matrix (#2404)

    * Adding OpenJDK12 to Travis CI build matrix
    
    * Added type witness in order to quick-fix #2406
    danieldietrich authored Jul 4, 2019
    Copy the full SHA
    cf1243c View commit details
  3. Fixes DistictIterator to not eat null values (#2426)

    * Fixes #2425
    
    * Releasing last consumed 'next' element.
    danieldietrich authored Jul 4, 2019
    Copy the full SHA
    2f2ffb8 View commit details
  4. Copy the full SHA
    265d12d View commit details
  5. Implement deterministic shuffling (#2429)

    This adds an overload of the shuffle() method on sequences that takes
    an explicit Random source.
    
    Fix: #1318
    io7m authored and danieldietrich committed Jul 4, 2019
    Copy the full SHA
    6a3788d View commit details
  6. Copy the full SHA
    69560c7 View commit details

Commits on Jul 5, 2019

  1. Copy the full SHA
    06eb655 View commit details

Commits on Jul 6, 2019

  1. Copy the full SHA
    d8ef689 View commit details
  2. Copy the full SHA
    51328e1 View commit details

Commits on Jul 7, 2019

  1. Copy the full SHA
    775dc50 View commit details
  2. Copy the full SHA
    68de9a5 View commit details
  3. Build: Maven -> Gradle (#2440)

    * Moved vavr-{match, match-processor, benchmark, test} to other repositories. Removed Maven build. Added Gradle build.
    
    * Removed openjdk13 from build matrix, keeping openjdk-ea
    
    * Optimized Euler27Test
    
    * Prevent manual change of src-gen/
    danieldietrich authored Jul 7, 2019
    Copy the full SHA
    a45dfbf View commit details

Commits on Jul 8, 2019

  1. Adds openjdk13 to build matrix, allowing failures because of compiler…

    … warning that 'yield' might be reserved (#2443)
    danieldietrich authored Jul 8, 2019
    Copy the full SHA
    c0222f7 View commit details
  2. Copy the full SHA
    64b1535 View commit details

Commits on Jul 12, 2019

  1. Typo

    danieldietrich committed Jul 12, 2019
    Copy the full SHA
    a4571d9 View commit details

Commits on Jul 13, 2019

  1. Copy the full SHA
    09da3b6 View commit details

Commits on Jul 17, 2019

  1. Copy the full SHA
    bc5e934 View commit details

Commits on Jul 19, 2019

  1. Sealed ADTs (#2452)

    danieldietrich authored Jul 19, 2019
    Copy the full SHA
    cce4332 View commit details

Commits on Jul 21, 2019

  1. Test cleanup (#2455)

    mincong-h authored and danieldietrich committed Jul 21, 2019
    Copy the full SHA
    ae1e461 View commit details

Commits on Jul 22, 2019

  1. Improve shuffle test (#2454)

    mincong-h authored and danieldietrich committed Jul 22, 2019
    Copy the full SHA
    7544480 View commit details

Commits on Jul 23, 2019

  1. Copy the full SHA
    45f3fbe View commit details
  2. Copy the full SHA
    e0b6747 View commit details
Showing 346 changed files with 5,877 additions and 17,567 deletions.
28 changes: 12 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,27 @@
# -- Maven
target
*.versionsBackup
# -- Mac OS
.DS_Store
*.bak

# -- Gradle
.gradle
build
.gradle/
build/

# -- Eclipse
.classpath
.project
.settings
bin
bin/

# -- IntelliJ IDEA
.idea
.idea/
out/
*.iml

# -- Visual Studio Code
.vscode

# -- Mac OS
.DS_Store
*.log

# -- Java
hs_err_pid*
*.class
.vscode/

# -- Emacs
.#*

# -- VAVR build files
generator/bin/
16 changes: 0 additions & 16 deletions .ide/README.md

This file was deleted.

Binary file removed .ide/idea-settings.jar
Binary file not shown.
Binary file removed .ide/img/idea-reformat-code.png
Binary file not shown.
Binary file removed .ide/img/idea-settings.png
Binary file not shown.
Loading