git

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

commit d760a7c8ef6456f837b0444fe93403e2ad152fdb
parent 9f03fd2b038a1bf1ecc0b095e791bee94f47da74
Author: Luís Ferreira <[email protected]>
Date:   Thu, 23 Dec 2021 21:35:43 +0000

content: posts: fix inline code formatting

Signed-off-by: Luís Ferreira <[email protected]>

Diffstat:
Mcontent/posts/d-saoc-2021-14.md | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/content/posts/d-saoc-2021-14.md b/content/posts/d-saoc-2021-14.md @@ -32,9 +32,9 @@ agnostic and therefore fit D or other future languages: is required to have a map between DType wrapper and the following LLDB enumerations: - * lldb::Format - * lldb::Encoding - * lldb::BasicType + * `lldb::Format` + * `lldb::Encoding` + * `lldb::BasicType` It is also required to have some knowledge of the bit size of each basic type. Other built-in types like vectors may be skipped, if complicated to @@ -105,9 +105,9 @@ requested tests to be ready to merge. I implemented some helpers required in the DType wrapper to make the type kind with: - * lldb::Format - * lldb::Encoding - * lldb::BasicType + * `lldb::Format` + * `lldb::Encoding` + * `lldb::BasicType` With that done, I started tinkering with LLDB dumping system, although, some unknown dependency is still missing (`Dump` functions are not being called with