-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Pursue a part of #1030, so it becomes part of the next release #1074
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1074 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 115 115
Lines 9263 9263
Branches 2184 2184
=========================================
Hits 9263 9263 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
You made my Friday 13th well ;-) |
📒 Description
Considering you are writing a very big tree, you don't want to materialise that tree before it ends up in a file in a list first. Ideally the entire subtree should only be rendered just in time.
🔗 What I've Done
I have allowed a Generator to be handled as a List.
💬 Comments
This issue does not resolve the question of #1030 to make the type annotations an
Iterable
. But I want the functionality to allow a Generator as input be part of the next release so we can use the stock xsData.🛫 Checklist