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
Because SnoopCompile depends on many packages, this action cannot be used to inspect basic packages on which SnoopCompile itself (indirectly) depends.
As a specific example, the problem is happening with FixedPointNumbers (JuliaMath/FixedPointNumbers.jl#283 (comment)).
In other words, most packages related to graphics cannot be checked with the latest "development" branches.
This specific problem may be mitigated by mimicking the FixedPointNumbers version from "0.9.0-dev" to "0.8"
(Edit: cf. JuliaMath/FixedPointNumbers.jl#287), but it is not a fundamental solution.
I do not understand how portable or exchangeable the invalidation trees are in its current state, but they should be portable.