From 430768eac557bda35fd01508a1642591af58a21e Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Thu, 17 Sep 2020 22:56:08 -0700 Subject: [PATCH] Add a TODO to part 13. --- content/blog/13_compiler_cleanup/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/blog/13_compiler_cleanup/index.md b/content/blog/13_compiler_cleanup/index.md index f43bef1..72d56a8 100644 --- a/content/blog/13_compiler_cleanup/index.md +++ b/content/blog/13_compiler_cleanup/index.md @@ -866,3 +866,7 @@ name with `f_`, much like `create_custom_function`: I think that's enough. If we chose to turn more compiler data structures into classes, I think we would've quickly drowned in one-line getter and setter methods. + +{{< todo >}} +Assertion failure on `set_mangled_name` on non-existent function, +too. {{< /todo >}}