Joachim Ansorg
05/27/2020, 6:53 AMExtensionPhase
in valueArgumentCoercion.kt
and many other files in the idea-plugin
module.
I'd be glad to any help here.Rachel
05/27/2020, 8:08 AMmaster
branch is a stable branch. Commits merged on master
branch need to pass the build check and tests. ExtensionPhase
comes from compiler-plugin
. Do errors raise when building the idea-plugin
module?Joachim Ansorg
05/27/2020, 8:09 AMRachel
05/27/2020, 8:13 AMJoachim Ansorg
05/27/2020, 8:22 AMRachel
05/27/2020, 8:28 AMRachel
05/27/2020, 9:15 AM2020.1.1
(not rc)Rachel
05/27/2020, 9:19 AMRachel
05/27/2020, 9:19 AMidea-plugin
and dependencies with compiler-plugin
Rachel
05/27/2020, 9:20 AMcompiler-plugin
and meta-test
workRachel
05/27/2020, 9:20 AMRachel
05/27/2020, 9:21 AMJoachim Ansorg
05/27/2020, 9:22 AMRachel
05/27/2020, 9:26 AM2019.3
and I didn't understand the reason why I didn't get that issue with Arrow Meta workspace: https://github.com/johnrengelman/shadow/issues/264Rachel
05/28/2020, 10:20 AMcompileOnly project(':compiler-plugin')
because it doesn't impact on the plugin or library (POM, jar and ZIP from idea-plugin remain the same as before)Joachim Ansorg
05/28/2020, 10:26 AMJoachim Ansorg
05/28/2020, 12:00 PMRachel
05/28/2020, 12:06 PMJoachim Ansorg
05/28/2020, 12:20 PMgradle clean publishAndRunIde
I'm seeing this and bunch of similar errors:
Task :idea-plugin:compileKotlin FAILED
e: /IslandWork/source/arrow-meta/idea-plugin/src/main/kotlin/arrow/meta/ide/IdeMetaPlugin.kt: (15, 6): Class 'IdeMetaPlugin' is not abstract and does not implement abstract base class member public abstract fun registerProjectComponents(project: MockProject, configuration: CompilerConfiguration): Unit defined in arrow.meta.MetaPlugin
Rachel
05/28/2020, 2:19 PMImran/Malic
06/02/2020, 7:48 AMImran/Malic
06/02/2020, 7:48 AMImran/Malic
06/02/2020, 7:49 AM