Julia 1.12 compatibility: Explicit import for Pointf constructor #244
Annotations
2 errors and 1 warning
|
|
|
../../../.julia/packages/Documenter/xvqbW/src/utilities/utilities.jl#L47
failed to run `@example` block in docs/src/generated/depgraph.md:84-117
```@example depgraph
lay = Point.(zip(xs,ys))
# create a vector of Point2f per edge
wp = [Point2f.(zip(paths[e]...)) for e in edges(g)]
# manually tweak some of the label aligns
align = [(:right, :center) for i in 1:N]
align[findfirst(isequal("Revise"), packages)] = (:left, :center)
align[findfirst(isequal("LoweredCodeUtils"), packages)] = (:right, :top)
align[findfirst(isequal("CodeTracking"), packages)] = (:left, :bottom)
align[findfirst(isequal("JuliaInterpreter"), packages)] = (:left, :bottom)
align[findfirst(isequal("Requires"), packages)] = (:left, :bottom)
# shift "JuliaInterpreter" node in data space
offset = [Point2f(0,0) for i in 1:N]
offset[findfirst(isequal("JuliaInterpreter"), packages)] = Point(-0.1, 0.1)
f, ax, p = graphplot(g; layout=lay,
arrow_size=15,
edge_color=:gray,
nlabels=packages,
nlabels_align=align,
nlabels_distance=10,
nlabels_fontsize=15,
nlabels_offset=offset,
node_size=[9.0 for i in 1:N],
edge_width=[3 for i in 1:ne(g)],
waypoints=wp,
waypoint_radius=0.5)
ax.title = "Dependency Graph of Revise.jl"
xlims!(ax, -0.6, 5.6)
hidedecorations!(ax); hidespines!(ax); ax.aspect = DataAspect()
f #hide
```
exception =
ArgumentError: invalid index: nothing of type Nothing
Stacktrace:
[1] to_index(i::Nothing)
@ Base ./indices.jl:315
[2] to_index(A::Vector{Tuple{Symbol, Symbol}}, i::Nothing)
@ Base ./indices.jl:292
[3] to_indices
@ ./indices.jl:368 [inlined]
[4] to_indices
@ ./indices.jl:360 [inlined]
[5] setindex!(A::Vector{Tuple{Symbol, Symbol}}, v::Tuple{Symbol, Symbol}, I::Nothing)
@ Base ./abstractarray.jl:1443
[6] top-level scope
@ depgraph.md:95
[7] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[8] #61
@ ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:879 [inlined]
[9] cd(f::Documenter.var"#61#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[10] (::Documenter.var"#59#60"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:878
[11] (::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/MR051/src/IOCapture.jl:170
[12] with_logstate(f::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState)
@ Base.CoreLogging ./logging/logging.jl:542
[13] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:653
[14] capture(f::Documenter.var"#59#60"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/MR051/src/IOCapture.jl:167
[15] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:877
|
|
../../../.julia/packages/Documenter/xvqbW/src/utilities/utilities.jl#L49
44 docstrings not included in the manual:
GraphMakie.ClickHandler
GraphMakie.getattr :: Union{Tuple{Union{ComputePipeline.Computed, Observable}, Any}, Tuple{Union{ComputePipeline.Computed, Observable}, Any, Any}}
GraphMakie.getattr :: Union{Tuple{Any, Any}, Tuple{Any, Any, Any}}
GraphMakie.inverse_interpolate :: Tuple{GraphMakie.BezierPath{<:Point2}, Any}
GraphMakie.tangent :: Tuple{GraphMakie.BezierPath, Any}
GraphMakie.curved_path :: Union{Tuple{PT}, Tuple{PT, PT, Any}} where PT
GraphMakie.DragHandler
GraphMakie.discretize :: Union{Tuple{GraphMakie.BezierPath{T}}, Tuple{T}} where T
GraphMakie.isline :: Tuple{GraphMakie.Line}
GraphMakie._tangent :: Tuple{GraphMakie.LineTo, Any, Any}
GraphMakie.EdgePlot
GraphMakie._interpolate :: Union{Tuple{PT}, Tuple{GraphMakie.LineTo{PT}, Any, Any}} where PT
GraphMakie.get_nlabel_plot :: Tuple{Plot{GraphMakie.graphplot}}
GraphMakie.issingleattribute :: Tuple{Any}
GraphMakie.edgeplot
GraphMakie.plot_controlpoints! :: Tuple{Axis, Plot{GraphMakie.graphplot}}
GraphMakie.edgeplot!
GraphMakie.update_arrow_shift :: Union{Tuple{PT}, Tuple{Any, Any, Vector{<:GraphMakie.AbstractPath{PT}}, Vararg{Any, 4}}} where PT
GraphMakie.convert_selection :: Tuple{Any, Any}
GraphMakie._discretize! :: Tuple{Vector{<:GeometryBasics.AbstractPoint}, Union{GraphMakie.LineTo, GraphMakie.MoveTo}}
GraphMakie.prep_edge_attributes :: Union{Tuple{Any, AbstractGraph}, Tuple{Any, AbstractGraph, Any}}
GraphMakie.GraphInteraction
GraphMakie.to_pointf32 :: Union{Tuple{Union{NTuple{N, T}, Point{N, T}}}, Tuple{T}, Tuple{N}} where {N, T}
GraphMakie.getedgekeys :: Union{Tuple{D}, Tuple{K}, Tuple{G}, Tuple{Type{IsDirected{G}}, G, D}} where {G<:AbstractGraph, K<:AbstractEdge, D<:(AbstractDict{K})}
GraphMakie.getedgekeys :: Union{Tuple{D}, Tuple{K}, Tuple{G}, Tuple{Type{SimpleTraits.Not{IsDirected{G}}}, G, D}} where {G<:AbstractGraph, K<:AbstractEdge, D<:(AbstractDict{K})}
GraphMakie.getedgekeys :: Tuple{AbstractGraph, Any}
GraphMakie.elabels_distance_offset :: Tuple{Any, Any}
GraphMakie.align_to_dir :: Tuple{Tuple{Symbol, Symbol}}
GraphMakie.scale_factor :: Tuple{Any}
GraphMakie.find_edge_paths :: Union{Tuple{PT}, Tuple{Any, Any, AbstractVector{PT}}} where PT
GraphMakie.Path :: Union{NTuple{N, PT}, Tuple{N}, Tuple{PT}} where {PT<:GeometryBasics.AbstractPoint, N}
GraphMakie.Path :: Union{Tuple{N}, Tuple{PT}, Tuple{Real, Vararg{PT, N}}} where {PT<:GeometryBasics.AbstractPoint, N}
GraphMakie.waypoints :: Union{Tuple{GraphMakie.BezierPath{PT}}, Tuple{PT}} where PT
GraphMakie.interpolate :: Union{Tuple{PT}, Tuple{GraphMakie.BezierPath{PT}, Any}} where PT
GraphMakie.selfedge_path :: Tuple{Any, AbstractVector{<:Point2}, Vararg{Any, 4}}
GraphMakie.distance_between_markers :: NTuple{4, Any}
GraphMakie.HoverHandler
GraphMakie.get_node_plot :: Tuple{Plot{GraphMakie.graphplot}}
GraphMakie.get_elabel_plot :: Tuple{Plot{GraphMakie.graphplot}}
GraphMakie.get_arrow_plot :: Tuple{Plot{GraphMakie.graphplot}}
GraphMakie._cubic_spline :: Tuple{Any}
GraphMakie.get_edge_plot :: Tuple{Plot{GraphMakie.graphplot}}
GraphMakie.prep_vertex_attributes :: Union{Tuple{Any, AbstractGraph}, Tuple{Any, AbstractGraph, Any}}
GraphMakie.point_near_dst :: Union{Tuple{PT}, Tuple{Any, PT, Any, Any}} where PT
These are docstrings in the checked modules (configured with the modules keyword)
that are not included in canonical @docs or @autodocs blocks.
|
The logs for this run have expired and are no longer available.
Loading