solver: stub out sysSampler close#4775
Conversation
Follow-up to ce332e1 - this didn't resolve the access to sysSampler.Close, we need to stub this one out as well! Signed-off-by: Justin Chadwell <me@jedevc.com>
|
Changes SGTM, but also wondering; now that Windows is becoming an actual thing; should we consider My slight concern here is that this will bring us down the road of other code hiding potential issues (if it's |
Sure, no reason to not do this IMO - we could have a |
|
Yes, I guess for cherry-picking this one is fine to fix the immediate issue at hand. |
thaJeztah
left a comment
There was a problem hiding this comment.
LGTM for the immediate issue (but not a maintainer)
Fixes #4774.
Follow-up to #4040 (cc @thaJeztah) - this didn't resolve the access to
sysSampler.Close, we need to stub this one out as well!