Fetching updates to dlang/dmd:
Fetching origin
From https://github.com/dlang/dmd
   5600cfb..9058d76  master     -> master


Cloning source/dlang/dmd.git into master-219741-Linux_32/dmd, branch master
Cloning into '/home/braddr/sandbox/at-client/master-219741-Linux_32/dmd'...
done.
Head commit:
commit 9058d76ac58d386744a9cfd69fe5f5e0f1e34ea8
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Sat Dec 10 15:56:30 2022 +0100

    Revert "fix Issue 23479 - ImportC recognizes .i and .c files, but not .h files (#14636)"
    
    This reverts commit 94d589fd5460851ebd5af334b677b4522fb57918.


Fetching updates to dlang/druntime:
Fetching origin


Cloning source/dlang/druntime.git into master-219741-Linux_32/druntime, branch master
Cloning into '/home/braddr/sandbox/at-client/master-219741-Linux_32/druntime'...
done.
Head commit:
commit 92d444fb7496919b219d9182459e984686ffbbb2
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Sun Jul 10 01:01:21 2022 +0200

    Add stubs for install make recipes
    
    This allows the auto-tester to build without complaint, even though it ultimately does nothing


Fetching updates to dlang/phobos:
Fetching origin


Cloning source/dlang/phobos.git into master-219741-Linux_32/phobos, branch master
Cloning into '/home/braddr/sandbox/at-client/master-219741-Linux_32/phobos'...
done.
Head commit:
commit 08be61029eb59375a47bb9d9270cb9b236be4f76
Author: H. S. Teoh <hsteoh@quickfur.ath.cx>
Date:   Thu Dec 8 17:25:18 2022 -0800

    Clarify that .uniq by default expects a sorted range.