JuliaTeX / TikzPictures.jl

Creating PGF/TikZ pictures and saving them in various formats
Other
89 stars 28 forks source link

Trying to fix the tests at RegistryCI #63

Closed mirkobunse closed 4 years ago

mirkobunse commented 4 years ago

The @eval statement, which dynamically loads the Poppler_jll backend, now evaluates in the scope of TikzPictures instead of the Main scope. Moreover, if anything breaks while setting the default backend, there is a fallback to the DVI backend.

The discussion around this issue has so far been going on here: https://github.com/JuliaRegistries/General/pull/20417

It might be worth a try to trigger the release again and see if it works with the cautions taken in this PR.

MaximeBouton commented 4 years ago

Thanks, I am waiting for the CI to pass, then I ll merge and trigger the registration process again!