Mikhail Glukhikh
3d15cbcced
Redundant async inspection: run "optimize imports" after quick-fix
2018-11-30 15:14:27 +03:00
Mikhail Glukhikh
fd3c6496fb
Redundant async inspection: support case with explicit scope
...
#KT-28504 Fixed
2018-11-30 15:14:27 +03:00
Mikhail Glukhikh
9f5255da02
SimplifyCallChainFix: take Conversion instead of raw text, polish a bit
2018-11-30 15:14:27 +03:00
Mikhail Glukhikh
b6630699aa
SimplifyCallChainFix: implement 'modifyArguments' as lambda
2018-11-30 15:14:26 +03:00
Mikhail Glukhikh
5947ca1142
Redundant async cleanup: use CAPS for constant names
2018-11-30 15:14:26 +03:00
Mikhail Glukhikh
e6a1b96c53
Redundant async inspection: support case with GlobalScope
...
Partial implementation of KT-28504
2018-11-30 15:14:26 +03:00
Mikhail Glukhikh
138e36aa66
Simplify call chain fix: extract 'apply'
2018-11-30 15:14:26 +03:00
Mikhail Glukhikh
c4717d17d9
Redundant async: extract generateConversion, integrate arguments inside
2018-11-30 15:14:26 +03:00
Mikhail Glukhikh
d909162a89
Rename "Result is Result" inspection to "Direct use of result type"
2018-11-30 15:14:26 +03:00
Sergey Rostov
5237079c5d
Move resources: fix copy-resources kotlin compiler maven plugins
2018-11-30 15:01:02 +03:00
Sergey Rostov
2fac72cd99
Move resources: remove build code that not required anymore
2018-11-30 15:01:02 +03:00
Sergey Rostov
d3dc1d8164
Move resources: update writePluginVersion
2018-11-30 15:01:02 +03:00
Sergey Rostov
487c57e2e0
Move resources, kotlin-reflect.jar: remove manually included META-INF/services/*
...
Now it already included. Manually including causes duplicated contents
in resulting files, for example:
1 kotlin.reflect.jvm.internal.impl.load.java.FieldOverridabilityCondition
2 kotlin.reflect.jvm.internal.impl.load.java.ErasedOverridabilityCondition
3 kotlin.reflect.jvm.internal.impl.load.java.JavaIncompatibilityRulesOverridabilityCondition
4 + kotlin.reflect.jvm.internal.impl.load.java.FieldOverridabilityCondition
5 + kotlin.reflect.jvm.internal.impl.load.java.ErasedOverridabilityCondition
6 + kotlin.reflect.jvm.internal.impl.load.java.JavaIncompatibilityRulesOverridabilityCondition
Removing this line fixes that.
2018-11-30 15:01:02 +03:00
Sergey Rostov
74f6c8ac5c
Move resources: remove includes from src to resources, include resource folder in custom build scripts
2018-11-30 15:01:02 +03:00
Sergey Rostov
5623c74543
Move resources: fix pill
2018-11-30 15:01:02 +03:00
Sergey Rostov
df2e4524d7
Move resources from /src to separate /resources directory.
...
Previously this files was stored in /src directory and was included in
resources mainly by SourceSet.projectDefault from sourceSets.kt:
val processResources = tasks.getByName(processResourcesTaskName) as ProcessResources
processResources.from("resources") { include("**") }
processResources.from("src") { include("META-INF/**", "**/*.properties") }
Also there are some custom rules like this:
resources.srcDir("../idea-analysis/src").apply { include("**/*.properties") }
resources.srcDirs("idea-repl/src").apply { include("META-INF/**") }
All this rules are synthesized in script
https://github.com/snrostov/kotlin-migrate-resources/blob/master/src/main/kotlin/main.kt
This commit created using that script. See README.md for more details on
script.
2018-11-30 15:01:01 +03:00
Ilya Matveev
093b9d174d
Update Kotlin/Native: 1.0.3
2018-11-30 18:58:01 +07:00
Alexander Podkhalyuzin
c416b192ef
Cleanup, all bunches are completely the same...
2018-11-30 14:30:43 +03:00
Denis Zharkov
2182be82e6
Fix message text for INCOMPATIBLE_ENUM_COMPARISON
...
^KT-28516 Fixed
2018-11-30 10:34:00 +03:00
Ilya Gorbunov
a534bfc32f
Move index overflow tests to another test source set
...
To avoid reporting them as ignored and to make it more easy to run them
when needed.
2018-11-30 07:27:07 +03:00
Roman Artemev
c5922bf74b
Refact stdlib generator, add support for different backends
...
[JS IR BE] Runtime fixes
* Do not generate external declarations for IR BE
* Move `arrayToString` helper function out of shared JS stdlib
* Fix arrays type check for IR BE
2018-11-29 22:04:53 +03:00
Mikhail Glukhikh
05b1a99022
Fix "redundant async" for coroutines 1.*, forbid explicit scopes case
...
Related to KT-28504
#KT-28445 Fixed
2018-11-29 21:17:57 +03:00
Mikhail Glukhikh
93fff99d8d
Extract stub library file from "Result is Result" inspection tests
2018-11-29 21:17:33 +03:00
Mikhail Glukhikh
6b60d49e09
Extract stub library file from "Redundant async" inspection tests
2018-11-29 21:17:16 +03:00
Mikhail Glukhikh
4e1d8fcfd0
Allow to convert nullable local / top to late-init since version 1.2
...
Enhancement for KT-12743
2018-11-29 19:58:11 +03:00
Toshiaki Kameyama
4cf266e99f
Add intentions to convert nullable <--> lateinit var #KT-12743 Fixed
2018-11-29 19:45:10 +03:00
Mikhail Glukhikh
9049af3bdf
Quick-fixes for SMARTCAST_IMPOSSIBLE: refactor
...
Enhancement for KT-27184
2018-11-29 19:26:58 +03:00
Toshiaki Kameyama
cf3215b96e
Add quick fixes for SMARTCAST_IMPOSSIBLE in 'if' #KT-27184 Fixed
2018-11-29 19:26:58 +03:00
Toshiaki Kameyama
a0162adbf9
Nested lambda has shadowed implicit parameter: do not report when outer lambda 'it' is not used
...
#KT-26710 Fixed
2018-11-29 19:19:19 +03:00
Mikhael Bogdanov
7ee13ca353
Generalize parameter index calculation in ASM 7 support
...
Second part for d2a205c72d commit
#KT-27774 Fixed
2018-11-29 16:45:50 +01:00
Alexander Podkhalyuzin
e044ec78a1
Do not duplicate build number of IDEA in code
2018-11-29 16:37:33 +03:00
Nikolay Krasko
e4da6c268a
Generate new Gradle dependency directives when is version above 3.4 (KT-22571)
...
^KT-22571 Fixed
2018-11-29 16:23:24 +03:00
Juan Chen
7aa195b017
Use "implementation" in build scripts when configuring Kotlin (KT-22571)
...
Currently "compile" is used when adding kotlin dependencies to build
scripts, which is deprecated.
2018-11-29 16:23:23 +03:00
Nikolay Krasko
76a3c58aaf
Better check when to apply old syntax for configuration (KT-28513, KT-22571)
...
^KT-28513 Fixed
2018-11-29 16:23:22 +03:00
Nikolay Krasko
93b7f05287
Add exceptions to VfsRootAccess in gradle tests
2018-11-29 16:23:21 +03:00
Svyatoslav Kuzmich
59032c384e
[JS IR BE] Validate parents
2018-11-29 15:36:57 +03:00
Svyatoslav Kuzmich
39cdee8d6c
[JS IR BE] Enable IrValidator
2018-11-29 15:36:56 +03:00
Svyatoslav Kuzmich
2172a12df4
[JS IR BE] Eliminate identical IrElements duplicates
2018-11-29 15:36:56 +03:00
Svyatoslav Kuzmich
ba0f652e02
[JS IR BE] Fix parameters parents
2018-11-29 15:36:56 +03:00
Svyatoslav Kuzmich
d5f8c63130
[IR] Add returnType to consturcotrs of IrFunctionBase
2018-11-29 15:36:56 +03:00
Svyatoslav Kuzmich
fe6b36391d
[JS IR] JsIrBuilder - add returnType and parent to buildFunction
2018-11-29 15:36:56 +03:00
Ilmir Usmanov
0934db8fbd
Do not transform state-machine when inlining
...
Sometimes, state-machine, generated in inline functions with
crossinline parameter, is transformed, since all usages should be
renamed.
However, this is wrong: in this case, we will have state-machine
inside state-machine.
This fix addresses the issue.
#KT-25893 Fixed
2018-11-29 14:58:35 +03:00
Toshiaki Kameyama
d3908aeb2e
Add "map.get() with not-null assertion operator" inspection #KT-25171 Fixed
2018-11-29 14:42:18 +03:00
Mikhail Glukhikh
c5c0cbccde
Redundant companion reference: simplify name conflict checking code
...
Before this commit, function with same name but different signature
wasn't counted as name conflict, now it is - just because that exact
check in this place could be too complex and error-prone
Enhancement for KT-27539
2018-11-29 14:32:08 +03:00
Toshiaki Kameyama
1db7a0e0cc
Redundant companion reference: don't report in case of name conflicts
...
#KT-27539 Fixed
2018-11-29 14:32:08 +03:00
Mikhail Zarechenskiy
6e27d7a2a5
[NI] Refactor common supertype calculator
...
Make filtration phases more explicit, get rid of `filterNot`
2018-11-29 14:08:04 +03:00
Mikhael Bogdanov
623f31a178
Remove redundant tests
2018-11-29 12:02:05 +01:00
Mikhael Bogdanov
aa12439e65
Add 'visitAnnotableParameterCount' to MethodBodyVisitor.kt
2018-11-29 12:02:04 +01:00
Mikhael Bogdanov
c6268d72c9
Separate RemapVisitor and MethodBodyVisitor
2018-11-29 12:02:03 +01:00
Nikolay Krasko
226ade615c
Show build number in internal mode (KT-28254)
...
^KT-28254 Fixed
2018-11-29 13:31:09 +03:00