JuliaGraphics / Luxor.jl

Simple drawings using vector graphics; Cairo "for tourists!"
http://juliagraphics.github.io/Luxor.jl/
Other
575 stars 72 forks source link

Julia v1.11 internal changes #301

Open cormullion opened 3 months ago

cormullion commented 3 months ago

The next release of Julia - v1.11 - is currently available as v1.11.0-alpha2. This is (as far as Luxor.jl is concerned) a breaking release; Luxor.jl won't create drawings at all if running on Julia v1.11.

This release includes internal changes to IOBuffer. It's possible that these cause some differences in Luxor code. If you're running on v1.11, check any output carefully...

If you should require to output drawings from Luxor.jl, you should keep a Julia v1.10 release around.

j-adel commented 3 months ago

Are there plans to be compatible with v1.11?

cormullion commented 3 months ago

Are there plans to be compatible with v1.11?

Not yet! 😀

In progress...