-
Notifications
You must be signed in to change notification settings - Fork 73
Adding roundtrip for nested processing #140
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
Comments
Reference: #85. |
Related: #216. |
I wonder how that should be implemented. Because with reference to #85, I think it would make sense to not just test parsing and serialising (because that almost certainly works now), but also whether the code is still valid after tokens were inserted, compare #259. So a simple parse statement of the output could check that. |
I think there are multiple layers of roundtrip testing:
The first two can be tested automatically, for the third we need tests with good coverage and rely on the user. We still could test that the resulting code is parseable, but this doesn't buy us much. |
Can we label this with "Status: Postponed" and close it for now? |
Sure. |
Reference: #280. |
Have we implemented roundtrip checking by now? |
In #287, we implemented verifying whenever possible ( |
Reference: #368. |
Might be implemented similar to depreciated flat roundtrip
The text was updated successfully, but these errors were encountered: