This project is mirrored from https://gitee.com/mirrors/intellij-community.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 20 Sep, 2022 1 commit
-
-
Mikhail Zarechenskiy authored
GitOrigin-RevId: b4194b6062fab185806d0af20f8b375e1172add5
-
- 05 Sep, 2022 1 commit
-
-
Stanislav Erokhin authored
[kt-[213|221]-* ONLY] Cherry-pick the minimal version of the KotlinGradlePluginVersions functionality In `kt-[213|221]-1.7.20` branches we need this commit so CI builds won't fail with "unknown argument kotlinGradlePluginVersion" GitOrigin-RevId: 283566c70aecb761b8fb827c695235cc72aa90b9
-
- 17 Aug, 2022 1 commit
-
-
Mikhail Zarechenskiy authored
(cherry picked from commit 041ca962a31d327bc9a3a84e56747683dd246886) GitOrigin-RevId: a2c9dde5616b2356f56e84fc9579801c8574bb63
-
- 09 Aug, 2022 1 commit
-
-
Pavel Kirpichenkov authored
KTIJ-21638 (cherry picked from commit 8cc19e0aabc8ba4eda1d400f1c4f48293c269409) IJ-CR-28008 (cherry picked from commit 25d936a114033211eaf324ea53de5765c4012c4c) GitOrigin-RevId: 7628bf07404a98cf1e1f2bea02290ac0c1fb2eb8
-
- 02 Aug, 2022 3 commits
-
-
sebastian.sellmair authored
KTIJ-21692 (cherry picked from commit 84fb6c6ffb87b83bfca839693a1838ba07b4fedb) GitOrigin-RevId: e14c5de9ff7f774f93343a0f1db6750b7362bb36
-
Pavel Kirpichenkov authored
Without composite analysis IDE doesn't expect KLIB library dependencies in common code. However they might appear after 1.6.21, so we have to create package fragment providers for such libraries even when pre-HMPP common analyzer is used. KTIJ-21638 (cherry picked from commit e9394b953620a81444e5e0aca491c8609a514a13) IJ-CR-27260 (cherry picked from commit 89dcf16b5d2872a15391e23b6dd6d01da9d763a3) GitOrigin-RevId: d09adc2df0d891d3f2145bab001556a4f23de89f
-
Pavel Kirpichenkov authored
(cherry picked from commit 2a6bb957faf695fbf58ec68beaa9aa6de0d912d5) IJ-CR-27260 (cherry picked from commit 8d419b0275fd618b89e6fddcecb4e61a893a47dc) GitOrigin-RevId: 446cfa7ad64257bdc5ccaa614b62349eb1e4affe
-
- 26 Jul, 2022 2 commits
-
-
Mikhail Zarechenskiy authored
GitOrigin-RevId: bf2798a14046e2a1747d977f006bf9c1f104c99f
-
Mikhail Zarechenskiy authored
This is a follow-up for KTIJ-22209 where the wizard started to use bundled artefacts. Unfortunately, for now it takes from m2 and if there are no such artefacts on MC, then project creation fails with unresolved libraries ^KTIJ-22286 Fixed GitOrigin-RevId: f9a4b1b784b8f20715601c41280347ef73375c24
-
- 21 Jul, 2022 3 commits
-
-
Stanislav Erokhin authored
Relevant change in Kotlin repo: 449e7d3d72fa571348176a3e25ba56a1010458b5 (cherry picked from commit 09f4d960dfc0e3d82cd814d75f2c64917d277347) GitOrigin-RevId: 943ff37c103bc10b023d8104b44bc1a9f90f2bed
-
Mikhail Zarechenskiy authored
(cherry picked from commit fdb203d9fdae510d641d216f87c32c65792af641) GitOrigin-RevId: 6d5b2a43a602e4f5f18d4130e3c83baae041abd7
-
Stanislav Erokhin authored
GitOrigin-RevId: 9012ae8b6ae90b96b6df56adc7a282146289d833
-
- 14 Jul, 2022 3 commits
-
-
Stanislav Erokhin authored
For `1.6.20-Beta-333` kotlinCompilerVersionShort() previously returned the full raw version, let's do the same for the dev versions, because actual maven artifacts for the dev version has the raw name Related issues: KTIJ-22209 GitOrigin-RevId: 6d1748b068d2c884dd7e952736d9a98a15bfb863
-
Stanislav Erokhin authored
This reverts commit f44c5129d2c1b27510259dc5a2113aab6bf10462. #KTIJ-22209 Fixed GitOrigin-RevId: 07096ed5d3273aa0f1fd615704d34f688714bd8c
-
Nikita Bobko authored
This commit fixes: Exception in thread "main" groovy.lang.MissingMethodException: No signature of method: org.jetbrains.intellij.build.impl.KotlinMavenArtifactsBuilder.generatePomXmlFile() is applicable for argument types: (String, org.jetbrains.intellij.build.impl.MavenArtifactsBuilder$MavenArtifactData) values: [/home/bobko/jb/kt-221-release/intellij/out/idea-ce/temp/pom-files/org/jetbrains/kotlin/compiler-plugins-android-extensions-stubs/221.SNAPSHOT/compiler-plugins-android-extensions-stubs-221.SNAPSHOT.pom, ...] at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:70) at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:80) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:171) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:194) at org.jetbrains.intellij.build.impl.MavenArtifactsBuilder$_layoutMavenArtifacts_closure2.doCall(MavenArtifactsBuilder.groovy:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:274) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035) at groovy.lang.Closure.call(Closure.java:412) at org.codehaus.groovy.runtime.DefaultGroovyMethods.callClosureForMapEntry(DefaultGroovyMethods.java:6082) at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:2435) at org.codehaus.groovy.runtime.dgm$203.invoke(Unknown Source) at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:247) at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:56) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:139) at org.jetbrains.intellij.build.impl.MavenArtifactsBuilder.layoutMavenArtifacts(MavenArtifactsBuilder.groovy:57) at org.jetbrains.intellij.build.impl.MavenArtifactsBuilder.generateMavenArtifacts(MavenArtifactsBuilder.groovy:47) at KomboMavenArtifactsBuildTarget.main(kombo.kt:53) Reproducible when you try to run KomboMavenArtifactsBuildTarget I have no idea why non-qualified call to the method leads to MissingMethodException and I don't have any enthusiasm to understand that. In master, this class is rewritten to Kotlin anyway. That's why I decided to work around it for kt-221-* branches. GitOrigin-RevId: be3eebf623155a7eda016a0d352d14e3831d3305
-
- 06 Jul, 2022 10 commits
-
-
sebastian.sellmair authored
KTIJ-21692 (cherry picked from commit a69c80c1a60f3509d3fabeedc29d6ff579e909fe) GitOrigin-RevId: ff9f3b4facb5de9f997bd348a6a8343baa196a86
-
sebastian.sellmair authored
[Kotlin][Import] CommonizerImportAndCheckHighlightingTest.testLibraryNamesAndLevel: Support KPG versions with casing KTIJ-21692 (cherry picked from commit e588206d5a783f0fb7fc4e91a3560579107d0015) GitOrigin-RevId: 8365aabb7c5c5cc2e13705295db0ec4944ae3b32
-
Stanislav Erokhin authored
GitOrigin-RevId: bedd6ecece2fee320230c731215c7b117cb0d507
-
Stanislav Erokhin authored
New extension function was added for the LongRange in kotlin/8584fe2725901c994670a7235a6a4aa994e39b37 GitOrigin-RevId: 24ad4351bc3c4393857839feb8dfd71f61b34c4d
-
Stanislav Erokhin authored
[kotlin] Filter ExperimentalStdlibApi in BuiltInDecompilerConsistencyTest & BuiltInsReferenceResolverTest ExperimentalStdlibApi in built-in don't have the RequiresOptIn annotation because of the problem KT-53073. But because of that de-serialized classes from built-in and from class file are different and corresponding tests are failing GitOrigin-RevId: 9c3b8840365ba1999f2076e75eab51ee595e6b63
-
Stanislav Erokhin authored
Relevant kotlin change: 1cfc6a8fca5f6df3507f8d792c1fdefb6c279a40 GitOrigin-RevId: 7b3df24d22331191b156154000b76792865bf9a4
-
Yan Zhulanow authored
(cherry picked from commit f04ce3543a84b7cd0e82f4a2304a2106f53f28ae) GitOrigin-RevId: 5aced17aa736495f726607b5c13fc98b5ff30a21
-
Yan Zhulanow authored
(cherry picked from commit 0dcae669cdcefcd90173a844664f15367bd48d8d) GitOrigin-RevId: dfea18d2e3bbdcd975dbfddf9afba283004695f6
-
Stanislav Erokhin authored
Co-authored-by:
Ilya Chernikov <ilya.chernikov@jetbrains.com> GitOrigin-RevId: 73c00e5a57f9945d250687d9ce2a26c7a7336a06
-
Ilya Chernikov authored
required for restoring compatibility with IDE REPL usages (scratch files included), since IDE counterpart needs a reliable signal when the processing of the REPL snippet/command is completed Corresponding Kotlin commit: 513f49050258ed4a3266dbf27fa0d386baa0fa0a #KT-53043 Fixed (cherry picked from commit 4ce6b0287b6bb400ce17ae429002e549715607a0) GitOrigin-RevId: 00ac5002f66d21959daad24bf5704fafcea1ae46
-
- 04 Jul, 2022 1 commit
-
-
Stanislav Erokhin authored
GitOrigin-RevId: c6e69edd8e9d95aa3e4191f8a1a64b752b651909
-
- 30 Jun, 2022 2 commits
-
-
Stanislav Erokhin authored
Related commit in kotlin: b36d1be5f858fe09f673c7568fa97d3028ec5c6e and commits around (cherry picked from commit aff1b9be6815e6325129ec81ac31426675ed8432) GitOrigin-RevId: f3e67859384166615f8262ff5dad81436d95bc5d
-
Ilya Chernikov authored
(cherry picked from commit abe4aaac740093545e3d98b8b587b41a69cf4ebf) GitOrigin-RevId: 0d7d8b1a7322efc648ef242cc16ab7143ec1a61e
-
- 27 Jun, 2022 4 commits
-
-
Mikhail Zarechenskiy authored
^KTIJ-22065 (cherry picked from commit ad66ad258cb111f030ddf59a3f7eb2c690a84b09) GitOrigin-RevId: b9919103bab5e2163afcc5228aea3db6987cc98c
-
Stanislav.Erokhin authored
GRADLE_VERSION_FOR_COMPOSE -> GRADLE_VERSION happened because of limitation of our test engine. That is happening in cases where gradle version for Compose and usual gradle version are equal. Co-author: Margarita Bobova <margarita.bobova@jetbrains.com> (cherry picked from commit f102736646075ab798571565b320113e5a5d1720) GitOrigin-RevId: 823b8255d9371e3fe79bca6505c38e337516d6e7
-
Dmitriy Novozhilov authored
(cherry picked from commit 067cd7054dfaccc0bf6ecce2a31aabeeca1fcb59) GitOrigin-RevId: 6de988d3447e09c3b9221d06e6a19b52cb087324
-
Stanislav Erokhin authored
GitOrigin-RevId: 790f78694fc69e11905270f9d23fac28877ebf34
-
- 21 Jun, 2022 4 commits
-
-
Dmitry Gridin authored
^KT-48773 (cherry picked from commit 4255914f5c2bee9d747373d8ede78922eef4c11e) GitOrigin-RevId: 4feeef633f20cb96b98b6f6073ebf602ba9b2b66
-
Nikita Nazarov authored
(cherry picked from commit 8f26cf7c4ecbb3c8ca38f00004e487f9e0114958) GitOrigin-RevId: 144a88ef0bf1da9f7d8f6c1061a1010a43630308
-
Nikita Nazarov authored
Now IR backend lambdas are generated with '$lambda$...' instead of '$lambda-...' prefix. (cherry picked from commit b222ee74ac2d2bb9353826498c20dda419cfe4e4) GitOrigin-RevId: b8d9ae5dad27d0d4ced8f3cc7af7dff9c3241db7
-
Stanislav Erokhin authored
Relevant change in kotlin somewhere around 42df4bdda243eb643a7978d7f38ee6968cb3faa8 GitOrigin-RevId: e438afe0d7021601ea1bfa37643edfe9c3f79ef5
-
- 09 Jun, 2022 2 commits
-
-
Mikhail Glukhikh authored
(cherry picked from commit 87f8eeb97b8cb7c29511642872f2cf1c5301be22) GitOrigin-RevId: cdcf4cd68b3a4abe5bdcb03b72a19f94af63098e
-
Stanislav Erokhin authored
GitOrigin-RevId: ba7b9d645bdb0cbecf9fcbe45c6557a2d6c782e1
-
- 07 Jun, 2022 2 commits
-
-
Mikhail Zarechenskiy authored
(cherry picked from commit 5f4e177d448175434785d41f8aea2980d1286ccd) GitOrigin-RevId: 6799d57027a6997ced42fc281ab24a6eb9907422
-
Stanislav Erokhin authored
See kotlin/19136019e44a08b commit or KT-52419 (cherry picked from commit 7a07191da3f1f96aeeecac0002b582b08732b231) GitOrigin-RevId: a7420dea1b2ccc632fda513fb6f3c4a08416ff35
-