-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
test upcoming julia 1.10
#4812
test upcoming julia 1.10
#4812
Conversation
Benchmark resultJudge resultBenchmark Report for /home/runner/work/Plots.jl/Plots.jlJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoTarget
Baseline
Target resultBenchmark Report for /home/runner/work/Plots.jl/Plots.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Baseline resultBenchmark Report for /home/runner/work/Plots.jl/Plots.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Runtime information
|
I do wonder if the "changing your default backend" stuff is holdable in 1.10 |
Someone has to address:
Delaying breaking changes increases the chance of the whole |
Well, I started doing that in BeastyBlacksmith#12, but its also unlikely I will be able to finish that before julia 1.10 gets released. |
For me julia> using Plots
Precompiling Plots
Info Given Plots was explicitly requested, output will be shown live
WARNING: Method definition _plotly_framestyle(Symbol) in module Plots at /home/htc/bzfsikor/.julia/packages/Plots/sxUvK/src/backends/plotly.jl:3 overwritten on the same line (check for duplicate calls to `include`).
ERROR: LoadError: Method overwriting is not permitted during Module precompile. However, it seems to work after precompiling once without the startup file... |
Description
Currently at
beta2
stage.