Alexander Udalov
ef6d30dd51
Remove usages of JVM target 1.6 from compiler tests
...
#KT-45165
2022-04-19 22:54:40 +02:00
Alexander Udalov
f134575b86
Gradle: remove setJvmTargetFromAndroidCompileOptions
...
This flag was introduced for KT-21030 (see also KT-31027), to change JVM
target 1.6 to 1.8 if Android options declare source/target compatibility
with JDK 1.8.
After JVM target 1.8 became the default for Kotlin (KT-29405), the logic
was changed in e9436da858 to the reverse: if Android options declare
source/target compatibility 1.6, then also use JVM target 1.6. Note that
at that point, the problem with usages of default interface methods
described in KT-21030 became obsolete, because it described a runtime
crash when Kotlin tooling failed to recognized that JVM target >= 1.8
should be used -- which was now always the case, unless you explicitly
opted in with `-jvm-target 1.6` (which would make little sense).
Now that we're removing support for JVM target 1.6 in KT-45165, there is
no use in this flag anymore. Even if Android options declare
source/target compatibility 1.6, Kotlin should still use the minimal
supported version for the JVM target, which is now 1.8. And since 1.8
is the default, no changes to the compiler options are needed.
2022-04-19 22:54:40 +02:00
Aleksei.Cherepanov
3d8f140d6b
[JPS] Fix incremental build after changing Java enum used in Kotlin when
...
EnumWhenTracker implemented for tracking changed java enum class items, that used in kotlin when expression.
#KT-47824 Fixed
2022-04-19 18:39:41 +00:00
Ilya Kirillov
ee8de63497
[low level api] fix creating libraries session with non-jvm libraries
2022-04-19 19:42:11 +02:00
Ilya Kirillov
3b4eb2d788
[kotlin fir] fix creating symbol not in analysis scope
...
^KTIJ-21504 fixed
2022-04-19 19:34:21 +02:00
Yahor Berdnikau
25d6439471
Update AGP version in 'android-test-fixes' plugin
...
This aligns version with other Gradle plugins.
2022-04-19 18:15:05 +02:00
Mikhail Glukhikh
16d5c28622
Unmute FIR spec tests muted for KT-38340
2022-04-19 15:56:00 +00:00
Sergey Bogolepov
21399b4edd
[K/N] Update documentation on building and using LLVM
2022-04-19 14:27:33 +00:00
Sergey Bogolepov
404cc54bd4
[K/N] Update on code coverage status.
2022-04-19 14:27:32 +00:00
Yahor Berdnikau
6ed0efedd3
Add workaround for Gradle dependency resolution error
...
Gradle throws unexpected error on dependency resolution without
this workaround.
Related to KT-51837
2022-04-19 15:38:33 +02:00
Nikolay Krasko
f7a53a1b24
Force using 2.8.9+ gson version as a dependency
...
Mitigate https://github.com/google/gson/pull/1991
^KT-51837 Fixed
2022-04-19 15:38:30 +02:00
Artem Kobzar
315ff0beeb
fix(KT-38262): add ability to create classes with methods that have reserved keyword as an identifier.
2022-04-19 13:20:13 +00:00
Artem Kobzar
9d0c7a55b1
chore: rename method and remove FIXME comment.
2022-04-19 13:14:22 +00:00
Artem Kobzar
93dcc48512
fix(KT-50157): prevent boxing for char comparison.
2022-04-19 13:14:22 +00:00
Dmitriy Dolovov
c1a3bf1343
[Native][tests] Update testing information in HACKING.md
2022-04-19 16:02:46 +03:00
Ilya Kirillov
3525ddaf12
[analysis api fir] fix resolving of compiled type alias
...
^KT-50868 fixed
2022-04-19 12:57:28 +00:00
Svyatoslav Scherbina
57fe6721e3
Bump Kotlin/Native version to 1.7.20-dev-260
2022-04-19 12:08:33 +00:00
Victor Petukhov
baedd285e8
[FE] Postpone enabling io.reactivex.rxjava3.annotations in the strict mode by default till 1.8
...
^KT-50845 Fixed
2022-04-19 11:58:37 +00:00
Vyacheslav Gerasimov
bfe8306f62
Don't finalize gradle tests with cleanTestKitCacheTask on Teamcity
...
It may fail on Windows because of locked files and not really necessary
because TeamCity can clean up checkout directories when space needed
2022-04-19 11:45:23 +00:00
Vyacheslav Gerasimov
202347865d
Move gradle testKit cache to the build directory
2022-04-19 11:45:23 +00:00
Vyacheslav Gerasimov
d9e8f0c180
Build: Rework test workers calculation with respect to available memory
...
#KTI-787
2022-04-19 11:45:23 +00:00
Alexander Likhachev
cae3d8a672
[Build] Add ability to disable Javadoc publishing on CI
2022-04-19 11:30:37 +00:00
Dmitriy Novozhilov
77b3823f78
[Build] Keep some asm classes in proguard rules
...
Those classes are needed for test framework
2022-04-19 10:49:46 +00:00
Dmitriy Novozhilov
5ebac4c6ed
[Build] Add publication of source of test framework
2022-04-19 10:49:46 +00:00
Dmitriy Novozhilov
4e4c4c8d39
[FE] Make ContextReceivers feature not unstable
...
It's already impossible to use declarations with context receivers
if this feature is not enabled, so there is no need to additionally
poison binaries with prerelease flag if this feature is enabled
2022-04-19 10:49:45 +00:00
Ilya Kirillov
9a562a0293
[analysis api] optimize search for declarations in IDE
2022-04-19 12:37:49 +02:00
Ilya Kirillov
9088da7b33
[fir] use correct session for supertype symbol search
...
During supertype resolution we may encount a supeclass came from other source session.
In this case, we should search for it containing FirFile inside that session
2022-04-19 12:37:49 +02:00
Ilya Kirillov
7420933bff
[low level api] remove unused code
2022-04-19 12:37:48 +02:00
Ilya Kirillov
9a18598606
[low level api] rework components structure, add ScopeSession caches
2022-04-19 12:37:47 +02:00
Alexander Likhachev
079400796a
[Build] Validate Gradle plugins on install
2022-04-19 00:39:25 +03:00
Alexander Likhachev
eda759ba31
[Build] Avoid buildscript root capture into task action
...
#KT-44611 In Progress
2022-04-19 00:39:24 +03:00
Alexander Likhachev
64aae756d1
[Build] Avoid project usages in jdk6 tests
...
#KT-44611 In Progress
2022-04-19 00:39:24 +03:00
Alexander Likhachev
20560d6101
[Build] Update test-distribution-plugin to 2.2.3
...
#KT-44611 In Progress
2022-04-19 00:39:23 +03:00
Alexander Likhachev
be48035917
[Build] Avoid project usage in DexMethodCountStats
...
#KT-44611 In Progress
2022-04-19 00:39:23 +03:00
Alexander Likhachev
899964ba30
[Build] Update gradle-node-plugin to 3.2.1
...
#KT-44611 In Progress
2022-04-19 00:39:21 +03:00
Alexander Likhachev
e42bed07fa
[Build] Temporary disable hmpp metadata tasks with CoCa
...
Should be reverted when KT-49933 is resolved
#KT-44611 In Progress
2022-04-19 00:35:35 +03:00
Alexander Likhachev
df55745b61
[Build] Do not use project at execution time in jar tasks
...
#KT-44611 In Progress
2022-04-19 00:35:35 +03:00
Alexander Likhachev
6d654a4b10
[Build] Add workaround for KGP builds metrics reports
...
#KT-44611 In Progress
2022-04-19 00:35:34 +03:00
Alexander Likhachev
610e9ac77a
[Build] Setup org.gradle.java.installations.fromEnv in buildSrc to workaround configuration cache invalidation problem
...
#KT-44611 In Progress
2022-04-19 00:35:34 +03:00
Alexander Likhachev
2f39a65679
[Build] Add workarounds for https://github.com/gradle/gradle/issues/17936
...
#KT-44611 In Progress
2022-04-19 00:33:36 +03:00
Alexander Likhachev
44e92a6134
[Build] Fix configuration cache problem with embeddable task
...
#KT-44611 In Progress
2022-04-19 00:33:35 +03:00
Alexander Likhachev
aa3b653847
[Build] dependencies-maven-all: use ArchiveOperations service
...
`normalizeComponentsXmlEndings` task was using `zipTree` method of `project`. The `ArchiveOperations` method should be used to work properly with configuration cache.
#KT-44611 In Progress
2022-04-19 00:33:34 +03:00
Alexander Likhachev
f4b17ff78f
[Build] kotlin-test: cross-project task dependencies -> artifacts sharing for combinedSourcesJar
...
It's recommended way to work with such setups, and the former way itn't work properly with Gradle configuration cache
#KT-44611 In Progress
2022-04-19 00:33:33 +03:00
Florian Kistner
8a59ed6bc0
KMA-413 Publish AC KMM's backend.native dependency with Kotlin-for-IDE
...
AppCode KMM uses parts of `backend.native` for its Kotlin-ObjC
cross-resolve. Thus, this IDE dependency needs to be kept up-to-date
with the other Kotlin compiler for IDE artifacts. This commit integrates
a stripped down version into the existing `ide-plugin-dependencies`
build infrastructure to make it easier to keep them in sync.
Implementation details:
* Proguard-based removal of code irrelevant for IDE for smaller jar size
* Publication of non-stripped-down sources for better IDE experience
2022-04-18 20:15:05 +00:00
Svyatoslav Scherbina
6fb4640575
Improve "Debugging K/N compiler" section in kotlin-native/HACKING.md
...
Describe how to debug the compiler when it runs in Gradle.
Also polish everything else.
2022-04-18 16:22:54 +00:00
Ivan Kochurkin
3b8183a736
[FIR] Support of importing optional annotation classes (JS/Native), ^KT-51757 Fixed
2022-04-18 15:36:21 +00:00
Ivan Kochurkin
73e7b99e05
[FIR] LightTree builder: get rid of unwanted asText calls
2022-04-18 15:36:20 +00:00
Ivan Kochurkin
541fba1531
[FIR] Type argument instead of unexpected type parameter for TypeMismatch error
...
^KT-49035
^KT-51201 Fixed
2022-04-18 15:36:20 +00:00
Ivan Kochurkin
8c7fad9a5e
[FIR] Support of type arguments in annotations ^KT-48444 Fixed
2022-04-18 15:36:19 +00:00
Ivan Kochurkin
05bed8f751
[FIR] Hide local type for return type of single expression function ^KT-51418 Fixed
2022-04-18 15:36:18 +00:00