[Code Owners] Update CODEOWNERS file with the new common backend team

This commit is contained in:
Pavel Kunyavskiy
2023-10-17 12:54:03 +02:00
committed by Space Team
parent 0b45c6ce23
commit cf230525c5
+27 -27
View File
@@ -6,7 +6,7 @@
# OWNER_LIST: Kotlin
# OWNER_LIST: "Kotlin Libraries"
# OWNER_LIST: "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
# OWNER_LIST: "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend"
# OWNER_LIST: "Kotlin Compiler Core"
# OWNER_LIST: "Kotlin Build Infrastructure" "Kotlin Build Tools"
# OWNER_LIST: "Kotlin IDE Analysis Core"
@@ -51,7 +51,7 @@
/compiler/android-tests/ "Kotlin JVM"
/compiler/backend/ "Kotlin JVM"
/compiler/backend.common.jvm/ "Kotlin JVM"
/compiler/backend-common/ "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
/compiler/backend-common/ "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend"
/compiler/build-tools/ "Kotlin Build Tools"
/compiler/builtins-serializer/ "Kotlin Compiler Core"
/compiler/cli/ "Kotlin Compiler Core"
@@ -65,23 +65,23 @@
/compiler/container/ "Kotlin Compiler Core"
/compiler/daemon/ "Kotlin Build Tools"
/compiler/fir/ "Kotlin Compiler Core"
/compiler/fir/fir2ir/tests-gen/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
/compiler/fir/fir2ir/tests-gen/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend"
/compiler/frontend/ "Kotlin Compiler Core"
/compiler/frontend.common/ "Kotlin Compiler Core"
/compiler/frontend.common.jvm/ "Kotlin Compiler Core"
/compiler/frontend.common-psi/ "Kotlin Compiler Core"
/compiler/frontend.java/ "Kotlin Compiler Core"
/compiler/incremental-compilation-impl/ "Kotlin Build Tools"
/compiler/ir/backend.common/ "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
/compiler/ir/backend.common/ "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend"
/compiler/ir/backend.js/ "Kotlin JS"
/compiler/ir/backend.jvm/ "Kotlin JVM"
/compiler/ir/backend.wasm/ "Kotlin Wasm"
/compiler/ir/ir.interpreter/ "Kotlin JVM"
/compiler/ir/ir.interpreter/ "Kotlin Common Backend"
/compiler/ir/ir.ir2cfg/ Mikhail.Glukhikh
/compiler/ir/ir.psi2ir/ "Kotlin JVM"
/compiler/ir/ir.tree/ "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
/compiler/ir/ir.tree/ "Kotlin Common Backend"
/compiler/ir/ir.objcinterop/ "Kotlin Native"
/compiler/ir/serialization.common/ "Kotlin Native"
/compiler/ir/serialization.common/ "Kotlin Common Backend"
/compiler/ir/serialization.js/ "Kotlin JS"
/compiler/ir/serialization.jvm/ "Kotlin JVM"
/compiler/ir/serialization.native/ "Kotlin Native"
@@ -113,10 +113,10 @@
/compiler/testData/cli/jvm/ "Kotlin JVM" "Kotlin Compiler Core"
/compiler/testData/cli/metadata/ "Kotlin Compiler Core"
/compiler/testData/codegen/asmLike/ "Kotlin JVM"
/compiler/testData/codegen/box/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
/compiler/testData/codegen/box/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend"
/compiler/testData/codegen/box/size/ Zalim.Bashorov
/compiler/testData/codegen/boxError/ "Kotlin JS"
/compiler/testData/codegen/boxInline/ "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
/compiler/testData/codegen/boxInline/ "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend"
/compiler/testData/codegen/boxKlib/ "Kotlin JVM"
/compiler/testData/codegen/boxModernJdk/ "Kotlin JVM"
/compiler/testData/codegen/boxWasmJsInterop/ "Kotlin Wasm"
@@ -150,13 +150,13 @@
/compiler/testData/friendPaths/ "Kotlin Compiler Core"
# UNKNOWN: /compiler/testData/integration/
/compiler/testData/ir/closureAnnotator/ "Kotlin JVM"
/compiler/testData/ir/interpreter/ "Kotlin JVM"
/compiler/testData/ir/interpreter/ "Kotlin Common Backend"
/compiler/testData/ir/irCfg/ "Kotlin JVM"
/compiler/testData/ir/irText/ "Kotlin Compiler Core"
/compiler/testData/ir/klibLayout/ "Kotlin Native"
/compiler/testData/ir/klibLayout/ "Kotlin Common Backend"
/compiler/testData/ir/sourceRanges/ "Kotlin Compiler Core"
/compiler/testData/javaModules/ "Kotlin JVM"
/compiler/testData/klib/ "Kotlin Native"
/compiler/testData/klib/ "Kotlin Common Backend"
/compiler/testData/kotlinClassFinder/ "Kotlin Compiler Core"
# UNKNOWN: /compiler/testData/launcher/
/compiler/testData/lexer/ "Kotlin Compiler Core"
@@ -183,8 +183,8 @@
/compiler/testData/resolvedCalls/ "Kotlin Compiler Core"
/compiler/testData/serialization/builtinsSerializer/ "Kotlin Compiler Core"
/compiler/testData/serialization/js/ "Kotlin JS"
/compiler/testData/serialization/nonStableParameterNames/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
/compiler/testData/serialization/klib/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
/compiler/testData/serialization/nonStableParameterNames/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend"
/compiler/testData/serialization/klib/ "Kotlin Common Backend"
/compiler/testData/type/ "Kotlin Compiler Core"
/compiler/testData/typeQualifierNickname/ "Kotlin Compiler Core"
/compiler/testData/versionRequirement/ "Kotlin JVM"
@@ -192,26 +192,26 @@
/compiler/testData/writeSignature/ "Kotlin JVM"
/compiler/testData/type-checker-test.kt "Kotlin Compiler Core"
/compiler/testData/type-substitutor.kt "Kotlin Compiler Core"
/compiler/tests/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
/compiler/tests/org/jetbrains/kotlin/klib/ "Kotlin Native"
/compiler/tests/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend"
/compiler/tests/org/jetbrains/kotlin/klib/ "Kotlin Common Backend"
/compiler/tests-against-klib/ "Kotlin JVM"
/compiler/tests-common/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
/compiler/tests-common/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend"
/compiler/tests-common-new/ "Kotlin Compiler Core"
/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/ir/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
/compiler/tests-compiler-utils/ "Kotlin Compiler Core"
/compiler/tests-different-jdk/ "Kotlin JVM"
/compiler/tests-for-compiler-generator/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
/compiler/tests-gen/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
/compiler/tests-for-compiler-generator/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend"
/compiler/tests-gen/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend"
/compiler/tests-java8/ "Kotlin JVM"
/compiler/tests-mutes/ "Kotlin Build Infrastructure"
/compiler/tests-spec/ "Kotlin Compiler Core"
/compiler/util/ "Kotlin Compiler Core"
/compiler/util/src/org/jetbrains/kotlin/config/LanguageVersionSettings.kt "Kotlin Language Evolution"
/compiler/util-io/ "Kotlin Native"
/compiler/util-klib/ "Kotlin Native"
/compiler/util-klib-abi/ "Kotlin Native"
/compiler/util-klib-metadata/ "Kotlin Native"
/compiler/util-io/ "Kotlin Common Backend"
/compiler/util-klib/ "Kotlin Common Backend"
/compiler/util-klib-abi/ "Kotlin Common Backend"
/compiler/util-klib-metadata/ "Kotlin Common Backend"
/core/builtins/ "Kotlin Compiler Core"
/core/compiler.common/ "Kotlin Compiler Core"
@@ -240,14 +240,14 @@
/generators/builtins/ A.Qurbonzoda Vsevolod.Tolstopyato Ilya.Gorbunov Filipp.Zhinkin
/generators/evaluate/ "Kotlin Compiler Core"
/generators/ide-iml-to-gradle-generator/ "Kotlin Build Infrastructure"
/generators/interpreter/ "Kotlin JVM"
/generators/interpreter/ "Kotlin Common Backend"
/generators/main/ "Kotlin Build Infrastructure"
/generators/nativeInteropRuntime/ "Kotlin Native"
/generators/protobuf/ "Kotlin Build Infrastructure"
# UNKNOWN: /generators/protobufCompare/
/generators/test-generator/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
/generators/tests/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
/generators/tree-generator-common/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
/generators/test-generator/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend"
/generators/tests/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend"
/generators/tree-generator-common/ "Kotlin Compiler Core" "Kotlin Common Backend"
/generators/wasm/ "Kotlin Wasm"
/gradle/ "Kotlin Build Infrastructure"