Skip to content

Improve struct iterable handling#21

Merged
jss367 merged 1 commit intomainfrom
codex/find-bugs-in-code-and-structure-differences-4t9roq
Nov 23, 2025
Merged

Improve struct iterable handling#21
jss367 merged 1 commit intomainfrom
codex/find-bugs-in-code-and-structure-differences-4t9roq

Conversation

@jss367
Copy link
Owner

@jss367 jss367 commented Nov 23, 2025

Summary

  • avoid relying on len() for generic iterables to prevent errors on unsized inputs
  • limit iteration to a small preview and reuse it for both example and structured views
  • append appropriate summary entries for sized and unsized iterables without exhausting them

Testing

  • pytest (fails: ModuleNotFoundError: No module named 'pandas')

Codex Task

@jss367 jss367 merged commit 6800b02 into main Nov 23, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant