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
Having said that, I can see how _acquire_ implies a transition of some kind, so perhaps it'd be better to just change the docs (solo5.h) to say that you're only allowed to call it once per handle?
This is partially addressed by documenting the intended behaviour in solo5.h in #407. Actually enforcing this for hvt and spt is surprisingly hard due to the bindings-owned manifest structures being read-only, so leaving this open for dealing with in a future iteration/re-evaluation of how the manifest structures are dealt with.
(...)
Having said that, I can see how
_acquire_
implies a transition of some kind, so perhaps it'd be better to just change the docs (solo5.h) to say that you're only allowed to call it once per handle?Originally posted by @mato in #402
The text was updated successfully, but these errors were encountered: