Settuba
Settuba
We still need to address this SubTask along the way https://github.com/arrow-kt/arrow/issues/2190#issuecomment-924100272
The following supported platforms are missing in Arrow and the general Kotlin ecosystem. Having [Coroutines support](https://github.com/Kotlin/kotlinx.coroutines/blob/master/gradle/compile-native-multiplatform.gradle). References can be found [here](https://github.com/Kotlin/kotlinx.coroutines/issues/855), and the blocking issue running tests over linux targets...
- update to kotlin 1.5.30 - clear build dependencies
What version are you currently using? 0.11.0/0.12.0-SNAPSHOT What would you like to see? Documentation on CircuitBreak and how to use it. Here are a few resources for inspiration: - https://netflixtechblog.com/fault-tolerance-in-a-high-volume-distributed-system-91ab4faae74a...
## Checklist - [ ] Appropriate tests were added - [X] Any code changes were done in a way that does not break public API - [ ] All documentation...
Currently there not being generated by another tool to be uploaded. ```bash Run github/codeql-action/[email protected] [23](https://github.com/arrow-kt/arrow-analysis/runs/5606778446?check_suite_focus=true#step:9:23) Error: No SARIF files found to upload in "sarif". [24](https://github.com/arrow-kt/arrow-analysis/runs/5606778446?check_suite_focus=true#step:9:24) Error: No SARIF files found...
check if everything resolve with this gradle task: ``` clean consumer:build consumer:execute -Dorg.gradle.debug=true -Dkotlin.compiler.execution.strategy="in-process" ```
Further improvements on the pure plugin: - matching on the `throw` keyword, which is not in a suspended environment