Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure the String library refreshes context #388

Merged
merged 1 commit into from
Apr 20, 2016
Merged

Make sure the String library refreshes context #388

merged 1 commit into from
Apr 20, 2016

Conversation

EliasC
Copy link
Contributor

@EliasC EliasC commented Apr 19, 2016

Since the context can go stale when a thread is blocking, we need to
refresh it before it is used for allocation. This is done in the runtime
libraries but had been forgotten for the String library. As this is a
non-deterministic error, it is difficult to test.

Since the context can go stale when a thread is blocking, we need to
refresh it before it is used for allocation. This is done in the runtime
libraries but had been forgotten for the String library.
@albertnetymk
Copy link
Contributor

Mainly mechanical change. Can be merged if no objections.

@albertnetymk albertnetymk merged commit 49c2189 into parapluu:development Apr 20, 2016
@EliasC EliasC deleted the fix/refresh-ctx branch April 20, 2016 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants