Vladimir Ilmov
e2b91cfec7
Properties with custom property declarations highlighting rule.
...
Added support for package and class-level properties with custom PD.
Java syntethic extensions are ignored from this rule.
#KT-30806 Fixed
2019-11-08 17:58:49 +03:00
Dmitriy Dolovov
bf37572b93
Offload heavy part of KotlinNativeABICompatibilityChecker to non-EDT thread pool
...
Issue #KT-34814
2019-11-08 17:12:57 +03:00
Dmitriy Dolovov
d97aeb9fe0
Build KotlinNativeABICompatibilityChecker notifications in a separate function
...
Issue #KT-34814
2019-11-08 17:12:52 +03:00
Nikolay Krasko
526e7e463b
Mute flaky failure in KotlinGotoImplementationMultiModuleTestGenerated in 193
2019-11-08 16:34:20 +03:00
Nikolay Krasko
ce1e57d798
Mute IdeReplCompletionTestGenerated tests in 193 (KT-34825)
2019-11-08 16:34:19 +03:00
Mikhail Glukhikh
93aba85f51
Fix FIR built-ins test
2019-11-08 15:54:21 +03:00
Dmitriy Novozhilov
5313c964c6
[FIR] Fix SOF in fir consistency checker
2019-11-08 15:30:55 +03:00
Dmitriy Novozhilov
bc453e5917
[FIR] Fix testdata forgotten in e910653d
2019-11-08 15:30:55 +03:00
Dmitriy Novozhilov
e6b005a7dc
Disable -Xuse-mixed-named-arguments feature for compiler project
2019-11-08 15:30:50 +03:00
Dmitriy Novozhilov
45523a5767
Fix -Xuse-mixed-named-arguments compiler arg
2019-11-08 15:30:04 +03:00
Kristoffer Andersen
8561f08f06
[JVM_IR] Reintroduce non-IEEE comparisons
...
- Ieee754Equality and PrimitiveComparisons intrinsics
respects absence of -Xproper-ieee754-comparisons, unmuted tests to
show.
2019-11-08 12:58:31 +01:00
Alexander Udalov
0675b54e11
Minor, add regression test for KT-34766
2019-11-08 12:29:08 +01:00
Roman Artemev
ea543eac13
[IC KLIB] Fix after rebase
2019-11-08 14:14:59 +03:00
Roman Artemev
3e3cb8734b
[IC] Unmute IC klib tests
2019-11-08 14:14:59 +03:00
Roman Artemev
b11d69b719
[IC] Temporary restore removed method to fix proto comparison tests
2019-11-08 14:14:59 +03:00
Roman Artemev
a91ed694bf
[IC KLIB] Use new klib argument
2019-11-08 14:14:59 +03:00
Alexey Tsvetkov
eb5e954e2a
Minor: adjust formatting
2019-11-08 14:14:58 +03:00
Alexey Tsvetkov
d776e92111
Use Klib JS serializer protocol for IC
2019-11-08 14:14:58 +03:00
Alexey Tsvetkov
6e9cd85b54
Exclude some proto messages from proto comparison in IC
2019-11-08 14:14:58 +03:00
Alexey Tsvetkov
ac9b7fa268
Exclude some proto fields from proto comparison in IC
2019-11-08 14:14:58 +03:00
Alexey Tsvetkov
28e6219b0b
Fix proto comparison for fields mapped to type table
2019-11-08 14:14:58 +03:00
Alexey Tsvetkov
c694752b4f
Generate Klib JS extensions for proto comparison
2019-11-08 14:14:58 +03:00
Alexey Tsvetkov
83f060ad3e
Minor: add functions to distinguish initial and incremental builds when debugging IC tests
2019-11-08 14:14:57 +03:00
Alexey Tsvetkov
537199e0fa
Minor: replace UsefulTestCase with KtUsefulTestCase
...
UsefulTestCase does not resolve in IDE for some reason
2019-11-08 14:14:57 +03:00
Roman Artemev
72c4be785d
[JS IR] Add proper extension point in FE to customize incremental data loading
...
- fix IC klib
2019-11-08 14:14:57 +03:00
Alexander Gorshenev
21c436c64c
Klib metadata cached package fragment and package fragment provider
2019-11-08 14:14:57 +03:00
Roman Artemev
1bced5d2a2
[KLIB IC] Fix file index allocation, make them stable between recompilations
2019-11-08 14:14:57 +03:00
Steven Schäfer
ab506c1579
Frontend: Avoid retypechecking the right hand side of assignment operators
2019-11-08 14:02:56 +03:00
Mikhail Glukhikh
41c81d25a0
FIR body resolve: use nested classifier scopes only via member scopes
2019-11-08 13:42:42 +03:00
Mikhail Glukhikh
f0130d0460
FIR (minor): remove unnecessary withScopeCleanup call
2019-11-08 13:39:45 +03:00
Mikhael Bogdanov
cf15359079
Decrease number of forked test processes on local machine
...
There are no any benefits in execution time
2019-11-08 11:32:30 +01:00
Steven Schäfer
7c9578116b
JVM IR: Fix types in LateInitLowering
...
On the JVM backend the throwUninitializedPropertyAccessException
function is implemented in Java and has a return type of Unit instead of
Nothing. In order to make the types match up we have to wrap its call in
a block with an additional IrThrow.
2019-11-08 11:20:43 +01:00
Dmitriy Novozhilov
3ee013aac6
Change compiler flag for enabling mixed named argumetns in compiler project
...
It's neccessary to avoid useless warnings until build
2019-11-08 12:12:39 +03:00
Dmitriy Novozhilov
5b1cc7d8d5
Update bootstrap version
2019-11-08 12:12:39 +03:00
Dmitriy Novozhilov
e910653d6f
[FIR] Add pretty rendering of functional types
2019-11-08 12:12:39 +03:00
Dmitriy Novozhilov
18dc652404
[FIR] Get rid of operation in FirVariableAssignment
...
`FirVariableAssignment` is creates only for expressions `x = y`
For other assign operators there is a `FirOperatorCall`
2019-11-08 12:12:39 +03:00
Dmitriy Novozhilov
b5210e6a9b
[FIR] Fix building fir for += with complex rhs
...
Also fix choosing candidate for assignment operator call
2019-11-08 12:12:38 +03:00
Dmitriy Novozhilov
cadc2dfe4d
[FIR] Fix generating fir for invoke calls
2019-11-08 12:12:38 +03:00
Pavel Kirpichenkov
ff32eab3d1
[NI] Run call checkers on resolved calls for callable references
...
#KT-34391 Fixed
2019-11-08 11:04:43 +03:00
Mark Punzalan
f444702cf3
JVM: Always invoke get()/charAt() in optimized for-loop over
...
CharSequence.withIndex(), even if element variable is unused in
destructuring declaration.
#KT-34779 Fixed
2019-11-08 10:55:09 +03:00
Mikhail Glukhikh
411dc5d60e
FIR nested classifier scope building: optimize companion search
2019-11-08 09:58:37 +03:00
Mikhail Glukhikh
48938a20a7
Raw FIR: add synthesized Enum.valueOf() function
2019-11-08 09:58:02 +03:00
Alexander Udalov
1978db9d0e
Move codegen tests on old language versions under oldLanguageVersions/
...
This directory is skipped in JVM IR test generator, so they won't show
up as failed anymore.
Note that only failing tests are moved to oldLanguageVersions/. Tests
which already pass are still being run. It may be useful not to break
them in case we _do_ need to support some pre-1.3 language feature
switches in JVM IR.
2019-11-07 19:05:24 +01:00
Alexander Udalov
c3729c8189
Reorganize codegen tests for old language versions
...
Put all files under a single "oldLanguageVersions" directory under test
data of each test
2019-11-07 18:49:27 +01:00
Steven Schäfer
dcd72b06d8
JVM IR: Implement CHECK_NOT_NULL as a lowering
2019-11-07 18:47:53 +01:00
Nikolay Krasko
ea6c43dabd
Mute inline testMultipleInExpression because of unstable order of usages in 193
2019-11-07 20:23:29 +03:00
Nikolay Krasko
fe9c5cac45
Fix TypedHandlerTest in 193
...
Unify TypedHandlerTest.kt with the KotlinLightCodeInsightTestCase
2019-11-07 20:23:29 +03:00
Nikolay Krasko
f6bdaf992e
Fix jps build in buildSrc by explicitly using mutable set
2019-11-07 20:23:29 +03:00
Nikolay Krasko
c053bd213a
Don't assert order of todo items to fix platform update to 193
2019-11-07 20:23:29 +03:00
Nikolay Krasko
b2a61eb5e6
Additional mute for IdeReplCompletionTestGenerated.testFunctions in 193
2019-11-07 20:23:29 +03:00