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 .
- 04 Oct, 2021 1 commit
-
-
Mikhail Zarechenskiy authored
Several tests started to fail after https://github.com/JetBrains/kotlin/commit/9e7ee2fdeaac37bd247ba31cbcc652e5e300e810#diff-1805097d42084e6ce2a251f69ac7a2f2f247f0ee88396285bb1cab1f9b1dcf0aR509 But the problem is that change info was builded incorrectly, "receiver" parameter could be added twice to newJavaParameters and if primary method was not updated, we missed info for parameter ^KTIJ-19707 Fixed GitOrigin-RevId: c6c5c1358912a8b0f826545998ffeffa999ec236
-
- 03 Oct, 2021 6 commits
-
-
Stanislav Erokhin authored
- Migrate max -> maxOrNull - partial revert f6bc1f5c - mute/unmute some IR debugger tests (they still in development, so it is ok) GitOrigin-RevId: a6d66837c7445da8942452f7b50136b4981ba7bc
-
Stanislav Erokhin authored
Kotlin 1.3 is deprecated in 1.6 so migrate to 1.5 (< LATEST.STABLE = 1.6 -- it is important for test) GitOrigin-RevId: dc605d52ad20c7dee38545a562624d0d69494a88
-
Stanislav Erokhin authored
[testdata] Fix testdata for IncrementalJvmJpsTestGenerated.WithJava.JavaUsedInKotlin#testConstantChanged Previously, because the package in java file was used, generated test runner file was incorrect GitOrigin-RevId: 3fcf599a26a0789154c550e6ac4aafe0829ce0d1
-
Stanislav Erokhin authored
GitOrigin-RevId: 98e4d2faca331b51f45933bca7409324865d1486
-
Alexander Udalov authored
Original commit: 15e978dbd311c2ba78ec32b394c21acde9811ccb Actually the previous testdata fix also was part of the change GitOrigin-RevId: 6e0696a90adeb6bf732af69310c4dde8cbc0078c
-
Stanislav Erokhin authored
Seems like name generation for captured this a bit changed GitOrigin-RevId: 942c262a49f7c24dcae8415c2c5dc312ab4952c4
-
- 02 Oct, 2021 3 commits
-
-
Stanislav Erokhin authored
[testdata] Temporary mute QuickFixMultiModuleTestGenerated $Other.testAddActualTo[Class|TopLevelMember] There is no simple fix for KTIJ-19789 so tests temporarily muted #KTIJ-19789 GitOrigin-RevId: 35616cdf5b0b143b13c047a3a9bc7864e6c28459
-
Ilya Kirillov authored
^KTIJ-19735 fixed GitOrigin-RevId: ff8a11db8b323d3583198e9439b9afb91d3d20b7
-
Stanislav Erokhin authored
This had happened because callable reference resolution switched to the new inference GitOrigin-RevId: 633e6c09995b57c82aefba697727a71c563d615e
-
- 01 Oct, 2021 3 commits
-
-
Nikita Bobko authored
To reproduce: try to compile JPS project in debug IDEA and observer ClassNotFoundException GitOrigin-RevId: 6a19ea3a5574086cf8fba5fd0d170248c2ebc1bd
-
Ilya Kirillov authored
^KTIJ-19777 fixed GitOrigin-RevId: 1d867cdd88c1f75d2740c1098b02e9964871c4d2
-
Stanislav Erokhin authored
Related change in kotlin repo: 00134fddf9b6446ed GitOrigin-RevId: 8f67aed98cc9492f12b6f8141b07bbf4186cb6e0
-
- 30 Sep, 2021 12 commits
-
-
Stanislav Erokhin authored
Relevant commits in kotlin repo: - 70d70b904222abed83a247ba2b223999488474d7 - 0cb56be14f0e9f74921ed9564b63afd1f99a11c2 GitOrigin-RevId: 51f0e6f8b94835a4436aa378e5b5e0d66e9f59ef
-
Vladimir Dolzhenko authored
Clean up Referring to auto generated KotlinFirFrontendIndependentIcons New (Purple) Kotlin icons Dark theme friendly icons Relates to #KTIJ-19184 #KTIJ-19771 GitOrigin-RevId: 9f125a050d0998486c158741aca5d0415158c11a
-
Nikita Bobko authored
[kotlin] Automatically add comma and spaces after completing named parameter in the middle of arguments list Related to KTIJ-18231 (cherry picked from commit 4294f030abe44ccc431c0c3fb3efac2e4d597500) GitOrigin-RevId: 39ab640db3639cd96daf534cfb5bd4e62a0c055d
-
Nikita Bobko authored
KTIJ-18231 Existing related tests: JvmBasicCompletionTestGenerated.Common.NamedArguments (cherry picked from commit add50bab24b94fd13bdc09af6677f4a732d9ffe4) GitOrigin-RevId: 254b1b40ca0f457b14860619bf5533241f773e51
-
Nikita Bobko authored
KTIJ-18231 Existing related tests: JvmBasicCompletionTestGenerated.Common.NamedArguments Q: Why is `calculateForElvis` got higher priority? A: Because `calculateForElvis` also processes similar parser errors (See: `JvmSmartCompletionTestGenerated.InElvisOperator`) + more (cherry picked from commit cf1728f85e3ecc78c1b95dc3762f5ca90263917b) GitOrigin-RevId: 0d533c01369524284f3dfe13933e7564e171a508
-
Nikita Bobko authored
1. Better variable names in testData (now arguments and parameters are distinguishable) 2. Add comment 3. Add missing function curly braces in testData (cherry picked from commit 8413140cc44de9dffab211e5dbc38abb7ff4f260) GitOrigin-RevId: 369187aa285539ef36a31ed255a09573c8220342
-
Jinseong Jeon authored
GitOrigin-RevId: 02c8b31abda49362cb586c2f9fdb2f636491ff7b
-
Nikita Bobko authored
Kotlin plugin uses own kotlin stdlib artifact (not kotlin stdlib bundled into IDEA) so we have to use two libraries to make it look more production like Also this commit should fix broken incremental compilation in kt-212-master on TeamCity because now we have to bootstrap only kotlinc.kotlin-stdlib. Previously, we had to bootstrap kotlin-stdlib-jdk8 which caused problems with incremental compilation because whole monorepo depends on this artifact GitOrigin-RevId: 23b2a70604c5c578983b0d76cb8634b9ed301a59
-
Mikhail Zarechenskiy authored
GitOrigin-RevId: f124c81adbb37952c08deb738c4ff93823ea1c83
-
Ilmir Usmanov authored
This reverts commit bf0c6dac8c950c363301007298039f9227c919d5. (cherry picked from commit 15ebe72b39964c02ce283da0887a6022f653e3be) GitOrigin-RevId: 8aa393f6e985d45eb69ec00e3e94cc8fd2b4691a
-
Ilmir Usmanov authored
It was disabled in 1.5.0 and should have been enabled earlier. #KTIJ-18771 (cherry picked from commit d75f11203aaafda9d57a4e055e327c82bad51be0) GitOrigin-RevId: cdf4bc8bc18a37fb7860d902522a3e9487d0e002
-
Mark Punzalan authored
GitOrigin-RevId: 6c0886565123463c7b25b2ca57bfcb981181f62e
-
- 29 Sep, 2021 6 commits
-
-
Mark Punzalan authored
GitOrigin-RevId: a91efd830a968a089ffc0815db376673efd4661c
-
Ilya Kirillov authored
GitOrigin-RevId: 0b34d06b01dad4f8b8b7f3ce21d48ff4b41484f2
-
Tianyu Geng authored
This commit fix tests after https://kotlin.jetbrains.space/p/kotlin/reviews/202 GitOrigin-RevId: 0ff44ed37b5cb3166cb91ee9cd7e293eee9a1dbc
-
Tianyu Geng authored
GitOrigin-RevId: a666694871972a3652177a73fbeac1d97e154b76
-
Tianyu Geng authored
GitOrigin-RevId: 6dc2398c5834fd9c14dd6fc29368995940301e65
-
Jinseong Jeon authored
GitOrigin-RevId: 045153f1d960a35f66d0446a6eafc5d800c1e267
-
- 28 Sep, 2021 8 commits
-
-
Ilya Kirillov authored
GitOrigin-RevId: 017f2c410e9ead2140f42065badc232e891304db
-
Steven Schäfer authored
closes https://github.com/JetBrains/intellij-community/pull/1728 GitOrigin-RevId: 47bccf68d2b0c60ed01cc2215cdda6ddc507c86b
-
Steven Schäfer authored
closes https://github.com/JetBrains/intellij-community/pull/1728 GitOrigin-RevId: 491e7a3b734b975132e04a9e59692112781130ac
-
Ilya Kirillov authored
GitOrigin-RevId: 503bfd2bd65526ebf42f1847a3e9d3f0c8d36508
-
Ilya Kirillov authored
GitOrigin-RevId: 4a2d8424d7efffc548b1bfbdc332509f191c22aa
-
Ilya Kirillov authored
GitOrigin-RevId: 171979e2d8461cdcc4fa8a53a7ab8beac60087fb
-
Ilya Kirillov authored
GitOrigin-RevId: 31cf37e03698c9a0f486ffc3785b72f484ae663e
-
Ilya Kirillov authored
GitOrigin-RevId: a0413f3dad582111e0091b0b42d66c7e9a5731b2
-
- 27 Sep, 2021 1 commit
-
-
Margarita Bobova authored
GitOrigin-RevId: 4254e6b3e29bef5bc281fc22e8de56a195440e9c
-