You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes a bug in the KB update function, adds new functions (#1439)
The bug was a typo in the merge function that was manifested with the
`Failure "types are not equal"` exception.
The new functions, are
- `proceed ~until` as a dual to `guard`;
- `Value.is_empty` that returns `true` if a value is empty
- `Value.has` that checks if the specific property of the value is empty
The change also ensures that empty properties are not stored in
values (which also makes the `Value.is_empty` implementation trivial).
0 commit comments