fastly / Viceroy

Viceroy provides local testing for developers working with Compute.
https://fastly.dev/learning/compute/testing/#running-a-local-testing-server
Apache License 2.0
140 stars 35 forks source link

Have kv-store#open return an optional handle #372

Closed elliottt closed 1 month ago

elliottt commented 1 month ago

Modify the definition of the open function in the kv-store interface to return an optional handle instead of wrapping that case into the error.

elliottt commented 1 month ago

There are various functions where the optional-none error is used. Perhaps this error code can be entirely deprecated in the WIT.

Yep, I'd like to deprecate that error value, but haven't audited all the calls yet to make sure they're all migrated.