-
Notifications
You must be signed in to change notification settings - Fork 38
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
Test output order incorrect when using loops #243
Comments
There is a general problem, how the loopMetaDataHandler currently works. With the commit from just now, it already works to some extent, but I can still figure out error sources. This currently requires special logic and also duplicates code from other hooks. I'll have to clean that up. That's why for example #242 doesn't work, because I forgot to add the necessary code to loopMetaDataHandler. |
By changing how the loopMetaDataHandler works in 7de5985, the error was corrected. This allowed me to remove some hacks. The logs should now be correct when executed. Thanks. |
Works fine now, thanks! |
Given this test file:
We get this result:
Note: using version
5.3.0
The text was updated successfully, but these errors were encountered: