Dmitriy Novozhilov
|
02fb11a2cd
|
[Test] Fix double reading of module directives
|
2020-12-24 14:57:55 +03:00 |
|
Dmitriy Novozhilov
|
0e3ed3fee6
|
[Test] Remove duplicating code from ClassicFrontend2IrConverter
|
2020-12-24 14:57:53 +03:00 |
|
Denis.Zharkov
|
1a03d5c93e
|
Fix ISE when inferring type of a property that delegates to itself
^KT-37796 Fixed
|
2020-12-24 14:06:20 +03:00 |
|
Denis.Zharkov
|
cbb8459e4e
|
Fix AE: No receiver found on incomplete code with $-signs
^KT-24158 Fixed
|
2020-12-24 14:06:20 +03:00 |
|
Denis.Zharkov
|
77d4a46a6b
|
Fix light classes exception occurring on obfuscated Kotlin libraries
^KT-29454 Fixed
|
2020-12-24 14:06:20 +03:00 |
|
Denis.Zharkov
|
7b9f6c1560
|
Fix exceptions caused by cyclic dependency between ModuleDescriptor and JvmBuiltIns
^KT-39105 Fixed
^KT-42001 Fixed
See also EA-216604 and EA-211562
|
2020-12-24 14:06:20 +03:00 |
|
Denis.Zharkov
|
5a8dc00a0d
|
Rename JvmBuiltInsSettings -> JvmBuiltInsCustomizer
|
2020-12-24 14:06:19 +03:00 |
|
Dmitriy Novozhilov
|
70ae756083
|
Revert "[Test] Save TargetBackend instead of BackendKind in TestModule"
This reverts commit 29d923d5
|
2020-12-24 13:57:02 +03:00 |
|
Dmitriy Novozhilov
|
07b980fea0
|
[FE] Fix error message of SEALED_INHERITOR_IN_DIFFERENT_PACKAGE diagnostic
|
2020-12-24 13:47:45 +03:00 |
|
Dmitriy Novozhilov
|
29d923d50d
|
[Test] Save TargetBackend instead of BackendKind in TestModule
|
2020-12-24 13:44:05 +03:00 |
|
Dmitriy Novozhilov
|
70c4bdf32e
|
[FE] Detect recursion when typealias referenced as annotation in its RHS
#KT-14612 Fixed
|
2020-12-24 13:44:04 +03:00 |
|
Dmitry Petrov
|
d3349197ba
|
Minor: regenerate tests
|
2020-12-23 21:50:12 +03:00 |
|
Dmitry Petrov
|
4e261cc358
|
JVM_IR KT-24258 fix NPE message for delegated properties
|
2020-12-23 21:50:10 +03:00 |
|
Dmitry Petrov
|
ad8bed078f
|
JVM box tests for KT-24193
|
2020-12-23 21:50:09 +03:00 |
|
Dmitry Petrov
|
a8d848ccbd
|
JVM box tests for KT-23974
|
2020-12-23 21:50:08 +03:00 |
|
Dmitry Petrov
|
3f7a776fb8
|
JVM box tests for KT-21092
|
2020-12-23 21:50:07 +03:00 |
|
Dmitry Petrov
|
0841a6b0ea
|
irText tests for KT-19306
|
2020-12-23 21:50:06 +03:00 |
|
Dmitry Petrov
|
9f908cdf7c
|
JVM box tests for KT-16752
|
2020-12-23 21:50:05 +03:00 |
|
Ilmir Usmanov
|
8bfcef415e
|
Do not generate variables for non-generated fields
Use attributes instead of classes.
#KT-43048 Fixed
|
2020-12-23 19:45:15 +01:00 |
|
Iaroslav Postovalov
|
8a7bc2ef6f
|
Rename continuation fields according the convention and count them in IR
|
2020-12-23 19:45:13 +01:00 |
|
Iaroslav Postovalov
|
cd2b05eb00
|
Discard misc.xml changes
|
2020-12-23 19:45:11 +01:00 |
|
Iaroslav Postovalov
|
165ba85337
|
Remove useless OptIn annotation
|
2020-12-23 19:45:09 +01:00 |
|
Iaroslav Postovalov
|
b13822bb2d
|
Remove unrelated change
|
2020-12-23 19:45:07 +01:00 |
|
Iaroslav Postovalov
|
6f34f00c61
|
Do not generate the field for unused parameters in suspend lambdas
|
2020-12-23 19:45:04 +01:00 |
|
Ilmir Usmanov
|
f49cf2d5ca
|
IC Mangling: correctly mangle inline default functions
#KT-43682 Fixed
|
2020-12-23 18:13:09 +01:00 |
|
Ilya Kirillov
|
7c9cf45a3f
|
FIR IDE: fix testdata
|
2020-12-23 17:16:32 +01:00 |
|
Ilya Kirillov
|
b2b364eca6
|
FIR IDE: resolve fir file to BODY_RESOLVE when it requested by getOrBuildFir
|
2020-12-23 17:16:30 +01:00 |
|
Ilya Kirillov
|
fa42f9302e
|
FIR IDE: unmute passing test
|
2020-12-23 17:16:29 +01:00 |
|
Ilya Kirillov
|
ce77903898
|
FIR IDE: add deadlock checking for read/write resolve locks
|
2020-12-23 17:16:28 +01:00 |
|
Ilya Kirillov
|
0ec152e457
|
FIR IDE: fix deadlock in override check
We should not call withFir nestedly as resolving in read action causing deadlocks
|
2020-12-23 17:16:26 +01:00 |
|
Ilya Kirillov
|
8a17a16ee2
|
FIR IDE: consider modification in invalid PSI as OOBM
|
2020-12-23 17:16:25 +01:00 |
|
Ilya Kirillov
|
d06a5fb413
|
FIR IDE: disable some script stuff in FIR plugin as causes exceptions
|
2020-12-23 17:16:23 +01:00 |
|
Ilya Kirillov
|
70b1edb81d
|
FIR IDE: allow using some light classes stuff from EDT :(
IJ Platform can call light classes methods from EDT from random places
|
2020-12-23 17:16:22 +01:00 |
|
Ilya Kirillov
|
306b46b8f2
|
FIR IDE: consider FirErrorReferenceWithCandidate as reference with error
|
2020-12-23 17:16:21 +01:00 |
|
Ilya Kirillov
|
9a86d2e10c
|
FIR IDE: do not mark declaration with some lazy resolve phase if only some children are resolved to that phase
Otherwise, we will not be able to resolve parent one
|
2020-12-23 17:16:19 +01:00 |
|
Ilya Kirillov
|
1e2536402d
|
FIR: render constructor resolve phase in FirRenderer when renderDeclarationResolvePhase is requested
|
2020-12-23 17:16:18 +01:00 |
|
Ilya Kirillov
|
85c65e20b3
|
FIR: add meaningful error message when type ref is unresolved
|
2020-12-23 17:16:17 +01:00 |
|
Ilya Kirillov
|
6ad396f417
|
FIR: use transformer creator from existing return type calculator when creating a new one
|
2020-12-23 17:16:16 +01:00 |
|
Ilya Kirillov
|
68f6e734be
|
FIR IDE: add test case for resolving call as value argument
|
2020-12-23 17:16:14 +01:00 |
|
Ilya Kirillov
|
af5aa5fa66
|
FIR IDE: add more info to the call resolve error message
|
2020-12-23 17:16:13 +01:00 |
|
Ilya Kirillov
|
c5788290f3
|
FIR IDE: refactor: move designation & transformer creation in lazy resolve to separate functions
|
2020-12-23 17:16:12 +01:00 |
|
Ilya Kirillov
|
c61b0d1f31
|
FIR IDE: fix designation collection for lazy resolve
|
2020-12-23 17:16:11 +01:00 |
|
Roman Golyshev
|
3aef1154c8
|
FIR IDE: Get rid of FirTransformerProvider class
Instead, create `ScopeSession` by hand and pass it as a parameter when
it is crucial for the performance
|
2020-12-23 17:16:09 +01:00 |
|
Ilya Kirillov
|
d3cab96ca0
|
FIR IDE: consider declaration to be lazy resolvable if it has fqName
|
2020-12-23 17:16:07 +01:00 |
|
Ilya Kirillov
|
8e592bdff0
|
FIR IDE: invalidate analysis session cache on out of block
|
2020-12-23 17:16:02 +01:00 |
|
Ilya Kirillov
|
9c26edbaaa
|
FIR IDE: split ValidityToken.isValid into isValid & isAccessible
|
2020-12-23 17:16:01 +01:00 |
|
Ilya Kirillov
|
a2befd4635
|
FIR IDE: add missing ClsJavaStubByVirtualFileCache service
|
2020-12-23 17:16:00 +01:00 |
|
Ilya Kirillov
|
eead868cd2
|
FIR IDE: use correct out of block modification tracker
|
2020-12-23 17:15:58 +01:00 |
|
Ilya Kirillov
|
0862928bf7
|
FIR IDE: move KotlinOutOfBlockModificationTrackerFactory to frontend independent module
|
2020-12-23 17:15:57 +01:00 |
|
Ilya Kirillov
|
a30d9e0ed3
|
FIR: add fake source fir element to it parameter symbol
|
2020-12-23 17:15:56 +01:00 |
|