You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the detailed investigation! I'm sorry for this annoying warning. I don't think it's hurting anything serious, but I really do need to get to it sometime soon.
Hi -- has anyone seen this before...
The error below does not occur when just doing:
However, there seems to be some difficulty when using Revise (a VSCode default) with Compose + Cairo + Fontconfig:
Attempt to Fix
I had similar-ish problems elsewhere when Requires.jl inputs use a
begin end
block -- i.e. this is "bad":but not when doing include directly:
So I have been changing to this all over (e.g. IncrementalInference.jl 845)
cc @timholy (Hi) since this might relate to timholy/Revise.jl#520
Different Error with Compose
I have been attempting to fix locally by doing the same pattern, but then
ccall
starts having issues. The current@require
code looks like thisCompose.jl/src/Compose.jl
Lines 156 to 180 in 1215106
But when I change to this:
But then this happens (WITHOUT using Revise):
For Reference
Pretty sure I'm on the latest packages, and
The text was updated successfully, but these errors were encountered: