Skip to content

Conversation

ChrisRackauckas
Copy link
Member

Summary

  • Add DataStructures.jl v0.19 compatibility to Project.toml
  • Fix deprecated function calls for v0.19 compatibility:
    • Replace enqueue! with push!
    • Replace dequeue! with popfirst!
    • Replace IntDisjointSets with IntDisjointSet
    • Add proper import for IntDisjointSet

Test plan

  • Updated Project.toml compat entry
  • Fixed all deprecated DataStructures function calls
  • Added necessary imports
  • CI tests pass

🤖 Generated with Claude Code

claude added 2 commits August 1, 2025 08:51
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Replace enqueue! with push!
- Replace dequeue! with popfirst!
- Replace IntDisjointSets with IntDisjointSet
- Import IntDisjointSet to fix compilation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@ChrisRackauckas
Copy link
Member Author

This one probably needs to wait.

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