simon.ogorodnik
2c8a9bf437
[FIR] Fix nullability rendering for class like types in html dump
2020-04-07 16:24:59 +03:00
simon.ogorodnik
bd826f38bc
[FIR] Fix specificity comparision for unsigned integers
2020-04-07 16:24:58 +03:00
simon.ogorodnik
851e2dbb68
[FIR] Implement equals & hashCode for candidates
2020-04-07 16:24:58 +03:00
simon.ogorodnik
7d3b2558f0
[FIR] Improve rendering for unsigned literals in html dump
2020-04-07 16:24:58 +03:00
Victor Turansky
79bec82430
KT-34770 JS. Configurable properties. Test
2020-04-07 16:15:02 +03:00
Victor Turansky
103fd093e1
KT-34770 JS. Configurable properties. IR
2020-04-07 16:14:21 +03:00
Victor Turansky
5652d2657d
KT-34770 JS. Configurable properties. Old backend
2020-04-07 16:14:21 +03:00
Konstantin Tskhovrebov
608a669da1
Fix dependency for idea-fir module.
2020-04-07 16:09:02 +03:00
Konstantin Tskhovrebov
2f6099feb9
Add KotlinNativeRunConfigurationProducer.
2020-04-07 16:09:02 +03:00
Konstantin Tskhovrebov
f451506055
Disable all main run gutters for common module.
2020-04-07 16:09:02 +03:00
Konstantin Tskhovrebov
e1a88de314
Add native run tasks data to KotlinTarget.
2020-04-07 16:09:02 +03:00
Dmitry Petrov
dae8872aba
KT-37779 Treat named value arguments in vararg as arguments with '*'
2020-04-07 15:40:43 +03:00
Jinseong Jeon
fa9d79392f
[FIR] Handle lateinit local variable properly
2020-04-07 14:06:38 +03:00
Ilya Goncharov
33d4655053
[Gradle, JS] Fix for Gradle 5.4
...
#KT-38055 fixed
2020-04-07 13:59:37 +03:00
Ilya Goncharov
626e7d14ec
[Gradle, JS] Fix once initialization of produceExecutable
...
#KT-38055 fixed
2020-04-07 13:59:37 +03:00
Ilya Goncharov
c3ee2c81ed
Revert "[Gradle, JS] Remove hard test"
...
This reverts commit 50e6f6e0
2020-04-07 13:59:37 +03:00
Ilya Goncharov
57b99bbc0c
[Gradle, JS] Allow to create another binaries.executable
...
#KT-KT-38055 fixed
2020-04-07 13:59:36 +03:00
Ilya Goncharov
6a02e257a0
[Gradle, JS] Make ir binaries as live data
...
#KT-38058 fixed
2020-04-07 13:59:36 +03:00
Victor Petukhov
6eb2875690
[FIR-TEST] Actualize test added in 661812b255
2020-04-07 13:51:36 +03:00
Igor Chevdar
ae906c163d
[IR] Added possibility to customize inline functions resolver
2020-04-07 13:25:46 +03:00
Dmitry Gridin
b548c5bf93
RemoveRedundantQualifierNameInspection: add regression test
...
#KT-35898
2020-04-07 15:57:34 +07:00
Victor Petukhov
661812b255
NI: add test for KT-37628
2020-04-07 11:31:29 +03:00
Ilya Gorbunov
d115792d9a
Move a couple ad-hoc properties to buildSrc/BuildPropertiesExt
2020-04-07 10:54:34 +03:00
Mikhail Bogdanov
f966ce2431
Minor. Updated used JDKs in test for different JDKs
2020-04-07 09:43:46 +02:00
Victor Turansky
4d219d1eed
KT-31126 JS. Fix super constructor call. Test infra comment
...
Primary ordinary -> secondary external
2020-04-07 09:30:22 +03:00
Victor Turansky
be39151fad
KT-31126 JS. Fix super constructor call. Tests
...
Primary ordinary -> secondary external
2020-04-07 09:30:22 +03:00
Victor Turansky
6859e87be1
KT-31126 JS. Fix super constructor call. Old backend
...
Primary ordinary -> secondary external
2020-04-07 09:30:22 +03:00
Konstantin Tskhovrebov
2726f7f5ed
Fix Klib file check.
...
#KT-37876
2020-04-07 12:47:54 +07:00
Ilya Matveev
f7f7d237e0
[KLIB] Support unpacked klibs with dots in names in ToolingResolve
2020-04-07 12:47:54 +07:00
Abduqodiri Qurbonzoda
508d0edd6d
Add the onEach extension function to the Array #KT-28290
2020-04-07 05:34:20 +03:00
Igor Yakovlev
8531c1e9a5
Fixed WordSelectionTest.testDocComment test data
2020-04-07 02:12:32 +03:00
Vyacheslav Gerasimov
1ab23abe93
Build: Write plugin version the same way CI does
2020-04-06 23:52:01 +03:00
Vladimir Dolzhenko
659378f806
Do not use synchronized for fetchAnalysisResultsForElement
...
Relates to #KT-37467
2020-04-06 19:25:52 +02:00
Dmitry Gridin
d4491af96f
i18n: update bundles
...
#KT-37483
2020-04-06 23:17:45 +07:00
Dmitry Gridin
0e45c03211
i18n: update bundle for quickfixes
...
#KT-37483
2020-04-06 23:17:45 +07:00
Ilya Goncharov
b309ff2039
[Gradle, JS] Group sub target tasks with dis classifier group for legacy
...
#KT-38056 fixed
2020-04-06 18:56:46 +03:00
Ilya Goncharov
53a20017ec
[Gradle, JS] Group sub target tasks with dis classifier group
...
#KT-38056 fixed
2020-04-06 18:55:41 +03:00
Ilya Goncharov
4b903088bf
[Gradle, JS] Distribution directory not null
...
#KT-38051 fixed
2020-04-06 18:40:14 +03:00
Ilya Goncharov
cfa542f50b
[Gradle, JS] Add outputs for distribution task
...
#KT-38051 fixed
2020-04-06 18:39:50 +03:00
Mikhail Glukhikh
565340667c
Fix black box test data generation (IGNORE_BACKEND_FIR)
2020-04-06 18:25:04 +03:00
Dmitriy Dolovov
4c6bddf6be
KLIB: Fix reading property lists in Properties.propertyList()
...
1. If property is absent, or contains empty string or a string consisting only of whitespace characters, Properties.propertyList() should always return empty List<String>.
2. If property starts or ends with whitespace characters, Properties.propertyList() should not include empty-string values for whitespace prefix or suffix.
2020-04-06 21:36:26 +07:00
Dmitry Gridin
9b25d1f47a
TrailingCommaPostFormatProcessor: should reset user data after invocation
...
#KT-37870 Fixed
2020-04-06 14:12:46 +00:00
PetelimovaNadezhda
517de44d20
KT-35897: change type for enum constructor for visibility
2020-04-06 16:42:53 +03:00
Mikhail Glukhikh
32748ea741
[FIR] Change char constant rendering to prevent encoding inconsistencies
2020-04-06 16:41:58 +03:00
Mikhail Glukhikh
4cb4aae7ee
[FIR2IR] Move backing field creation in Fir2IrDeclarationStorage
2020-04-06 16:41:58 +03:00
Juan Chen
882e6931d6
[FIR] Add backing fields to const properties during Fir2Ir translation
2020-04-06 16:41:57 +03:00
Jinseong Jeon
08ca6f5f99
[FIR2IR] Set @Metadata when declaring IR symbols
2020-04-06 16:41:57 +03:00
Florian Kistner
b7e270f1c1
Add listener for module descriptor invalidation
2020-04-06 14:01:06 +02:00
Vyacheslav Gerasimov
4bd2d08b32
Build: Keep writePluginVersion task until TeamCity usages removed
2020-04-06 14:06:16 +03:00
Vyacheslav Gerasimov
d88134069d
Build: Move writing ide plugin version to the idea module
2020-04-06 14:06:16 +03:00