onflow / atree

Atree provides scalable arrays and scalable ordered maps.
https://onflow.org
Apache License 2.0
39 stars 16 forks source link

Make OrderedMap.Has distinguish KeyNotFoundError #215

Closed fxamacker closed 2 years ago

fxamacker commented 2 years ago

Closes #213

Description

ModifyOrderedMap.Has to distinguish KeyNotFoundError from other errors.


turbolent commented 2 years ago

Maybe we can tag a new build after this has been merged?

fxamacker commented 2 years ago

Maybe we can tag a new build after this has been merged?

Great timing! I opened issue #214 today that includes tagging a new build as a task. I'll open separate PR to add doc.go and tag a new build after it is merged.