hho
01/20/2025, 7:22 PMMargarita Bobova
01/27/2025, 4:12 PMMargarita Bobova
01/29/2025, 2:22 PMSlackbot
02/05/2025, 11:07 AMMichael.Lysik
02/05/2025, 11:18 AMCarter
02/09/2025, 4:34 PMYoussef Shoaib [MOD]
02/11/2025, 8:28 PMTatiana Bogdanova [JetBrains]
02/19/2025, 5:09 PMNikita Krasyuk
02/24/2025, 8:29 PMkevin.cianfarini
02/24/2025, 9:32 PMe: Compilation failed: Invalid LLVM module
Verification errors:
Call parameter type does not match function signature!
%40 = call zeroext i1 @"kfun:io.github.kevincianfarini.monarch.BooleanFeatureFlag#<get-default>(){}kotlin.Boolean-trampoline"(ptr %39), !dbg !1058
ptr %41 = call zeroext i1 @"kfun:kotlin#<Boolean-unbox>(kotlin.Any){}kotlin.Boolean"(i1 %40), !dbg !1058
Call parameter type does not match function signature!
%78 = call double @"kfun:io.github.kevincianfarini.monarch.DoubleFeatureFlag#<get-default>(){}kotlin.Double-trampoline"(ptr %77), !dbg !1074
ptr %79 = call double @"kfun:kotlin#<Double-unbox>(kotlin.Any){}kotlin.Double"(double %78), !dbg !1074
Any tips on where to begin debugging this? Everything works fine in Kotlin 2.1.10.Giorgi
03/06/2025, 6:09 PMGiorgi
03/06/2025, 6:11 PMGiorgi
03/06/2025, 6:11 PMGiorgi
03/06/2025, 6:11 PMhfhbd
03/07/2025, 11:02 AMjava-test-fixtures
plugin, I need to switch from testFixturesImplementation
to jvmTestFixturesImplementation
. While it makes sense, shouldn't be there a migration path? And what about to extending the default testFixturesImplementation
?darkmoon_uk
03/11/2025, 10:29 AMMargarita Bobova
03/14/2025, 3:48 PMZac Sweers
03/18/2025, 6:49 PM-Xannotation-default-target
option will always mark code produced by this compilation as pre-release? reference: https://youtrack.jetbrains.com/issue/KT-75588/2.1.20-RC-was-compiled-by-a-pre-release-ve[…]e-loaded-by-this-version-of-the-compiler-warnings-despite
If so, I think this is actually kind of a major issue because not having that escape hatch means that a large codebase either has to forego allWarningsAsErrors
or meticulously go change every affected annotation 🤔Youssef Shoaib [MOD]
03/21/2025, 10:27 PMYoussef Shoaib [MOD]
04/04/2025, 3:18 PMCLOVIS
04/10/2025, 12:12 PM./gradlew -Peap
which runs the build using the latest Kotlin EAP version instead of the stable oneMargarita Bobova
04/15/2025, 12:16 PMloke
04/16/2025, 10:12 AMMargarita Bobova
04/17/2025, 10:26 AMMichael Friend
04/18/2025, 5:51 PMcontext(...){ }
scoping function to provide multiple values to the implicit context for calling functions with context params. Is this planned for a future release or has the implementation and plans just diverged from the original KEEP?antonarhipov
04/19/2025, 11:58 AMMargarita Bobova
05/01/2025, 12:19 PMTatiana Bogdanova [JetBrains]
05/02/2025, 8:50 AMJames Yox
05/05/2025, 11:30 PMcontext(...)
functions in the standard library the Intellij does not seem to recognize items being brought into context. However, if I write my own version of context(...)
in the same module it works just fine.
Also worth noting that this compiles just fine despite the IDE errors. Is this expected behavior at this point in the release cycle? I'm just eager to start refactoring some of my personal projects to use context parameters!hfhbd
05/12/2025, 7:13 PMLockedCameraCapture
is not found (because it requires iOS 18). https://scans.gradle.com/s/kewpe5fwir3ra Is this expected?