From f7f9670b33663e084c5be979e6fdaf45c1774f44 Mon Sep 17 00:00:00 2001 From: Petr Date: Mon, 25 Mar 2024 14:47:17 +0100 Subject: [PATCH 1/3] Minor README update about proto It's Bootstrap actually. --- DEVGUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVGUIDE.md b/DEVGUIDE.md index 5110e331095..04444594488 100644 --- a/DEVGUIDE.md +++ b/DEVGUIDE.md @@ -124,7 +124,7 @@ Running any of the above will build the latest changes and run tests against the ## Using your custom compiler to build this repository -By removing all the subfolders called `Proto` under `artifacts` and running the `build` script again, the proto compiler will include your changes. +By removing all the subfolders called `Bootstrap` under `artifacts` and running the `build` script again, the proto (= bootstrap) compiler will include your changes. Once the "proto" compiler is built, it won't be built again, so you may want to perform those steps again to ensure your changes don't break building the compiler itself. From 069837207a24787db6ad32ba16dde2fbe9eccc24 Mon Sep 17 00:00:00 2001 From: Petr Date: Mon, 25 Mar 2024 15:02:04 +0100 Subject: [PATCH 2/3] Update DEVGUIDE.md Co-authored-by: Vlad Zarytovskii --- DEVGUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVGUIDE.md b/DEVGUIDE.md index 04444594488..1b2046cdfd2 100644 --- a/DEVGUIDE.md +++ b/DEVGUIDE.md @@ -124,7 +124,7 @@ Running any of the above will build the latest changes and run tests against the ## Using your custom compiler to build this repository -By removing all the subfolders called `Bootstrap` under `artifacts` and running the `build` script again, the proto (= bootstrap) compiler will include your changes. +By removing all the subfolders called `Bootstrap` under `artifacts` and running the `build` script again, the proto compiler will include your changes. Once the "proto" compiler is built, it won't be built again, so you may want to perform those steps again to ensure your changes don't break building the compiler itself. From b470f9e0a169ac87b5b4c73e2fb0a9fecdcd53a4 Mon Sep 17 00:00:00 2001 From: Petr Date: Mon, 25 Mar 2024 15:02:41 +0100 Subject: [PATCH 3/3] Update DEVGUIDE.md --- DEVGUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVGUIDE.md b/DEVGUIDE.md index 1b2046cdfd2..3b22faf2fd9 100644 --- a/DEVGUIDE.md +++ b/DEVGUIDE.md @@ -124,7 +124,7 @@ Running any of the above will build the latest changes and run tests against the ## Using your custom compiler to build this repository -By removing all the subfolders called `Bootstrap` under `artifacts` and running the `build` script again, the proto compiler will include your changes. +By removing all the subfolders called `Bootstrap` or `Proto` under `artifacts` and running the `build` script again, the proto compiler will include your changes. Once the "proto" compiler is built, it won't be built again, so you may want to perform those steps again to ensure your changes don't break building the compiler itself.