-
-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
Description
I attempted to update the docs to build with Documenter.jl v1, but it seems that there are dependency conflicts. I narrowed it down to:
- The docs project depending on
DaggerWebDash
- Which depends on ProfileSVG.jl
- Which has a compat bound to FlameGraphs.jl v0.2 (an old version)
- Which has a compat bound to an old version of AbstractTrees.jl
- Which is incompatible with Documenter.jl v1: https://github.com/JuliaDocs/Documenter.jl/blob/master/Project.toml#L32
- Which has a compat bound to an old version of AbstractTrees.jl
- Which has a compat bound to FlameGraphs.jl v0.2 (an old version)
- Which depends on ProfileSVG.jl
This PR would fix it: kimikage/ProfileSVG.jl#70
But I'm not sure if that'll get merged anytime soon. Anyway it's not urgent, I just wanted to document the chain of pain 😁