-
Notifications
You must be signed in to change notification settings - Fork 453
Comparing changes
Open a pull request
base repository: arrow-kt/arrow
base: 1.1.3
head repository: arrow-kt/arrow
compare: 1.1.4
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0c2de60 - Browse repository at this point
Copy the full SHA 0c2de60View commit details -
Configuration menu - View commit details
-
Copy full SHA for e94fc4d - Browse repository at this point
Copy the full SHA e94fc4dView commit details
Commits on Oct 3, 2022
-
Make the server disconnect test more general (#2822)
Turns out on Windows the JVM throws a more general exception (SocketException) than on Mac when the server disconnects. Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 336692d - Browse repository at this point
Copy the full SHA 336692dView commit details
Commits on Oct 4, 2022
-
Update NonEmptyList.fromList deprecation to suggest
toOption()
inst……ead (#2832) Coming from a discussion in StackOverFlow here https://stackoverflow.com/a/73893138/9440211.
Configuration menu - View commit details
-
Copy full SHA for 0813110 - Browse repository at this point
Copy the full SHA 0813110View commit details
Commits on Oct 5, 2022
-
Improve Either.getOrHandle() docs (#2833)
Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 65cab36 - Browse repository at this point
Copy the full SHA 65cab36View commit details
Commits on Oct 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a71588d - Browse repository at this point
Copy the full SHA a71588dView commit details -
Arrow Fx: deprecate Platform#composeError, never and unit() (#2837)
* Deprecate some niche apis * Revert unrelated changes
Configuration menu - View commit details
-
Copy full SHA for ebd3406 - Browse repository at this point
Copy the full SHA ebd3406View commit details
Commits on Oct 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8340c83 - Browse repository at this point
Copy the full SHA 8340c83View commit details
Commits on Oct 17, 2022
-
Refactor - #2812 sequence separate performance (#2818)
* Refactor: Use fold to separate Sequence of Either * Refactor: Use fold to separate Sequence of Validated * Feature: Add tests for separating Either & Validated Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com> Co-authored-by: Imran Malic Settuba <46971368+i-walker@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 336c501 - Browse repository at this point
Copy the full SHA 336c501View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96c774a - Browse repository at this point
Copy the full SHA 96c774aView commit details
Commits on Nov 17, 2022
-
Resource API deprecation, and preparation for 2.x.x. & back port impr…
…ovements (#2847) * Backport changes Arrow 2.x.x to 1.x.x * apiDump * Install Watch simulator * Only install watch on macos * Fix XCode version
Configuration menu - View commit details
-
Copy full SHA for 8389426 - Browse repository at this point
Copy the full SHA 8389426View commit details -
introduce iterable.toNonEmptyListOrNone() (#2843)
* introduce iterable.toNonEmptyListOrNone * update .api file Co-authored-by: Alejandro Serrano <trupill@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a9c8dcc - Browse repository at this point
Copy the full SHA a9c8dccView commit details -
[PROPOSAL] Either API deprecation, and preparation for 2.x.x (#2830)
Co-authored-by: Imran Malic Settuba <46971368+i-walker@users.noreply.github.com> Co-authored-by: Alejandro Serrano <trupill@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cf0add9 - Browse repository at this point
Copy the full SHA cf0add9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8ca4af - Browse repository at this point
Copy the full SHA f8ca4afView commit details -
Weaken Either monoid dependencies to only require a semigroup on left (…
…#2845) * Weaken Either monoid dependencies to require only a semigroup on left * Update API files Co-authored-by: Michael Mroz <admin@heretic.software> Co-authored-by: Alejandro Serrano <trupill@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0bb0973 - Browse repository at this point
Copy the full SHA 0bb0973View commit details -
Configuration menu - View commit details
-
Copy full SHA for b608a05 - Browse repository at this point
Copy the full SHA b608a05View commit details
Commits on Nov 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e29756 - Browse repository at this point
Copy the full SHA 5e29756View commit details
Commits on Nov 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1b335d3 - Browse repository at this point
Copy the full SHA 1b335d3View commit details
Commits on Dec 4, 2022
-
Update various versions (#2852)
* Update various versions * Update ResourceTest * Fix compile error in arrow-continuations * Remove 'lock' from TVar * Replace global TVar counter with random value * Downgrade Gradle version (because of https://youtrack.jetbrains.com/issue/KT-54634) * Rewrite Flow time based tests to runTest * Fine-tune jvmargs, inspired by Stately, Splitties, SqlDelight & Kotest * Split macOS into two jobs and --in-parallel * Split ubuntu in separate steps Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com> Co-authored-by: serras <serras@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3964b18 - Browse repository at this point
Copy the full SHA 3964b18View commit details -
Configuration menu - View commit details
-
Copy full SHA for be63562 - Browse repository at this point
Copy the full SHA be63562View commit details
Commits on Dec 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5f17a0b - Browse repository at this point
Copy the full SHA 5f17a0bView commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a8e9b73 - Browse repository at this point
Copy the full SHA a8e9b73View commit details -
Setup Kover as test coverage tool (#2793)
Signed-off-by: MarkMarkyMarkus <morofreestyle@gmail.com> Co-authored-by: Alejandro Serrano <trupill@gmail.com> Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 93f0731 - Browse repository at this point
Copy the full SHA 93f0731View commit details
Commits on Dec 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 745dc5e - Browse repository at this point
Copy the full SHA 745dc5eView commit details -
Revert "Replace TOKEN_GITHUB_ACTION with GITHUB_TOKEN"
This reverts commit 745dc5e.
Configuration menu - View commit details
-
Copy full SHA for 38d6c74 - Browse repository at this point
Copy the full SHA 38d6c74View commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1d8ba60 - Browse repository at this point
Copy the full SHA 1d8ba60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99e50bd - Browse repository at this point
Copy the full SHA 99e50bdView commit details
There are no files selected for viewing