[commit: ghc] wip/codeowners-parser: Add int-index as parser/* codeowner (8419df7)

git at git.haskell.org git at git.haskell.org
Mon Feb 4 11:30:53 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/codeowners-parser
Link       : http://ghc.haskell.org/trac/ghc/changeset/8419df7cf73efcfa32480cc786965a8ed28aaeb2/ghc

>---------------------------------------------------------------

commit 8419df7cf73efcfa32480cc786965a8ed28aaeb2
Author: Vladislav Zavialov <vlad.z.4096 at gmail.com>
Date:   Sun Feb 3 15:50:58 2019 -0500

    Add int-index as parser/* codeowner


>---------------------------------------------------------------

8419df7cf73efcfa32480cc786965a8ed28aaeb2
 CODEOWNERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CODEOWNERS b/CODEOWNERS
index df18b1f..def8a08 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -16,6 +16,7 @@
 /includes/                        @bgamari @simonmar @osa1
 
 # The compiler
+/compiler/parser/                 @int-index
 /compiler/typecheck/              @simonpj @goldfire
 /compiler/rename/                 @simonpj @goldfire
 /compiler/types/                  @simonpj @goldfire



More information about the ghc-commits mailing list