[commit: ghc] wip/joachim/codeowners: Add myself to CODEOWNERS for a few files (4c4bf09)
git at git.haskell.org
git at git.haskell.org
Tue Jan 22 10:01:19 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/joachim/codeowners
Link : http://ghc.haskell.org/trac/ghc/changeset/4c4bf09aafb3572e39827349b4809933f689cbb9/ghc
>---------------------------------------------------------------
commit 4c4bf09aafb3572e39827349b4809933f689cbb9
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Tue Jan 22 10:57:52 2019 +0100
Add myself to CODEOWNERS for a few files
>---------------------------------------------------------------
4c4bf09aafb3572e39827349b4809933f689cbb9
CODEOWNERS | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/CODEOWNERS b/CODEOWNERS
index 6ad914b..2a6f508 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -16,6 +16,11 @@
/compiler/rename @simonpj @goldfire
/compiler/typecheck/TcDeriv* @RyanGlScott
/compiler/nativeGen @simonmar @bgamari @AndreasK
+/compiler/simplCore/CallArity.hs @nomeata
+/compiler/utils/UnVarGraph.hs @nomeata
+/compiler/simplCore/Exitify.hs @nomeata
+/compiler/simplStg/StgCse.hs @nomeata
+/compiler/cmm/CmmSwitch.hs @nomeata
# Core libraries
/libraries/base @hvr
More information about the ghc-commits
mailing list