shiraji
07/23/2018, 10:13 AMjames.ayvaz
07/28/2018, 5:14 PM-Dorg.gradle.debug=true
I can’t see the kapt sourceadam-mcneilly
07/29/2018, 9:32 PMcoreLibsTest
I get this: > Could not target platform: 'Java SE 10' using tool chain: 'JDK 8 (1.8)'.
I set all of the environment variables:
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/bin
JDK_16=/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin
JDK_17=/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/bin
JDK_18=/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/bin
JDK_9=/Library/Java/JavaVirtualMachines/jdk-9.0.4.jdk/Contents/Home/bin
Anyone have a hunch at what I might be doing wrong that it's trying to target Java 10?Andrew Albert
07/30/2018, 6:51 PMilya.gorbunov
07/30/2018, 6:53 PM#{Up For Grabs}
tag, these usually do not require to be discussed.adam-mcneilly
08/01/2018, 5:27 PMSwapnil Madavi
08/03/2018, 9:06 AMjdemeulenaere
09/07/2018, 10:11 AMtieskedh
09/07/2018, 1:45 PMalexcouch
09/11/2018, 12:08 AMchristophsturm
09/11/2018, 10:14 PMjdemeulenaere
09/17/2018, 2:01 PMTimo Obereder
10/11/2018, 10:58 AM/Users/timoobereder/Documents/Projects/kotlin/libraries/stdlib/src/kotlin/collections/Arrays.kt
Error:(66, 72) Kotlin: [kotlin-stdlib_main] Type parameter cannot have any other bounds if it's bounded by another type parameter
Error:(74, 12) Kotlin: [kotlin-stdlib_main] Declaration annotated with '@OptionalExpectation' can only be used in common module sources
Error:(115, 12) Kotlin: [kotlin-stdlib_main] Declaration annotated with '@OptionalExpectation' can only be used in common module sources
/Users/timoobereder/Documents/Projects/kotlin/libraries/stdlib/src/kotlin/collections/Collections.kt
Error:(206, 72) Kotlin: [kotlin-stdlib_main] Type parameter cannot have any other bounds if it's bounded by another type parameter
/Users/timoobereder/Documents/Projects/kotlin/libraries/stdlib/src/kotlin/collections/Maps.kt
Error:(175, 72) Kotlin: [kotlin-stdlib_main] Type parameter cannot have any other bounds if it's bounded by another type parameter
/Users/timoobereder/Documents/Projects/kotlin/libraries/stdlib/src/kotlin/text/Strings.kt
Error:(283, 72) Kotlin: [kotlin-stdlib_main] Type parameter cannot have any other bounds if it's bounded by another type parameter
Error:(294, 72) Kotlin: [kotlin-stdlib_main] Type parameter cannot have any other bounds if it's bounded by another type parameter
i’m on mac osxUzi Landsmann
10/28/2018, 6:03 AMZappo
10/29/2018, 7:08 PMmeasureTimeMillisWithResult
already exist in the codebase (core/util.runtime/src/org/jetbrains/kotlin/utils/addToStdlib.kt
and plugins/kapt3/kapt3-base/src/org/jetbrains/kotlin/kapt3/base/util/misc.kt
) which could be replaced by the fixed version proposed.Slackbot
11/03/2018, 4:52 PMTimo Obereder
11/06/2018, 2:34 AMKtExpression
method nextStatement()
, using it more than once on one expression (especially when referenced) can result in null and behaviour i don’t want. e.g.: i want to iterate through a bunch of reoccurring types and save them in a list.onurozcelik
11/09/2018, 9:08 PMalllex
11/10/2018, 10:52 AMDavio
11/27/2018, 8:17 AMDavio
11/29/2018, 8:06 AMcleishm
01/08/2019, 4:21 PMHarry Billinis
01/24/2019, 1:25 PMTimo Obereder
01/28/2019, 5:08 PMplugin-common.xml
files. Is it a responsibility of a contributor to fix those by either merge or rebase master onto the feature branch or should we just ignore those files until the feature is as its supposed to be and the reviewers will fix those before merging into master?Timo Obereder
01/28/2019, 5:26 PMIntentionBasedInspection
class. Some Inspections, that are contained in the intentions folder, use this class, but at the same time it’s deprecated. "Please do not use for new inspections. Use AbstractKotlinInspection as base class for them"
…so i did use the AbstractKotlinInspection
class and wondering if that is the right way… https://github.com/JetBrains/kotlin/pull/2082jw
02/07/2019, 4:33 PMJAVA_HOME
to 8 yet multiple parts of the build seem to be selecting 12 (the latest) no matter what I do
> Configure project :kotlin-reflect
Cannot find file by paths: [jre/lib/rt.jar, ../Classes/classes.jar] in /Library/Java/JavaVirtualMachines/jdk-12.jdk/Contents/Home
> Task :kotlin-annotations-jvm:compileJava FAILED
warning: [options] bootstrap class path not set in conjunction with -source 6
error: Source option 6 is no longer supported. Use 7 or later.
error: Target option 6 is no longer supported. Use 7 or later.
> Task :kotlin-runtime:compileJava FAILED
warning: [options] bootstrap class path not set in conjunction with -source 6
error: Source option 6 is no longer supported. Use 7 or later.
error: Target option 6 is no longer supported. Use 7 or later.
kartikpatodi
02/14/2019, 3:42 PMadam-mcneilly
02/26/2019, 5:56 PMjw
03/07/2019, 4:23 PM|
and now things workoleksiyp
03/17/2019, 9:45 AM