Fetching updates to dlang/dmd:
Fetching origin
From https://github.com/dlang/dmd
   020685c..afed338  master     -> master
 + b1bf86d...a9713c2 refs/pull/14699/merge -> refs/pull/14699/merge  (forced update)


Cloning source/dlang/dmd.git into master-219830-Linux_32/dmd, branch master
Cloning into '/home/braddr/sandbox/at-client/master-219830-Linux_32/dmd'...
done.
Head commit:
commit afed3381b85a98dae655e5b1b4af85af15976716
Author: Max Haughton <maxhaton@gmail.com>
Date:   Thu Dec 15 08:45:59 2022 +0000

    For posix targets make a symlink to the latest generated dmd (./generated/...) in the top level dir. (#14693)
    
    The idea is to have faster iteration times.
    
    A "dmd" entry has been added to the .gitignore


Fetching updates to dlang/druntime:
Fetching origin


Cloning source/dlang/druntime.git into master-219830-Linux_32/druntime, branch master
Cloning into '/home/braddr/sandbox/at-client/master-219830-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-219830-Linux_32/phobos, branch master
Cloning into '/home/braddr/sandbox/at-client/master-219830-Linux_32/phobos'...
done.
Head commit:
commit 0e26597abc8dce3db1093e64323dd853c3ae5d29
Merge: 6871f95 2a62b4c
Author: The Dlang Bot <code+dlang-bot@dawg.eu>
Date:   Tue Dec 13 01:52:21 2022 +0100

    Merge pull request #8499 from ibuclaw/floatlogimpl
    
    std.math.exponential: Implement log/log2/log10 for double- and float-precision
    
    Signed-off-by: Nicholas Wilson <thewilsonator@users.noreply.github.com>
    Signed-off-by: Martin Kinkelin <kinke@users.noreply.github.com>
    Merged-on-behalf-of: Martin Kinkelin <kinke@users.noreply.github.com>