This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* BIO - Part 1 (#1851) * Add E param * Fix imports & types * Add RaiseError case * Refactor IO name * [BIO]: include `E` into IOFrame & IORunLoop (#1859) * Rewrite IOFrame * Update IORunLoop & fix resulting combinators * Move public code to IO.kt * Refactor Right to Success * IO: IOConnection & IOBracket (#1870) * Update ForwardCancelable * Update IOBracket * Remove KindConnection and refactor into IOConnection * IO Concurrency combinators & Green Build (#1892) * BIO - Part 1 (#1851) * Add E param * Fix imports & types * Add RaiseError case * Refactor IO name * [BIO]: include `E` into IOFrame & IORunLoop (#1859) * Rewrite IOFrame * Update IORunLoop & fix resulting combinators * Move public code to IO.kt * Refactor Right to Success * IO: IOConnection & IOBracket (#1870) * Update ForwardCancelable * Update IOBracket * Remove KindConnection and refactor into IOConnection * Rewrite UnsafePromise * Rewrite ParMap2 * Update IOParMap3 * Update IORacePair * Update IORaceTriple * Fix tests * Fix KIO benchmarks * Fix imports Ank * Fix IOExample * Fix unused imports * Fix imports benchmarks * Fix arrow-integrations-retrofit-adapter * Fix FpToTheMax & typeclasses example * KtLintFormat * Fix IOTest * Fix more tests * Fix merge conflicts * KtLintFormat * Fix MaybeK bracket and use it for QueueTest * Throw proper exception in impossible cases * Revert removing runAsync * Fix build * KtLintFormat
# Conflicts: # arrow-benchmarks-fx/src/jmh/kotlin/arrow/benchmarks/Queue.kt # arrow-fx-kotlinx-coroutines/build.gradle # arrow-fx-reactor/build.gradle # arrow-fx-rx2/build.gradle # arrow-fx/build.gradle # arrow-fx/src/main/kotlin/arrow/fx/Queue.kt # arrow-fx/src/main/kotlin/arrow/fx/extensions/io.kt # arrow-fx/src/main/kotlin/arrow/fx/internal/CancelableQueue.kt # arrow-fx/src/main/kotlin/arrow/fx/internal/ForwardCancellable.kt # arrow-fx/src/test/kotlin/arrow/fx/IOTest.kt # arrow-fx/src/test/kotlin/arrow/fx/MVarTest.kt # arrow-fx/src/test/kotlin/arrow/fx/QueueTest.kt # arrow-streams/build.gradle # build.gradle # gradle.properties # settings.gradle
Fix L spelling of cancellable
# Conflicts: # arrow-fx/src/main/kotlin/arrow/fx/IO.kt
# Conflicts: # arrow-fx-test/src/main/kotlin/arrow/test/laws/BracketLaws.kt # arrow-fx/src/test/kotlin/arrow/fx/IOTest.kt
# Conflicts: # arrow-benchmarks-fx/src/jmh/kotlin/arrow/benchmarks/Cancellable.kt # arrow-benchmarks-fx/src/jmh/kotlin/arrow/benchmarks/ParMap.kt # arrow-benchmarks-fx/src/jmh/kotlin/arrow/benchmarks/Queue.kt # arrow-benchmarks-fx/src/jmh/kotlin/arrow/benchmarks/Uncancellable.kt # arrow-fx-kotlinx-coroutines/src/test/kotlin/arrow/integrations/kotlinx/CoroutinesIntegrationTest.kt # arrow-fx-reactor/src/main/kotlin/arrow/fx/reactor/FluxK.kt # arrow-fx-reactor/src/main/kotlin/arrow/fx/reactor/FluxKConnection.kt # arrow-fx-reactor/src/main/kotlin/arrow/fx/reactor/MonoK.kt # arrow-fx-reactor/src/main/kotlin/arrow/fx/reactor/MonoKConnection.kt # arrow-fx-reactor/src/test/kotlin/arrow/fx/FluxKTest.kt # arrow-fx-reactor/src/test/kotlin/arrow/fx/MonoKTest.kt # arrow-fx-rx2/src/main/kotlin/arrow/fx/rx2/FlowableK.kt # arrow-fx-rx2/src/main/kotlin/arrow/fx/rx2/MaybeK.kt # arrow-fx-rx2/src/main/kotlin/arrow/fx/rx2/ObservableK.kt # arrow-fx-rx2/src/main/kotlin/arrow/fx/rx2/SingleK.kt # arrow-fx-rx2/src/test/kotlin/arrow/fx/FlowableKTests.kt # arrow-fx-rx2/src/test/kotlin/arrow/fx/MaybeKTests.kt # arrow-fx-rx2/src/test/kotlin/arrow/fx/ObservableKTests.kt # arrow-fx-rx2/src/test/kotlin/arrow/fx/SingleKTests.kt # arrow-fx/src/main/kotlin/arrow/fx/IO.kt # arrow-fx/src/main/kotlin/arrow/fx/IOConnection.kt # arrow-fx/src/main/kotlin/arrow/fx/IOParMap.kt # arrow-fx/src/main/kotlin/arrow/fx/IORace.kt # arrow-fx/src/main/kotlin/arrow/fx/IORunLoop.kt # arrow-fx/src/main/kotlin/arrow/fx/KindConnection.kt # arrow-fx/src/main/kotlin/arrow/fx/MVar.kt # arrow-fx/src/main/kotlin/arrow/fx/Promise.kt # arrow-fx/src/main/kotlin/arrow/fx/extensions/io.kt # arrow-fx/src/main/kotlin/arrow/fx/internal/CancellableMVar.kt # arrow-fx/src/main/kotlin/arrow/fx/internal/ForwardCancellable.kt # arrow-fx/src/main/kotlin/arrow/fx/internal/IOBracket.kt # arrow-fx/src/main/kotlin/arrow/fx/typeclasses/Concurrent.kt # arrow-fx/src/test/kotlin/arrow/fx/EffectsSuspendDSLTests.kt # arrow-fx/src/test/kotlin/arrow/fx/IOConnectionTests.kt # arrow-fx/src/test/kotlin/arrow/fx/IOTest.kt # arrow-fx/src/test/kotlin/arrow/fx/MVarTest.kt # arrow-fx/src/test/kotlin/arrow/fx/PromiseTest.kt # arrow-fx/src/test/kotlin/arrow/fx/ResourceTest.kt # arrow-fx/src/test/kotlin/arrow/fx/SemaphoreTest.kt
This was referenced Mar 26, 2020
Co-authored-by: nomisRev <vergauwen.simon@gmail.com> Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
aballano
added a commit
that referenced
this pull request
Jul 3, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'm creating this pull request because this branch should be merged as soon as
0.10.5
is released in order to allow the following contributions for0.11.0-SNAPSHOT
.Sync bot is checking build result. However, it's not checking API doc generation and validation because of postponed errors. Let's create this pull request to check the status with
0.11.0-SNAPSHOT
.Note: this pull request should change some files before merging like
gradle.properties
, sync bot, etc. as soon as0.10.5
is released (becauseVERSION_NAME
will be0.11.0-SNAPSHOT
then). Those changes are included in this PR #133