Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]Formatting.jl is deprecated #4899

Closed
jgardona opened this issue Mar 2, 2024 · 1 comment
Closed

[BUG]Formatting.jl is deprecated #4899

jgardona opened this issue Mar 2, 2024 · 1 comment
Labels

Comments

@jgardona
Copy link

jgardona commented Mar 2, 2024

Hello, good evening.
Last version from plots.jl uses yet Formatting.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.
│  │ From Julia 1.9 onwards, you can query `]why Formatting` to figure out which
│  │ package originally brings it in as a dependency.
│  └ @ Formatting C:\Users\jgardona\.julia\packages\Formatting\3VxOt\src\Formatting.jl:12
└
        Info We haven't cleaned this depot up for a bit, running Pkg.gc()...
      Active manifest files: 8 found
      Active artifact files: 104 found
      Active scratchspaces: 8 found
     Deleted 19 package installations (43.862 MiB)

(linearalgebra) pkg> why Formatting
  Plots → Latexify → Formatting
  Plots → UnitfulLatexify → Latexify → Formatting

Details

Backends

This bug occurs on ( insert x below )

Backend yes no untested
gr (default) x
pythonplot
plotlyjs
pgfplotsx
unicodeplots
inspectdr
gaston

Versions

Plots.jl version: v1.40.1
Backend version (]st -m <backend(s)>): gr
Output of versioninfo():

Julia Version 1.10.2
Commit bd47eca2c8 (2024-03-01 10:14 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: 12 × Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, skylake)
Threads: 1 default, 0 interactive, 1 GC (on 12 virtual cores)
@jgardona jgardona added the bug label Mar 2, 2024
@BeastyBlacksmith
Copy link
Member

see #4896

@BeastyBlacksmith BeastyBlacksmith closed this as not planned Won't fix, can't repro, duplicate, stale Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants