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: klickvebot Line: 17: incorrect codeowner user: WalterBright Line: 17: no users/groups matched Line: 18: incorrect codeowner user: mathias-lang-sociomantic Line: 18: incorrect codeowner user: Geod24 Line: 18: no users/groups matched Line: 19: incorrect codeowner user: CyberShadow Line: 19: no users/groups matched Line: 20: incorrect codeowner user: ibuclaw Line: 20: no users/groups matched Line: 21: incorrect codeowner user: UplinkCoder Line: 21: no users/groups matched Line: 22: incorrect codeowner user: andralex Line: 22: incorrect codeowner user: jacob-carlborg Line: 22: no users/groups matched Line: 23: incorrect codeowner user: UplinkCoder Line: 23: incorrect codeowner user: WalterBright Line: 23: no users/groups matched Line: 24: incorrect codeowner user: MartinNowak Line: 24: incorrect codeowner user: mathias-lang-sociomantic Line: 24: incorrect codeowner user: Geod24 Line: 24: incorrect codeowner user: rainers Line: 24: incorrect codeowner user: UplinkCoder Line: 24: incorrect codeowner user: WalterBright Line: 24: no users/groups matched Line: 25: incorrect codeowner user: jacob-carlborg Line: 25: no users/groups matched Line: 26: incorrect codeowner user: RazvanN7 Line: 26: no users/groups matched Line: 27: incorrect codeowner user: ibuclaw Line: 27: incorrect codeowner user: MartinNowak Line: 27: no users/groups matched Line: 28: incorrect codeowner user: RazvanN7 Line: 28: no users/groups matched Line: 29: incorrect codeowner user: rainers Line: 29: no users/groups matched Line: 32: incorrect codeowner user: ibuclaw Line: 32: incorrect codeowner user: kinke Line: 32: incorrect codeowner user: klickverbot Line: 32: no users/groups matched Line: 35: incorrect codeowner user: MartinNowak Line: 35: incorrect codeowner user: wilzbach Line: 35: no users/groups matched Line: 36: incorrect codeowner user: MartinNowak Line: 36: incorrect codeowner user: wilzbach Line: 36: no users/groups matched Line: 37: incorrect codeowner user: MartinNowak Line: 37: incorrect codeowner user: wilzbach Line: 37: no users/groups matched Line: 38: incorrect codeowner user: MartinNowak Line: 38: incorrect codeowner user: wilzbach Line: 38: no users/groups matched
2018-01-08 14:41:57 +01:00

38 lines
1.4 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/builtin.d @klickvebot @WalterBright
src/dmd/cond.d @mathias-lang-sociomantic @Geod24
src/dmd/console.d @CyberShadow
src/dmd/cppmangle.d @ibuclaw
src/dmd/ctfeexpr.d @UplinkCoder
src/dmd/doc.d @andralex @jacob-carlborg
src/dmd/hdrgen.d @UplinkCoder @WalterBright
src/dmd/mars.d @MartinNowak @mathias-lang-sociomantic @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 @kinke @klickverbot
# CI & automation
posix.mak @MartinNowak @wilzbach
src/posix.mak @MartinNowak @wilzbach
circle.sh @MartinNowak @wilzbach
travis.sh @MartinNowak @wilzbach