Skip to content

Conversation

@EslamAhmed171
Copy link

@EslamAhmed171 EslamAhmed171 commented Dec 4, 2025

Rationale for this change

This PR removes the deprecated Array.format method as requested in issue #48102.

What changes are included in this PR?

Are these changes tested?

Yes, existing tests continue to pass.

Are there any user-facing changes?

This PR includes breaking changes to public APIs.

The deprecated Array.format method has been removed. Users who have not migrated from this deprecated method should use Array.to_string() instead. This change was announced in the deprecation warning since 2020.

Migration:

# Old (deprecated)
array.format()

# New
array.to_string()
* GitHub Issue: #48102

@github-actions
Copy link

github-actions bot commented Dec 4, 2025

⚠️ GitHub issue #48102 has been automatically assigned in GitHub to PR creator.

@github-actions
Copy link

github-actions bot commented Dec 4, 2025

⚠️ GitHub issue #48102 has been automatically assigned in GitHub to PR creator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant