-
-
Notifications
You must be signed in to change notification settings - Fork 649
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
Reduce scope of DebugOutputWindowReporter instance #174
Comments
Thats weird - I cannot imagine what the problem could be. But it wouldn't hurt to incorporate this change - the other reporter (the console one) has its scope reduced as well anyway. I'll push a fix in the dev branch. |
Just pushed a "fix" in the dev branch - not sure when I'll release |
Hi @onqtam, Thanks for pushing this. The issue I'm seeing when -Benbuck |
@bnason-nf weird... there are other thread_local globals and apparently it works OK with them... :D |
Hi @onqtam,
Using doctest on Windows, I was seeing an issue with the order of global static constructors, causing the output of the DebugOutputWindowReporter to be ignored. This patch fixes that:
If you like, I can create a pull request for this.
Thanks,
Benbuck
The text was updated successfully, but these errors were encountered: