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

fixed IDisposable calls on EMWASpec and MetricsCollectorSpec #883

Merged
merged 1 commit into from Apr 21, 2015

Conversation

Aaronontheweb
Copy link
Member

#867 inadvertently included a commit that introduced some recursive disposal calls in these two specs.

This undoes those changes and leaves a comment explaining why they're there.

akkadotnet#867 inadvertently included a commit that introduced some recursive
disposal calls in these two specs.
@sean-gilliam
Copy link
Member

D'oh sorry about that :(

@Aaronontheweb
Copy link
Member Author

@sean-gilliam it's cool man - my fault for not noticing it when we were reviewing your PR. We're so used to XUnit being unreliable that we might occasionally miss stuff like this. Doesn't help that TeamCity and the console runner don't make it easy to find the StackOverflowException. I had to attach the debugger to the test run to find that.

Horusiath added a commit that referenced this pull request Apr 21, 2015
fixed `IDisposable` calls on EMWASpec and MetricsCollectorSpec
@Horusiath Horusiath merged commit 710b626 into akkadotnet:dev Apr 21, 2015
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.

None yet

3 participants