Closed jvdsandt closed 8 years ago
Thanks for writing tests!
There's one thing I'd like you to change:
#tree_entry_bypath:tree:path:
should use #call:options
, not the unchecked variant. That will prevent the call from crashing the VM if the tree doesn't have a handle yet.
I'll leave the PR open.
Ok, I have removed the unchecked call
Thanks. I'll look at your PR in the next few days.