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
Currently, errors cause panics. We should figure out a way to map the rust errors into golang errors so that it doesn't just crash if something doesn't work right.
The text was updated successfully, but these errors were encountered:
PR #860 uses the Value struct to pass characters in the byte array, but this is likely insufficient for comprehensive testing. There should be some way of identifying certain errors returned by Rust (example, key not found) and handling them appropriately in Go, either dropping the error value or for thorough testing. Additionally, no method of handling errors on fwd_open_db has been constructed yet.
Currently, errors cause panics. We should figure out a way to map the rust errors into golang errors so that it doesn't just crash if something doesn't work right.
The text was updated successfully, but these errors were encountered: