Commit 5cdc614
committed
Remove unnecessary delayed processing of value
Previously we did this as we wanted to spot the case where no value
was provided, either during record creation or by a set() call at some
later time, so that we could mark the record as being in an invalid
state.
Now that we store the severity and status alongside the value, we don't
need to handle this special case.1 parent d351bae commit 5cdc614
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | 201 | | |
207 | 202 | | |
208 | 203 | | |
| |||
0 commit comments