-
-
Notifications
You must be signed in to change notification settings - Fork 639
Comparing changes
Open a pull request
base repository: vavr-io/vavr
base: v0.10.0
head repository: vavr-io/vavr
compare: vavr-1.0.0-alpha-3
Commits on Jan 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cc8a838 - Browse repository at this point
Copy the full SHA cc8a838View commit details
Commits on Mar 21, 2019
-
[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.
Configuration menu - View commit details
-
Copy full SHA for f34c252 - Browse repository at this point
Copy the full SHA f34c252View commit details
Commits on Mar 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ebac4c1 - Browse repository at this point
Copy the full SHA ebac4c1View commit details -
* [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.
Configuration menu - View commit details
-
Copy full SHA for 8344e95 - Browse repository at this point
Copy the full SHA 8344e95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71f55e0 - Browse repository at this point
Copy the full SHA 71f55e0View commit details
Commits on Apr 8, 2019
-
Fixes patmat corner case that might produce a ClassCastException (#2405)
* Fixes patmat corner case that might produce a ClassCastException * src-gen changes
Configuration menu - View commit details
-
Copy full SHA for 6cc64b4 - Browse repository at this point
Copy the full SHA 6cc64b4View commit details
Commits on Apr 16, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for cdce0c4 - Browse repository at this point
Copy the full SHA cdce0c4View commit details
Commits on Jul 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d49df1a - Browse repository at this point
Copy the full SHA d49df1aView commit details
Commits on Jul 4, 2019
-
#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
Configuration menu - View commit details
-
Copy full SHA for ffbac21 - Browse repository at this point
Copy the full SHA ffbac21View commit details -
Adding OpenJDK12 to Travis CI build matrix (#2404)
* Adding OpenJDK12 to Travis CI build matrix * Added type witness in order to quick-fix #2406
Configuration menu - View commit details
-
Copy full SHA for cf1243c - Browse repository at this point
Copy the full SHA cf1243cView commit details -
Fixes DistictIterator to not eat null values (#2426)
* Fixes #2425 * Releasing last consumed 'next' element.
Configuration menu - View commit details
-
Copy full SHA for 2f2ffb8 - Browse repository at this point
Copy the full SHA 2f2ffb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 265d12d - Browse repository at this point
Copy the full SHA 265d12dView commit details -
Implement deterministic shuffling (#2429)
This adds an overload of the shuffle() method on sequences that takes an explicit Random source. Fix: #1318
Configuration menu - View commit details
-
Copy full SHA for 6a3788d - Browse repository at this point
Copy the full SHA 6a3788dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69560c7 - Browse repository at this point
Copy the full SHA 69560c7View commit details
Commits on Jul 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 06eb655 - Browse repository at this point
Copy the full SHA 06eb655View commit details
Commits on Jul 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d8ef689 - Browse repository at this point
Copy the full SHA d8ef689View commit details -
Removed AbstractIterator, improved internal iterators used by factory…
… methods, added tests. (#2434)
Configuration menu - View commit details
-
Copy full SHA for 51328e1 - Browse repository at this point
Copy the full SHA 51328e1View commit details
Commits on Jul 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 775dc50 - Browse repository at this point
Copy the full SHA 775dc50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68de9a5 - Browse repository at this point
Copy the full SHA 68de9a5View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for a45dfbf - Browse repository at this point
Copy the full SHA a45dfbfView commit details
Commits on Jul 8, 2019
-
Adds openjdk13 to build matrix, allowing failures because of compiler…
… warning that 'yield' might be reserved (#2443)
Configuration menu - View commit details
-
Copy full SHA for c0222f7 - Browse repository at this point
Copy the full SHA c0222f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b1535 - Browse repository at this point
Copy the full SHA 64b1535View commit details
Commits on Jul 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a4571d9 - Browse repository at this point
Copy the full SHA a4571d9View commit details
Commits on Jul 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 09da3b6 - Browse repository at this point
Copy the full SHA 09da3b6View commit details
Commits on Jul 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bc5e934 - Browse repository at this point
Copy the full SHA bc5e934View commit details
Commits on Jul 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cce4332 - Browse repository at this point
Copy the full SHA cce4332View commit details
Commits on Jul 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ae1e461 - Browse repository at this point
Copy the full SHA ae1e461View commit details
Commits on Jul 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7544480 - Browse repository at this point
Copy the full SHA 7544480View commit details
Commits on Jul 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 45f3fbe - Browse repository at this point
Copy the full SHA 45f3fbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b6747 - Browse repository at this point
Copy the full SHA e0b6747View commit details
There are no files selected for viewing
This file was deleted.