Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

0.11.0-SNAPSHOT wip branch #130

Merged
merged 34 commits into from
Apr 1, 2020
Merged

0.11.0-SNAPSHOT wip branch #130

merged 34 commits into from
Apr 1, 2020

Conversation

rachelcarmena
Copy link
Member

@rachelcarmena rachelcarmena commented Mar 25, 2020

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 for 0.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 as 0.10.5 is released (because VERSION_NAME will be 0.11.0-SNAPSHOT then). Those changes are included in this PR #133

nomisRev and others added 30 commits January 27, 2020 16:59
* 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
rachelcarmena and others added 3 commits April 1, 2020 10:34
Co-authored-by: nomisRev <vergauwen.simon@gmail.com>
Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
@rachelcarmena rachelcarmena marked this pull request as ready for review April 1, 2020 17:49
@rachelcarmena rachelcarmena merged commit 0d7c9c2 into master Apr 1, 2020
@rachelcarmena rachelcarmena deleted the release/0.11.0 branch April 2, 2020 12:35
aballano added a commit that referenced this pull request Jul 1, 2020
aballano added a commit that referenced this pull request Jul 3, 2020
* Revert "0.11.0-SNAPSHOT wip branch (#130)"

This reverts commit 0d7c9c2.

Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants