git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

commit 324b7420fc7544ee3c133f367a0157aa8d6885fc
parent 41202fea71b5006826681406047b09cb25635bdb
Author: Luís Ferreira <contact@lsferreira.net>
Date:   Thu, 16 Dec 2021 23:27:56 +0000

posts: add forum posts to SAOC 11 and 12 weekly update

Signed-off-by: Luís Ferreira <contact@lsferreira.net>

Diffstat:
Mcontent/posts/d-saoc-2021-11.md | 4++++
Mcontent/posts/d-saoc-2021-12.md | 4++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/content/posts/d-saoc-2021-11.md b/content/posts/d-saoc-2021-11.md @@ -64,5 +64,9 @@ I haven't finished the type wrapper to represent a D type, due to those decoupling issues. I will hopefully finish the implementation next week and try to have some simple output on the LLDB side. +You can also read this on the D programming language forum, +[here](https://forum.dlang.org/thread/hhadillhyyiwekyluotg@forum.dlang.org), +and discuss there! + Read about the [previous week](../d-saoc-2021-10/) and the [next week](../d-saoc-2021-12/). diff --git a/content/posts/d-saoc-2021-12.md b/content/posts/d-saoc-2021-12.md @@ -64,4 +64,8 @@ https://github.com/devtty63/llvm-project/actions . I will try to figure out why my current approach is not working as expected and if I get a successful output, I will start working on the DWARF dump system. +You can also read this on the D programming language forum, +[here](https://forum.dlang.org/thread/eccwqzsewrtsoinghxtk@forum.dlang.org), +and discuss there! + Read about the [previous week](../d-saoc-2021-11/).