Simon Ogorodnik
|
6c7be3c547
|
FIR: Improve diagnostic in fir unsafe
|
2019-03-22 16:25:16 +03:00 |
|
Simon Ogorodnik
|
fedde668b3
|
FIR: Support captureFromArguments for ConeTypes
|
2019-03-22 16:25:16 +03:00 |
|
Simon Ogorodnik
|
6efb22cd45
|
FIR: Support typing of type operators
|
2019-03-22 16:25:15 +03:00 |
|
Simon Ogorodnik
|
79018abee2
|
FIR: Optimize name gathering in call resolver
|
2019-03-22 16:25:15 +03:00 |
|
Simon Ogorodnik
|
b574693916
|
FIR: Introduce function to render fir element with it's type
|
2019-03-22 16:25:14 +03:00 |
|
Simon Ogorodnik
|
24041828a9
|
FIR: Improve rendering for type operators
|
2019-03-22 16:25:14 +03:00 |
|
Simon Ogorodnik
|
27687602f8
|
FIR: Add functions to change nullability/arguments of ConeTypes
|
2019-03-22 16:25:13 +03:00 |
|
Simon Ogorodnik
|
d9c40c24ed
|
FIR: Allow rendering ConeTypes
|
2019-03-22 16:25:12 +03:00 |
|
Simon Ogorodnik
|
818701b8df
|
FIR: Implement cycle avoidance in implicit type resolution
|
2019-03-22 16:25:11 +03:00 |
|
Simon Ogorodnik
|
334c42e8ab
|
FIR: Implement deep implicit types resolution
|
2019-03-22 16:25:11 +03:00 |
|
Simon Ogorodnik
|
70be1c1024
|
FIR: Update testData, now it resolves due to call resolver
|
2019-03-22 16:25:10 +03:00 |
|
Simon Ogorodnik
|
498fb94c37
|
FIR: Make FIR rendering more kotlin-styled
|
2019-03-22 16:25:10 +03:00 |
|
Simon Ogorodnik
|
9cc6e44158
|
FIR: Fix value-parameters redeclare in destructuring
|
2019-03-22 16:25:09 +03:00 |
|
Simon Ogorodnik
|
9a642ef2e5
|
FIR: Add test for three receivers
|
2019-03-22 16:25:08 +03:00 |
|
Simon Ogorodnik
|
43315fd61d
|
FIR: Preparation for resolve to classifiers
|
2019-03-22 16:25:08 +03:00 |
|
Simon Ogorodnik
|
307b8a1d4c
|
FIR: Support top-level constructors
|
2019-03-22 16:25:07 +03:00 |
|
Simon Ogorodnik
|
d817f719a4
|
FIR: Cleanup failures in body resolve
|
2019-03-22 16:25:07 +03:00 |
|
Simon Ogorodnik
|
3867b255f2
|
FIR: Support this resolve
|
2019-03-22 16:25:06 +03:00 |
|
Simon Ogorodnik
|
9dc6d93070
|
FIR: Resolve local callables
|
2019-03-22 16:25:06 +03:00 |
|
Simon Ogorodnik
|
61eb19fbbf
|
FIR: Make possible to return variable symbols from scope
|
2019-03-22 16:25:05 +03:00 |
|
Simon Ogorodnik
|
02079bbeb5
|
FIR: Update fir hierarchy, decouple member declaration from callable
|
2019-03-22 16:25:04 +03:00 |
|
Simon Ogorodnik
|
7b6f4d8ba4
|
FIR: Implement implicit invoke desugaring in call resolver
|
2019-03-22 16:25:04 +03:00 |
|
Simon Ogorodnik
|
3be1d0f946
|
FIR: Add tests for invoke
|
2019-03-22 16:25:03 +03:00 |
|
Simon Ogorodnik
|
c58c1a6c4e
|
FIR: Add operator test
|
2019-03-22 16:25:03 +03:00 |
|
Simon Ogorodnik
|
3ac495a45d
|
FIR: Implement basic function call resolve
|
2019-03-22 16:25:02 +03:00 |
|
Simon Ogorodnik
|
099f98f817
|
FIR: Expression typing and simple call resolver
|
2019-03-22 16:25:02 +03:00 |
|
Dmitriy Novozhilov
|
58189c79ca
|
Add regression test for PROTECTED_CONSTRUCTOR_NOT_IN_SUPER_CALL diagnostic
#KT-20507
|
2019-03-21 16:09:46 +03:00 |
|
Mikhail Glukhikh
|
c1984d92ff
|
Introduce FirFile.fileSession, get rid of most FirElement.session usages
|
2019-03-21 10:29:58 +03:00 |
|
Mikhail Glukhikh
|
16f9eecb29
|
Fix "/ by zero" in FirResolveBench & switch progress OFF in smoke tests
|
2019-03-18 17:12:02 +03:00 |
|
Mikhail Glukhikh
|
741bdccca5
|
Enhance progress logging in FIR total resolve tests
|
2019-03-18 14:49:11 +03:00 |
|
victor.petukhov
|
5fc0d85b3c
|
Regenerate FIR tests (include tests for implicit nothing as type parameter)
|
2019-03-16 00:41:58 +03:00 |
|
Simon Ogorodnik
|
e056882aa6
|
Add DiagnosticsTest testData based smoke test for FIR #KT-29962 Fixed
Yet seven of these tests fail with an exception in RawFirBuilder
|
2019-03-15 18:31:55 +03:00 |
|
Mikhail Glukhikh
|
0d976a4870
|
FIR: forbid supertype resolve in local classes
|
2019-03-15 18:31:49 +03:00 |
|
Mikhail Glukhikh
|
2aaf13e734
|
FIR: fix test compilation for 181 patchset
|
2019-03-15 10:24:15 +03:00 |
|
Mikhail Glukhikh
|
909a5fd32d
|
FIR: implement named arguments #KT-24081 Fixed
|
2019-03-14 18:30:13 +03:00 |
|
Mikhail Glukhikh
|
d65b30dd82
|
Fix corner-cases in ConeTypeContext / FIR builder / FIR enhancements
This fixes a pack of FIR smoke diagnostic tests, now all of them pass
Related to KT-29962
|
2019-03-14 18:30:12 +03:00 |
|
Mikhail Glukhikh
|
8ea347653b
|
Remove some FirElement.session usages in FIR resolve
|
2019-03-14 18:23:25 +03:00 |
|
Mikhail Glukhikh
|
63cb8bb1a7
|
Remove FirElement.session usages from RawFirBuilder & around
Related to KT-30187
|
2019-03-14 18:23:11 +03:00 |
|
Mikhail Glukhikh
|
e6bb920a1d
|
FIR Java: support Kotlin extension overriding: at last, #KT-29937 Fixed
|
2019-03-14 18:18:40 +03:00 |
|
Mikhail Glukhikh
|
d00d078b4f
|
FIR Java: implement "appendErasedType" thus adding predefined signatures
Related to KT-29937
|
2019-03-14 18:18:20 +03:00 |
|
Mikhail Glukhikh
|
43d06f85e3
|
Add raw type comparison for Java (J2K mapping is taken into account)
NB: Java enhancement scope does not perform substitution, so we could
have some duplicates inside "type enhancement" testData
Related to KT-29937
|
2019-03-14 18:17:58 +03:00 |
|
Mikhail Glukhikh
|
f5e2cd2ac4
|
No override check in FirClassUseSiteScope, fix nasty substitution bug
This fixes MPP override test
(see mppFakeOverride in FirMultiModuleResolveTestGenerated)
|
2019-03-14 18:17:44 +03:00 |
|
Mikhail Glukhikh
|
de14dd1b9f
|
FIR type enhancements: more accurate * handling
|
2019-03-14 18:17:31 +03:00 |
|
Mikhail Glukhikh
|
c708171add
|
FIR type enhancements: support annotations for default parameter values
Related to KT-29937
|
2019-03-14 18:17:17 +03:00 |
|
Mikhail Glukhikh
|
5f3a01c25a
|
Get rid of FirElement.session usages inside fir:java
|
2019-03-14 18:16:58 +03:00 |
|
Mikhail Glukhikh
|
6c12fabf74
|
FIR: make JavaClassEnhancementScope use-site, get rid of scope providers
Related to KT-29937
|
2019-03-14 18:09:41 +03:00 |
|
Mikhail Glukhikh
|
e0348b56a1
|
FIR type enhancement: extract indexed Java type qualifiers
|
2019-03-14 18:08:16 +03:00 |
|
Mikhail Glukhikh
|
be412baf9f
|
FIR type enhancement: fold flexible types when it's possible
Related to KT-29937
|
2019-03-14 18:08:01 +03:00 |
|
Mikhail Glukhikh
|
3d29b31177
|
FIR type enhancements: handle class qualifiers, add new JSR 305 tests
Related to KT-29937
|
2019-03-14 18:07:46 +03:00 |
|
Mikhail Glukhikh
|
6c8aba8039
|
FIR: support callable symbols in dependencies provider
This breaks mppFakeOverrides test because of bug in FIR fake overrides
|
2019-03-14 18:07:32 +03:00 |
|