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

Fixes AutoClose ordering #1384

Merged
merged 1 commit into from
Apr 14, 2020
Merged

Conversation

LeoColman
Copy link
Member

Until 4.0.0 we had the intended behavior for autoclose: closing the closeables in the reverse order.

This commit fixes that behavior so the expected behavior is brought back.

Fixes #1382

Until 4.0.0 we had the intended behavior for autoclose: closing the closeables in the reverse order.

This commit fixes that behavior so the expected behavior is brought back.

Fixes #1382
@LeoColman LeoColman added bug 🐛 Issues that report a problem or error in the code. framework 🏗️ Pertains to the core structure and components of the Kotest framework. labels Apr 14, 2020
@LeoColman LeoColman requested a review from sksamuel April 14, 2020 20:11
@LeoColman LeoColman self-assigned this Apr 14, 2020
@LeoColman LeoColman merged commit 4a110f8 into master Apr 14, 2020
@LeoColman LeoColman deleted the bugfix/1382-autoclose-reverse-order branch April 14, 2020 20:39
LeoColman added a commit that referenced this pull request Apr 14, 2020
Until 4.0.0 we had the intended behavior for autoclose: closing the closeables in the reverse order.

This commit fixes that behavior so the expected behavior is brought back.

Fixes #1382
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Issues that report a problem or error in the code. framework 🏗️ Pertains to the core structure and components of the Kotest framework.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resources not closed in reversed order
2 participants