From 68ea591dbdf7d1512d9c37b7eff9180477016bc0 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Wed, 12 Jul 2017 18:30:42 +0200 Subject: [PATCH] CODEOWNERS: Add whitespace after # comments due to GitHub bug According to the GitHub support: We currently have a bug with CODEOWNERS files where commenting out a line will stop the feature working entirely. If you remove any lines with a # it should start to work correctly again. Alternatively - since you have a lot of commented out lines in that file - you can add a space after the # characters which should also fix the issue. --- CODEOWNERS | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index dbc1a4802..48b6427a7 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -18,59 +18,59 @@ std/* @andralex std/algorithm/* @andralex @JackStouffer @wilzbach @ZombineDev std/array.d @JackStouffer @wilzbach @ZombineDev std/ascii.d @JackStouffer @wilzbach -#std/base64.d +# std/base64.d std/bigint.d @Biotronic -#std/bitmanip.d +# std/bitmanip.d std/c/windows/* @CyberShadow -#std/compiler.d +# std/compiler.d std/complex.d @kyllingstad std/concurrency.d @MartinNowak std/container/ @ZombineDev std/conv.d @JackStouffer -#std/csv.d +# std/csv.d std/datetime/* @jmdavis std/demangle.d @MartinNowak @rainers std/digest/* @jpf91 -#std/encoding.d -#std/exception.d +# std/encoding.d +# std/exception.d std/experimental/allocator/* @andralex @wilzbach @ZombineDev std/experimental/checkedint/* @andralex std/experimental/logger/* @burner -#std/experimental/typecons.d +# std/experimental/typecons.d std/file.d @CyberShadow -#std/format.d -#std/functional.d -#std/getopt.d -#std/internal/ +# std/format.d +# std/functional.d +# std/getopt.d +# std/internal/ std/json.d @CyberShadow std/math* @Biotronic @ibuclaw @klickverbot std/meta.d @Biotronic @klickverbot @MetaLang @ZombineDev -#std/mmfile.d +# std/mmfile.d std/net/curl.d @CyberShadow std/net/isemail.d @JackStouffer -#std/numeric.d -#std/outbuffer.d -#std/parallelism.d +# std/numeric.d +# std/outbuffer.d +# std/parallelism.d std/path.d @CyberShadow @kyllingstad std/process.d @CyberShadow @kyllingstad @schveiguy std/random.d @WebDrake @wilzbach std/range/* @andralex @JackStouffer @wilzbach @ZombineDev std/regex/* @DmitryOlshansky -#std/signals.d +# std/signals.d std/socket.d @CyberShadow @klickverbot -#std/stdint.d +# std/stdint.d std/stdio.d @CyberShadow @schveiguy std/string.d @burner @JackStouffer -#std/system.d +# std/system.d std/traits.d @Biotronic @klickverbot @ZombineDev std/typecons.d @Biotronic @MetaLang @ZombineDev -#std/typetuple.d +# std/typetuple.d std/uni.d @DmitryOlshansky -#std/uri.d +# std/uri.d std/utf.d @jmdavis std/uuid.d @jpf91 -#std/variant.d +# std/variant.d std/windows/* @CyberShadow -#std/xml.d +# std/xml.d std/zip.d @CyberShadow std/zlib.d @CyberShadow