arrow-analysis icon indicating copy to clipboard operation
arrow-analysis copied to clipboard

Arrow Analysis Plugin

Results 17 arrow-analysis issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/arrow-kt/arrow-analysis). ## Config Migration Needed - [ ]...

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |...

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |...

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://kotlinlang.org/) ([source](https://redirect.github.com/JetBrains/kotlin))...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.dokka](https://togithub.com/Kotlin/dokka) | `1.8.10` -> `1.9.20` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.dokka/1.9.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

**Describe the bug** Adding the arrow analysis gradle plugin results in a NoSuchMethodError exception when we try to compile our project **To Reproduce** Steps to reproduce the behavior: 1. Add...

bug

**Describe the bug** After integrating Arrow Analysis, the Gradle task `compileKotlin` stumbles over this snippet: ``` inline fun List.asListOfType(): Option = if (all { it is T }) { @Suppress("UNCHECKED_CAST")...

bug

**Is your feature request related to a problem? Please describe.** FIR, the new frontend for the Kotlin compiler, is around the corner. May release stable around 1.9 or 1.10 **Describe...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: Build with a lateinit var that has a private set...

bug

**Describe the bug** I receive OutOfMemoryError after a few minutes of compilation. Project is not big < 1000 lines. This issue occurs to me with Kotlin 1.7.20 and 1.6.21. I...

bug