Skip to content

Conversation

@skinkie
Copy link
Contributor

@skinkie skinkie commented Sep 5, 2024

📒 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

@codecov
Copy link

codecov bot commented Sep 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (9a0e785) to head (def1550).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@skinkie skinkie marked this pull request as ready for review September 5, 2024 12:56
@sonarqubecloud
Copy link

@tefra tefra self-requested a review September 13, 2024 07:49
Copy link
Owner

@tefra tefra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@tefra tefra merged commit cff2df1 into tefra:main Sep 13, 2024
@skinkie
Copy link
Contributor Author

skinkie commented Sep 13, 2024

You made my Friday 13th well ;-)

skinkie added a commit to skinkie/reference that referenced this pull request Sep 13, 2024
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.

2 participants