ConstraintSolver.jl icon indicating copy to clipboard operation
ConstraintSolver.jl copied to clipboard

Warning: Consider using Format.jl instead of Formatting.jl

Open Jeerhz opened this issue 5 months ago • 0 comments

version: v.0.9.2 os: Windows 11

The use of Formatting.jl is highly deprecated. I am reporting the warning got when installing ConstraintSolver.jl concerning the use of deprecated package Formatting.jl.

I checked that Formatting.jl is indeed use by ConstraintSolver.jl

┌ Formatting │ ┌ Warning: DEPRECATION NOTICE │ │ │ │ Formatting.jl has been unmaintained for a while, with some serious │ │ correctness bugs compromising the original purpose of the package. As a result,
│ │ it has been deprecated - consider using an alternative, such as │ │ Format.jl (https://github.com/JuliaString/Format.jl) or the Printf stdlib directly. │ │ │ │ If you are not using Formatting.jl as a direct dependency, please consider │ │ opening an issue on any packages you are using that do use it as a dependency.

Jeerhz avatar Jul 27 '25 14:07 Jeerhz