Warning: Consider using Format.jl instead of Formatting.jl
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.