JuliaSymbolics / Symbolics.jl

Symbolic programming for the next generation of numerical software
https://symbolics.juliasymbolics.org/stable/
Other
1.32k stars 146 forks source link

Rewrite deprecation warnings #1158

Closed TorkelE closed 3 weeks ago

TorkelE commented 3 weeks ago

Add deprecation warnings for the old replace and occursin functions

codecov-commenter commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 10.18%. Comparing base (79c4e92) to head (d118fcc). Report is 218 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1158 +/- ## =========================================== - Coverage 77.07% 10.18% -66.90% =========================================== Files 32 36 +4 Lines 3533 3614 +81 =========================================== - Hits 2723 368 -2355 - Misses 810 3246 +2436 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ChrisRackauckas commented 3 weeks ago

No tests would pass after this because it changed a few things subtly. Needs a revert.