From 658c85d511bad78df92c56e8daecf80e2cea61b9 Mon Sep 17 00:00:00 2001 From: Maya Rashish Date: Fri, 25 Jan 2019 13:13:31 +0200 Subject: [PATCH] dmd: add TODO about this being a compiler requiring itself to build Download during build is not allowed. --- dmd/TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dmd/TODO b/dmd/TODO index 5149a09756..917347e522 100644 --- a/dmd/TODO +++ b/dmd/TODO @@ -1,3 +1,7 @@ The compiler itself compiles, but the standard library isn't ported. Installation hasn't been done yet, so the PLIST is empty. + +- Since DMD requires itself to bootstrap, it has to fetch a DMD compiler. +This has to be done during the fetch stage and checked against a checksum, +not during build.