Skip to content

Replace deprecated 3-arg Base.rtoldefault with 1-arg form#197

Closed
blegat wants to merge 1 commit into
masterfrom
fix/replace-rtoldefault
Closed

Replace deprecated 3-arg Base.rtoldefault with 1-arg form#197
blegat wants to merge 1 commit into
masterfrom
fix/replace-rtoldefault

Conversation

@blegat

@blegat blegat commented Apr 3, 2026

Copy link
Copy Markdown
Member

Summary

  • Replace Base.rtoldefault(S, T, 0) with Base.rtoldefault(real(promote_type(S, T))) in Base.isapprox for Polynomial

The 3-argument form of rtoldefault is deprecated in Julia pre-release, causing CI failures with depwarn=error.

Test plan

  • CI passes on julia-pre

https://claude.ai/code/session_01SGAgzkbRVNAL51y3Fo9fni

The 3-argument form Base.rtoldefault(S, T, atol) is deprecated in
Julia pre-release. Use the 1-argument form with
real(promote_type(S, T)) instead.

https://claude.ai/code/session_01SGAgzkbRVNAL51y3Fo9fni
@blegat blegat closed this Apr 3, 2026
@blegat blegat reopened this Apr 3, 2026
@blegat blegat closed this Apr 3, 2026
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