[commit: ghc] wip/joachim/codeowners: Add myself to CODEOWNERS for a few files (7cecfa6)
git at git.haskell.org
git at git.haskell.org
Sun Mar 31 15:09:32 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/joachim/codeowners
Link : http://ghc.haskell.org/trac/ghc/changeset/7cecfa6aecff73ac5deaf4938d8601abcbea88ba/ghc
>---------------------------------------------------------------
commit 7cecfa6aecff73ac5deaf4938d8601abcbea88ba
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
>---------------------------------------------------------------
7cecfa6aecff73ac5deaf4938d8601abcbea88ba
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