CODEOWNERS: Update Compiler Core team ownership
- Move Simon.Ogorodnik out of the Compiler Core team
This commit is contained in:
committed by
Space Team
parent
183c263c55
commit
f5d0a5b92d
+37
-37
@@ -54,30 +54,30 @@
|
||||
/compiler/backend.common.jvm/ "Kotlin JVM"
|
||||
/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"
|
||||
/compiler/builtins-serializer/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/cli/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/cli/cli-js/ "Kotlin JS" "Kotlin Wasm"
|
||||
/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/K2NativeCompilerArguments.kt "Kotlin Native"
|
||||
/compiler/compiler.version/ "Kotlin Compiler Core"
|
||||
/compiler/compiler-runner/ "Kotlin Compiler Core"
|
||||
/compiler/compiler.version/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/compiler-runner/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/compiler-runner-unshaded/ "Kotlin Build Tools"
|
||||
/compiler/config/ "Kotlin Compiler Core"
|
||||
/compiler/config/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/config.jvm/ "Kotlin JVM"
|
||||
/compiler/container/ "Kotlin Compiler Core"
|
||||
/compiler/container/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/daemon/ "Kotlin Build Tools"
|
||||
/compiler/fir/ "Kotlin Compiler Core"
|
||||
/compiler/fir/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/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/frontend/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/frontend.common/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/frontend.common.jvm/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/frontend.common-psi/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/frontend.java/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/incremental-compilation-impl/ "Kotlin Build Tools"
|
||||
/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.actualization/ "Kotlin Compiler Core" "Kotlin Common Backend"
|
||||
/compiler/ir/ir.actualization/ "Kotlin Compiler Core" "Kotlin Common Backend" Simon.Ogorodnik
|
||||
/compiler/ir/ir.interpreter/ "Kotlin Common Backend"
|
||||
/compiler/ir/ir.ir2cfg/ Mikhail.Glukhikh
|
||||
/compiler/ir/ir.psi2ir/ "Kotlin JVM"
|
||||
@@ -87,15 +87,15 @@
|
||||
/compiler/ir/serialization.js/ "Kotlin JS"
|
||||
/compiler/ir/serialization.jvm/ "Kotlin JVM"
|
||||
/compiler/ir/serialization.native/ "Kotlin Native"
|
||||
/compiler/javac-wrapper/ "Kotlin Compiler Core"
|
||||
/compiler/javac-wrapper/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/light-classes/ "Kotlin IDE Analysis Core"
|
||||
/compiler/plugin-api/ "Kotlin Compiler Core"
|
||||
/compiler/preloader/ "Kotlin Compiler Core"
|
||||
/compiler/psi/ "Kotlin Compiler Core"
|
||||
/compiler/resolution/ "Kotlin Compiler Core"
|
||||
/compiler/resolution.common/ "Kotlin Compiler Core"
|
||||
/compiler/resolution.common.jvm/ "Kotlin Compiler Core"
|
||||
/compiler/serialization/ "Kotlin Compiler Core"
|
||||
/compiler/plugin-api/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/preloader/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/psi/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/resolution/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/resolution.common/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/resolution.common.jvm/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/serialization/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/test-infrastructure/ "Kotlin Compiler Core"
|
||||
/compiler/test-infrastructure-utils/ "Kotlin Compiler Core"
|
||||
|
||||
@@ -207,31 +207,31 @@
|
||||
/compiler/tests-java8/ "Kotlin JVM"
|
||||
/compiler/tests-mutes/ "Kotlin Build Infrastructure"
|
||||
/compiler/tests-spec/ "Kotlin Compiler Core"
|
||||
/compiler/util/ "Kotlin Compiler Core"
|
||||
/compiler/util/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/compiler/util/src/org/jetbrains/kotlin/config/LanguageVersionSettings.kt "Kotlin Language Evolution"
|
||||
/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"
|
||||
/core/compiler.common.jvm/ "Kotlin Compiler Core"
|
||||
/core/compiler.common.js/ "Kotlin Compiler Core"
|
||||
/core/compiler.common.native/ "Kotlin Compiler Core"
|
||||
/core/compiler.common.wasm/ "Kotlin Compiler Core"
|
||||
/core/compiler.common.web/ "Kotlin Compiler Core"
|
||||
/core/descriptors/ "Kotlin Compiler Core"
|
||||
/core/descriptors.jvm/ "Kotlin Compiler Core"
|
||||
/core/builtins/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/core/compiler.common/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/core/compiler.common.jvm/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/core/compiler.common.js/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/core/compiler.common.native/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/core/compiler.common.wasm/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/core/compiler.common.web/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/core/descriptors/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/core/descriptors.jvm/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/core/descriptors.runtime/ "Kotlin Libraries"
|
||||
/core/deserialization/ "Kotlin Compiler Core"
|
||||
/core/deserialization.common/ "Kotlin Compiler Core"
|
||||
/core/deserialization.common.jvm/ "Kotlin Compiler Core"
|
||||
/core/metadata/ "Kotlin Compiler Core"
|
||||
/core/deserialization/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/core/deserialization.common/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/core/deserialization.common.jvm/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/core/metadata/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/core/metadata.jvm/ "Kotlin JVM"
|
||||
/core/reflection.jvm/ "Kotlin Libraries"
|
||||
/core/script.runtime/ "Kotlin Compiler Core"
|
||||
/core/util.runtime/ "Kotlin Compiler Core"
|
||||
/core/script.runtime/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
/core/util.runtime/ "Kotlin Compiler Core" Simon.Ogorodnik
|
||||
|
||||
/dependencies/ "Kotlin Build Infrastructure"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user