amanda.hinchman-dominguez
10/21/2019, 3:11 PMraulraja
10/23/2019, 11:57 AMraulraja
10/23/2019, 10:38 PMraulraja
10/24/2019, 6:38 AMthanh
10/25/2019, 8:04 AMarrow-meta-prototye
branch to arrow-meta
repository?Rachel
10/25/2019, 8:10 AMRachel
10/25/2019, 8:11 AMImran/Malic
10/25/2019, 2:28 PMarrow-meta
issues to the new Repo?Jorge Castillo
10/25/2019, 2:39 PMdrieks
10/25/2019, 2:54 PM./gradlew publishAndRunIde
? or
./gradlew clean gradle-plugin:publishArrowPluginMarkerMavenPublicationToMavenLocal gradle-plugin:publishPluginMavenPublicationToMavenLocal idea-plugin:runIde -Dorg.gradle.debug=true -Dkotlin.compiler.execution.strategy="in-process"
?amanda.hinchman-dominguez
10/25/2019, 4:11 PMraulraja
10/25/2019, 5:20 PMImran/Malic
10/25/2019, 5:33 PMjereksel
10/25/2019, 7:27 PMinline val <A> Lens<A, MyObject>.myObject2(): Lens<A, MyObject2> = {}
?amanda.hinchman-dominguez
10/25/2019, 11:01 PMarrow-meta
, made sure that the gradle was synced to itself, set the JDK to 1.8, ran the ./gradlew
tasks in the CLI, and tried to run the tests from the IDE. Unfortunately, I'm getting this:raulraja
10/28/2019, 5:36 PMImran/Malic
10/29/2019, 4:21 PM.class
) to a directory, which is within the Idea Instance we create during each test. Similar what we do know with the existing compiler plugin test’s.
We’re blocked on that.Rachel
10/30/2019, 6:20 PMarrow-meta-compiler-plugin/ 30-Oct-2019 18:11 -
arrow-meta-docs/ 30-Oct-2019 18:11 -
arrow-meta-idea-plugin/ 30-Oct-2019 18:11 -
arrow-meta-testing-plugin/ 30-Oct-2019 18:11 -
amanda.hinchman-dominguez
10/30/2019, 6:58 PMraulraja
10/30/2019, 7:50 PMraulraja
10/30/2019, 7:50 PM@extension
jereksel
10/30/2019, 8:08 PMJoachim Ansorg
10/31/2019, 3:07 PMidea-plugin
module?
I'm asking because the upcoming 2019.3 cleans up many deprecated methods and parts of the test framework will change, tooraulraja
10/31/2019, 5:20 PMamanda.hinchman-dominguez
10/31/2019, 6:55 PMJoachim Ansorg
11/01/2019, 10:50 AMmaster
of arrow-meta
takes about 6 minutes here.
I've found that it only takes about a minute when using gradle's offline mode (flag --offline
in a terminal and https://www.jetbrains.com/help/idea/jetgradle-tool-window.html#offline for the setting in IntelliJ)
gradle --info build
is showing lots of (failing) HTTP requests, I'm not sure why. @Imran/MalicImran/Malic
11/01/2019, 11:48 AMJoachim Ansorg
11/01/2019, 1:18 PMcom.github.arrow-kt:kotlin-compile-testing:1.2.3-SNAPSHOT
. I've tried 1.3.0
and also com.github.tschuchortdev:kotlin-compile-testing:1.2.3-SNAPSHOT
, but this also failed. I've seen the thread above, but 1.3.0
doesn't seem to work here.
Is there a way to make this work? @Imran/MalicJoachim Ansorg
11/01/2019, 4:13 PMtschuchort
11/01/2019, 9:06 PM