dmd/CODEOWNERS
Line: 13: incorrect codeowner user: MartinNowak Line: 13: no users/groups matched Line: 14: incorrect codeowner user: RazvanN7 Line: 14: no users/groups matched Line: 15: incorrect codeowner user: RazvanN7 Line: 15: no users/groups matched Line: 16: incorrect codeowner user: UplinkCoder Line: 16: no users/groups matched Line: 17: incorrect codeowner user: Geod24 Line: 17: no users/groups matched Line: 18: incorrect codeowner user: klickvebot Line: 18: incorrect codeowner user: WalterBright Line: 18: no users/groups matched Line: 19: incorrect codeowner user: Geod24 Line: 19: no users/groups matched Line: 20: incorrect codeowner user: CyberShadow Line: 20: no users/groups matched Line: 21: incorrect codeowner user: ibuclaw Line: 21: incorrect codeowner user: Geod24 Line: 21: no users/groups matched Line: 22: incorrect codeowner user: ibuclaw Line: 22: incorrect codeowner user: WalterBright Line: 22: no users/groups matched Line: 23: incorrect codeowner user: UplinkCoder Line: 23: no users/groups matched Line: 24: incorrect codeowner user: andralex Line: 24: incorrect codeowner user: jacob-carlborg Line: 24: no users/groups matched Line: 25: incorrect codeowner user: Geod24 Line: 25: no users/groups matched Line: 26: incorrect codeowner user: UplinkCoder Line: 26: incorrect codeowner user: WalterBright Line: 26: no users/groups matched Line: 27: incorrect codeowner user: ibuclaw Line: 27: incorrect codeowner user: WalterBright Line: 27: no users/groups matched Line: 28: incorrect codeowner user: WalterBright Line: 28: no users/groups matched Line: 29: incorrect codeowner user: ibuclaw Line: 29: no users/groups matched Line: 30: incorrect codeowner user: MartinNowak Line: 30: incorrect codeowner user: Geod24 Line: 30: incorrect codeowner user: rainers Line: 30: incorrect codeowner user: UplinkCoder Line: 30: incorrect codeowner user: WalterBright Line: 30: no users/groups matched Line: 31: incorrect codeowner user: jacob-carlborg Line: 31: no users/groups matched Line: 32: incorrect codeowner user: RazvanN7 Line: 32: no users/groups matched Line: 33: incorrect codeowner user: ibuclaw Line: 33: incorrect codeowner user: MartinNowak Line: 33: no users/groups matched Line: 34: incorrect codeowner user: RazvanN7 Line: 34: no users/groups matched Line: 35: incorrect codeowner user: rainers Line: 35: no users/groups matched Line: 38: incorrect codeowner user: ibuclaw Line: 38: incorrect codeowner user: klickverbot Line: 38: no users/groups matched Line: 41: incorrect codeowner user: MartinNowak Line: 41: incorrect codeowner user: wilzbach Line: 41: no users/groups matched Line: 42: incorrect codeowner user: MartinNowak Line: 42: incorrect codeowner user: wilzbach Line: 42: no users/groups matched Line: 43: incorrect codeowner user: MartinNowak Line: 43: incorrect codeowner user: wilzbach Line: 43: no users/groups matched
Martin Kinkelin f5e72c7d77 Remove myself as *.h code owner
There are hardly any regressions with frontend.h now, and the
notifications flood is getting tiresome.
2021-06-26 08:56:21 +00:00

43 lines
1.5 KiB
Text

# See also:
# - https://github.com/blog/2392-introducing-code-owners
# - https://help.github.com/articles/about-codeowners/
# Each line is a file pattern followed by one or more owners (sorted alphabetically).
# Please feel free to add yourself to a module or create a new mapping.
# Ideally each module should have two or more owners.
# Code owners are automatically requested for review
# when someone opens a pull request that modifies code that they own.
# Later matches take precedence.
src/dmd/access.d @MartinNowak
src/dmd/astbase* @RazvanN7
src/dmd/astcodegen.d @RazvanN7
src/dmd/asttypename.d @UplinkCoder
src/dmd/attrib.d @Geod24
src/dmd/builtin.d @klickvebot @WalterBright
src/dmd/cond.d @Geod24
src/dmd/console.d @CyberShadow
src/dmd/cppmangle.d @ibuclaw @Geod24
src/dmd/cparse.d @ibuclaw @WalterBright
src/dmd/ctfeexpr.d @UplinkCoder
src/dmd/doc.d @andralex @jacob-carlborg
src/dmd/dscope.d @Geod24
src/dmd/hdrgen.d @UplinkCoder @WalterBright
src/dmd/iasm.d @ibuclaw @WalterBright
src/dmd/iasmdmd.d @WalterBright
src/dmd/iasmgcc.d @ibuclaw
src/dmd/mars.d @MartinNowak @Geod24 @rainers @UplinkCoder @WalterBright
src/dmd/objc* @jacob-carlborg
src/dmd/permissivevisitor.d @RazvanN7
src/dmd/target.d @ibuclaw @MartinNowak
src/dmd/transitivevisitor.d @RazvanN7
src/dmd/vcbuild @rainers
# GitHub's implementation of the CODEOWNERS format is buggy, it doesn't allow src/dmd/*.h
*.h @ibuclaw @klickverbot
# CI & automation
posix.mak @MartinNowak @wilzbach
src/posix.mak @MartinNowak @wilzbach
circle.sh @MartinNowak @wilzbach