commit 06eef87dfd925f237de02006ebb7c070440743b1
parent e750594a030db057acf881dbc76b65fb8e877800
Author: Luís Ferreira <contact@lsferreira.net>
Date: Fri, 19 Nov 2021 17:25:33 +0000
posts: add D forum link on SAoC weekly updates
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
Diffstat:
9 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/content/posts/d-saoc-2021-01.md b/content/posts/d-saoc-2021-01.md
@@ -133,4 +133,8 @@ while, since there is a challenge, described in the plan, which is
dual-licensing the GCC codebase with LLVM codebase. This is cooperatively being
handled by Mathias (my mentor), Iain and GCC team.
+You can also read this on the D programming language forum,
+[here](https://forum.dlang.org/thread/mailman.437.1632358782.21945.digitalmars-d@puremagic.com),
+and discuss there.
+
Read about the [next week](../d-saoc-2021-02/).
diff --git a/content/posts/d-saoc-2021-02.md b/content/posts/d-saoc-2021-02.md
@@ -96,5 +96,9 @@ For now, I'm going to proactively fix the requested changes in the LLVM
patches. They seem to require smaller patches and probably the next week will
be dedicated to that.
+You can also read this on the D programming language forum,
+[here](https://forum.dlang.org/thread/mailman.556.1633047753.21945.digitalmars-d@puremagic.com),
+and discuss there.
+
Read about the [previous week](../d-saoc-2021-01/) and [next
week](../d-saoc-2021-03/).
diff --git a/content/posts/d-saoc-2021-03.md b/content/posts/d-saoc-2021-03.md
@@ -54,5 +54,9 @@ review platform. I'm also going to prepare some work for the milestone 2 that
includes analyzing some DWARF info that is currently being generated by
DMD/LDC/GDC compilers.
+You can also read this on the D programming language forum,
+[here](https://forum.dlang.org/thread/mailman.649.1633575050.21945.digitalmars-d@puremagic.com),
+and discuss there.
+
Read about the [previous week](../d-saoc-2021-02/) and [next
week](../d-saoc-2021-04/).
diff --git a/content/posts/d-saoc-2021-04.md b/content/posts/d-saoc-2021-04.md
@@ -87,5 +87,9 @@ mentor. On the meanwhile, I made my TODO list open and automatically deployed,
at least daily, so you can see what I'm doing during the week
[here](//tasks.lsferreira.net) .
+You can also read this on the D programming language forum,
+[here](https://forum.dlang.org/thread/mailman.437.1632358782.21945.digitalmars-d@puremagic.com),
+and discuss there.
+
Read about the [previous week](../d-saoc-2021-03/) and [next
week](../d-saoc-2021-05/).
diff --git a/content/posts/d-saoc-2021-05.md b/content/posts/d-saoc-2021-05.md
@@ -87,5 +87,9 @@ on the LLDB integration, since that is what the milestone is focused on. I'm
going to clean up the idea I have of the language plugin and hopefully show
some interesting practical results.
+You can also read this on the D programming language forum,
+[here](https://forum.dlang.org/thread/mailman.304.1634781356.11670.digitalmars-d@puremagic.com),
+and discuss there.
+
Read about the [previous week](../d-saoc-2021-04/) and [next
week](../d-saoc-2021-06/).
diff --git a/content/posts/d-saoc-2021-06.md b/content/posts/d-saoc-2021-06.md
@@ -137,5 +137,9 @@ backend to handle DWARF abbreviations correctly. The objective of the second
milestone is finished but I'm going to try to study more features to improve
pretty printing.
+You can also read this on the D programming language forum,
+[here](https://forum.dlang.org/thread/mailman.409.1635399049.11670.digitalmars-d@puremagic.com),
+and discuss there.
+
Read about the [previous week](../d-saoc-2021-05/) and the [next
week](../d-saoc-2021-07/).
diff --git a/content/posts/d-saoc-2021-07.md b/content/posts/d-saoc-2021-07.md
@@ -93,5 +93,9 @@ and my productive is limited. I hope next week I can do a bit more stuff and
hopefully fix most of the issues I have in mind to homogenize the DWARF
generation.
+You can also read this on the D programming language forum,
+[here](https://forum.dlang.org/thread/mailman.559.1636001080.11670.digitalmars-d@puremagic.com),
+and discuss there.
+
Read about the [previous week](../d-saoc-2021-06/) and the [next
week](../d-saoc-2021-08/).
diff --git a/content/posts/d-saoc-2021-08.md b/content/posts/d-saoc-2021-08.md
@@ -134,5 +134,9 @@ parallel and probably going to start implementing the D TypeSystem and
DWARFFASTParser, required for the LLDB plugin. These are things not trivial to
me, but I'm going to try to have some output.
+You can also read this on the D programming language forum,
+[here](https://forum.dlang.org/thread/mailman.742.1636647666.11670.digitalmars-d@puremagic.com),
+and discuss there.
+
Read about the [previous week](../d-saoc-2021-07/) and the [next
week](../d-saoc-2021-09/).
diff --git a/content/posts/d-saoc-2021-09.md b/content/posts/d-saoc-2021-09.md
@@ -70,4 +70,8 @@ attributes, even if not necessary, leading to bigger binary sizes. I created an
I ended up not starting the TypeSystem nor DWARFFASTParser implementation. I
will try to hopefully go forward with it next week.
+You can also read this on the D programming language forum,
+[here](https://forum.dlang.org/thread/mailman.891.1637273057.11670.digitalmars-d@puremagic.com),
+and discuss there.
+
Read about the [previous week](../d-saoc-2021-08/).