Replace f0 type suffix with f and rename Rect types#1132
Conversation
|
Oh boi, this PR is of course super sensitive to any other PR getting merged :-O I hope you have a replace regex to run again, instead of running a nasty resolve conflict? |
|
Yes I have a script with regexes :) I'll post it tomorrow morning (don't have access to the computer right now). |
|
I've posted the script in the PR description at JuliaGeometry/GeometryBasics.jl#97. I'll update the PR here whenever another PR is merged, it's no trouble at all (though right now I'm waiting for Makie's dependencies to be ready). |
|
@SimonDanisch this should be ready now (the relevant dependents have upgraded to GeometryBasics 0.4.1). |
|
I guess this still needs GridLayoutBase to get an upgrade? |
|
@SimonDanisch it should work with GridLayoutBase 0.6.0 which was released earlier today. I guess it's a registry update/cache issue: the checks that started a few minutes later were successful. Maybe try again? Edit: still giving errors... Disabling PkgServer with |
|
Replaced by #1252 |
Quaternionf0->Quaternionf,RGBf0->RGBf,RGBAf0->RGBAf, with deprecation warnings for the old names.If these changes are OK with you, I'll continue with PRs for MathTeXEngine, Animations, AlgebraOfGraphics and FreeTypeAbstraction.