Commit Graph

42 Commits

Author SHA1 Message Date
Ilya Goncharov b6686d4ecb [Gradle, JS] Codeowners of kotlin-dom-api-compat
This reverts commit 680f644265.
2023-02-22 11:00:12 +00:00
Svyatoslav Scherbina dd7a1a8c1c [CODEOWNERS] Move kotlin-native/backend.native/tests/**.gradle.kts to Native
These files are in fact tests.
The **.gradle files in this directory are already owned by the
Kotlin Native team.
2023-02-17 10:33:30 +00:00
Zalim Bashorov 95a1218996 [CODEOWNERS] Change owner of wasm intrinsics to "Kotlin Wasm"
And make "Kotlin Wasm" co-owner of /js/js.translator/testData/
2023-02-01 00:36:11 +01:00
Svyatoslav Kuzmich bebb9b1392 [Wasm] Move compiler tests to :wasm:wasm.tests module
They don't belong in K/JS test module.
2023-01-31 13:12:12 +00:00
Alexander Udalov 99b38ccb74 Reflection: fix exceptions on concurrent access to some properties
Using `ReflectionProperties.lazy` is incorrect because it allows several
threads to observe different resulting values if they're computing it
simultaneously (unlike `lazy(PUBLICATION)`, which always returns the
value that "won the race").

In the case of property delegates, for example, if we're invoking
`isAccessible = true` and then `getDelegate()` concurrently, it might
happen that when some thread invokes `getDelegate()`, it gets the
underlying Field object which was written by another thread and which
has not yet been made accessible, leading to
IllegalPropertyDelegateAccessException.

 #KT-27585 Fixed
2023-01-27 20:23:23 +00:00
Ivan Kylchik bc21753877 Move IR interpreter's tests from ir/loweredIr directory into box 2023-01-27 10:52:56 +00:00
Ilya Goncharov 42ded7be09 [Gradle, JS] Disable optimization in webpack for karma tests
^KT-56192 fixed
2023-01-25 16:06:29 +00:00
Nikolay Lunyak f422a3a4e8 [FIR JS] Report WRONG_JS_QUALIFIER for the argument of JsQualifier 2023-01-09 08:57:08 +00:00
Ilya Goncharov 680f644265 [Gradle, JS] Revert codeowners 2023-01-04 16:30:33 +00:00
Dmitrii Gridin eb3ad7e6b1 [LC] move light class related tests to one directory 2023-01-02 15:05:36 +00:00
Ilya Goncharov b794496bb9 [JS] Fix codeowners of JS 2022-12-22 15:45:24 +00:00
Pavel Kunyavskiy 17e9a6a781 [klib] Fix serialization of missing annotations
^KT-42490
^KT-44625
2022-12-20 20:06:51 +00:00
Sergey Bogolepov f5fa8f2b83 [CODEOWNERS] K2NativeCompilerArguments.kt to native team 2022-12-19 17:41:48 +00:00
Yahor Berdnikau dc4ddebe2f Change compiler/daemon owner to Kotlin Build Tools 2022-12-19 15:58:05 +00:00
Dmitrii Gridin 4dec14eb8e CODEOWNERS: don't require separate review of generated files 2022-12-14 12:51:51 +00:00
Mikhail Glukhikh 7e407585fc CODEOWNERS: don't require separate review of generated files 2022-12-08 10:18:05 +00:00
Nikolay Krasko edc562e8b9 Remove old android-studio jps module 2022-12-05 20:11:24 +00:00
Sebastian Sellmair 734b0a80e1 [CODEOWNERS] Add mpp team to kotlin-tooling-core and kotlin-tooling-metadata
KT-55189
2022-12-02 07:47:30 +00:00
Simon Ogorodnik 16476dec61 Owners. Make Evolution Team responsible for LanguageVersionSettings 2022-11-30 21:53:33 +00:00
Mikhail Glukhikh 8a74c1956a Add compiler core team as an alternative owner of JVM bytecode tests 2022-11-29 15:24:18 +00:00
Dmitrii Gridin 066677b598 [CODEOWNERS]: move light classes testData to Kotlin IDE team 2022-11-28 13:37:56 +00:00
Pavel Punegov 92fb41e1fc [K/N][codeowners] Performance,tests and tools related gradle files
- Performance builds are separated from the main build execution and are
part of the Native infrastructure.
- Old test infrastructure contains tests that is written in gradle
build files and hence should belong to K/N team.
- New test infrastructure build gradle file is also a part of tests.

Merge-request: KT-MR-7768
Merged-by: Pavel Punegov <Pavel.Punegov@jetbrains.com>
2022-11-28 11:35:55 +00:00
Zalim Bashorov 3ac90cf0e4 [CODEOWNERS] Add missed leading slash in the paths 2022-11-25 14:54:08 +01:00
Nikolay Krasko c414b4b29a Update CODEOWNERS for scripts directory 2022-11-22 20:29:22 +00:00
Stanislav Erokhin efdfcdff63 Update CODEOWNERS for /libraries/tools/kotlin-gradle-* folders 2022-11-18 12:09:05 +00:00
Yahor Berdnikau 53adf097c2 Exclude Kotlin Gradle Plugins test data from to be owned by infra team 2022-11-18 09:50:02 +00:00
Anton Bannykh 84650d08af CODEOWNERS: cli-js belongs to JS and WASM 2022-11-16 17:21:31 +00:00
Denis.Zharkov 3429bccf9a Change ownership for generated diagnostic tests to Compiler Core 2022-11-16 14:38:39 +00:00
Alexander Shabalin 504fcd5b71 [K/N] C++ files inside kotlin-native/ have special owners
Merge-request: KT-MR-7674
Merged-by: Alexander Shabalin <Alexander.Shabalin@jetbrains.com>
2022-11-16 10:03:09 +00:00
Zalim Bashorov 0c16415d26 [Wasm, stdlib] Change owner of runtime part of wasm-stdlib to "Kotlin Wasm" 2022-11-15 12:33:31 +01:00
Simon Ogorodnik 72615ee845 Code owners. Add Compiler Core to box test ownership 2022-11-15 10:12:33 +00:00
Simon Ogorodnik 2d8254a4db Code owners. Widen ownership for various generated tests 2022-11-15 10:12:33 +00:00
Dmitrii Gridin b7b221d261 Code ownership: /compiler/light-classes/ 2022-11-14 14:24:01 +00:00
Dmitriy Dolovov d9eda3c485 Code ownership: /compiler/testData/serialization/nonStableParameterNames/ 2022-11-14 10:29:31 +00:00
Zalim Bashorov 5dd188f2cd [CODEOWNERS] Mark files in /js/js.tests/* owned by Kotlin Wasm 2022-11-11 16:22:08 +01:00
Zalim Bashorov 5e9d2dfbe6 [CODEOWNERS] Add owner for kotlin-gradle-plugin-tcs-android 2022-11-11 16:20:43 +01:00
Zalim Bashorov 43e05ed8a2 [CODEOWNERS] Update owners for JS and Wasm part of gradle plugin 2022-11-11 16:20:43 +01:00
Sergej Jaskiewicz 6674e41a3d Add "Kotlin JS" as a co-owner of the stepping tests 2022-11-11 15:01:49 +00:00
Simon Ogorodnik 087555ee59 KTI-955. Add tests for CODEOWNERS file
- Check list of possible owners
- Check no unknown owners
- Check no unowned files in repo
- Check no unmatched patterns
2022-11-08 17:33:05 +00:00
Simon Ogorodnik eea06eb242 KTI-955. Add initial Space CODEOWNERS file 2022-11-08 17:33:04 +00:00
Nikolay Krasko a798fe0b18 Rename space dev files 2022-07-04 10:52:09 +02:00
Nikolay Krasko 2bdd45f659 Update space images
Follow the https://helpserver.labs.jb.gg/help/space/internal/set-up-a-dev-evnvironment.html#warm-up-dev-environment guide
2022-07-02 00:39:51 +02:00