Skip to content

Commit 017d377

Browse files
authored
Mark Tasks #6 and #7 as complete (#17)
1 parent 3851eab commit 017d377

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

task_list.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"Unit test: Metadata loading",
144144
"Unit test: Caching (second call doesn't reload)"
145145
],
146-
"status": "pending",
146+
"status": "complete",
147147
"depends_on": [4],
148148
"priority": "P0"
149149
},
@@ -164,9 +164,10 @@
164164
"Unit test: Manifest caching",
165165
"Unit test: Immutability once set"
166166
],
167-
"status": "pending",
167+
"status": "complete",
168168
"depends_on": [2, 6],
169-
"priority": "P0"
169+
"priority": "P0",
170+
"notes": "Implemented as part of Task #6 - EnsureCompleteMetadata() builds manifest using OrcSchemaManifest::Make() and stores in manifest_."
170171
},
171172
{
172173
"id": 8,

0 commit comments

Comments
 (0)