Open lovromazgon opened 8 months ago
@goccy any chance you could look at the issue and PR? To me, it seems like a pretty straightforward fix.
Sorry for the late reply, Please re-commit to run CI 🙏
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.53%. Comparing base (
df897ae
) to head (abd07bc
). Report is 4 commits behind head on master.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
@goccy I see you released 0.10.3
, is there anything missing here that prevented you from including this PR?
I saw this PR, but I cannot accept this implementation.
Can you elaborate? Do you have suggestions on other approaches to address this bug?
EDIT: I assume you're concerned about the allocation. How about the approach with setting the context to nil
before releasing it?
Any chance you had a look at the last commit @goccy? Or at least describe your concerns so I know how to address them.
@goccy can you please respond? I am willing to do the work and fix the bug, but I can't do it without your cooperation.
A friendly reminder that I'm waiting for a response.
Bump.
This PR makes sure
RuntimeContext
options are reset before the context is returned to the pool.It also adds a test case that fails without the change.
Fixes #499.