Skip to content

Conversation

@peter-jerry-ye
Copy link
Collaborator

Summary

  • Replaced deprecated Iter/Iter2 usages with Iterator/Iterator2 across crypto, stack, time, and decimal modules
  • Updated generated .mbti interfaces to match the new iterator signatures
  • Added target and _build entries to .gitignore

Why

  • Resolve deprecated warnings and errors from the recent iterator API changes
  • Prepare the repository for upcoming build artifact directories

Notable implementation details

  • Iterator constructors now use Iterator::new/Iterator2::new with stateful callbacks that return Some(elem)/None
  • Where legacy functions exist, the new iterator2 pattern is followed to preserve compatibility while forwarding to the updated iterator types

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