From 556c16c0815117d0d75626749526ba8f13e21288 Mon Sep 17 00:00:00 2001 From: daviddoji Date: Fri, 14 Jun 2024 16:29:25 +0200 Subject: [PATCH] Add change 32 to instructions --- how_to/Change_32.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 how_to/Change_32.md diff --git a/how_to/Change_32.md b/how_to/Change_32.md new file mode 100644 index 0000000..d9040e8 --- /dev/null +++ b/how_to/Change_32.md @@ -0,0 +1,8 @@ +- data: Create Refvalue container + +To make working with symbolic refs easier, we will create a `Refvalue` container +to represent the value of a ref. `Refvalue` will have a property symbolic that +will say whether it's a symbolic or a direct ref. + +This change is just refactoring, we will wrap every OID that is written or read +from a ref in a `RefValue`.