fix MutableLinkedList when appending empty list #915
+2
−2
Annotations
3 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: julia-actions/setup-julia@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/AXNMp/src/html/HTMLWriter.jl#L2003
Generated HTML over size_threshold_warn limit: sorted_containers.md
Generated file size: 117.98 (KiB)
size_threshold_warn: 100.0 (KiB)
size_threshold: 200.0 (KiB)
HTML file: sorted_containers/index.html
|
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/AXNMp/src/utilities/utilities.jl#L49
136 docstrings not included in the manual:
DataStructures.inc! :: Union{Tuple{T}, Tuple{FenwickTree{T}, Integer}, Tuple{FenwickTree{T}, Integer, Any}} where T
DataStructures.inc! :: Tuple{Accumulator, Any, Number}
Base.merge :: Union{Tuple{Ord}, Tuple{D}, Tuple{K}, Tuple{SortedMultiDict{K, D, Ord}, Vararg{Any}}} where {K, D, Ord<:Base.Order.Ordering}
Base.merge :: Tuple{Accumulator, Vararg{Accumulator}}
DataStructures.heappop! :: Union{Tuple{AbstractArray}, Tuple{AbstractArray, Base.Order.Ordering}}
DataStructures.counter :: Tuple{Any}
DataStructures.dec! :: Union{Tuple{FenwickTree, Integer}, Tuple{FenwickTree, Integer, Any}}
DataStructures.dec! :: Tuple{Accumulator, Any, Number}
DataStructures.SwissDict
DataStructures.extract_all_rev! :: Union{Tuple{AbstractHeap{VT}}, Tuple{VT}} where VT
Base.get :: Union{Tuple{V}, Tuple{K}, Tuple{RobinDict{K, V}, Any, Any}} where {K, V}
Base.get :: Union{Tuple{V}, Tuple{K}, Tuple{Union{Function, Type}, RobinDict{K, V}, Any}} where {K, V}
Base.get :: Union{Tuple{V}, Tuple{K}, Tuple{OrderedRobinDict{K, V}, Any, Any}} where {K, V}
Base.get :: Union{Tuple{V}, Tuple{K}, Tuple{Union{Function, Type}, OrderedRobinDict{K, V}, Any}} where {K, V}
Base.get :: Union{Tuple{V}, Tuple{K}, Tuple{SwissDict{K, V}, Any, Any}} where {K, V}
Base.get :: Union{Tuple{V}, Tuple{K}, Tuple{Union{Function, Type}, SwissDict{K, V}, Any}} where {K, V}
Base.resize! :: Tuple{CircularBuffer, Integer}
DataStructures.update! :: Union{Tuple{T}, Tuple{MutableBinaryHeap{T}, Int64, Any}} where T
DataStructures.search_node :: Tuple{Any, Any}
DataStructures.is_minmax_heap :: Tuple{AbstractVector}
Base.pop! :: Union{Tuple{V}, Tuple{K}, Tuple{RobinDict{K, V}, Any, Any}} where {K, V}
Base.pop! :: Tuple{OrderedRobinDict, Any, Any}
Base.pop! :: Tuple{BinaryHeap}
Base.pop! :: Tuple{SwissDict, Any}
Base.pop! :: Tuple{CircularBuffer}
Base.pop! :: Tuple{BinaryMinMaxHeap}
DataStructures.children_and_grandchildren :: Union{Tuple{T}, Tuple{T, T}} where T<:Integer
DataStructures.DefaultOrderedDict
DataStructures.nextreme :: Union{Tuple{T}, Tuple{Base.Order.Ordering, Int64, AbstractVector{T}}} where T
DataStructures.in_same_set :: Union{Tuple{T}, Tuple{IntDisjointSet{T}, T, T}} where T<:Integer
DataStructures.in_same_set :: Union{Tuple{T}, Tuple{DisjointSet{T}, T, T}} where T
DataStructures.heappush! :: Union{Tuple{AbstractArray, Any}, Tuple{AbstractArray, Any, Base.Order.Ordering}}
Base.empty :: Union{Tuple{SortedMultiDict{K, D, Ord}}, Tuple{Ord}, Tuple{D}, Tuple{K}} where {K, D, Ord<:Base.Order.Ordering}
Base.empty :: Union{Tuple{SortedSet{K, Ord}}, Tuple{U}, Tuple{Ord}, Tuple{K}, Tuple{SortedSet{K, Ord}, Type{U}}} where {K, Ord<:Base.Order.Ordering, U}
Base.popfirst! :: Tuple{CircularDeque}
Base.popfirst! :: Tuple{CircularBuffer}
Base.in :: Union{Tuple{T}, Tuple{K}, Tuple{Any, Base.KeySet{K, T}}} where {K, T<:(DefaultDict{K})}
Base.in :: Union{Tuple{T}, Tuple{K}, Tuple{Any, Base.KeySet{K, T}}} where {K, T<:(DefaultOrderedDict{K})}
DataStructures.left_rotate! :: Tuple{RBTree, DataStructures.RBTreeNode}
DataStructures.FasterForward
DataStructures.RobinDict
DataStructures.DefaultDict
DataStructures.minimum_node :: Tuple{RBTree, DataStructures.RBTreeNode}
DataStructures.FenwickTree :: Union{Tuple{AbstractVector{U}}, Tuple{U}} where U
Base.getkey :: Union{Tuple{Ord}, Tuple{D}, Tuple{K}, Tuple{SortedDict{K, D, Ord}, Any, Any}} where {K, D, Ord<:Base.Order.Ordering}
Base.getkey :: Union{Tuple{V}, Tuple{K}, Tuple{RobinDict{K, V}, Any, Any}} where {K, V}
Base.getkey :: Union{Tuple{V}, Tuple{K}, Tuple{OrderedRobinDict{K, V}, Any, Any}} where {K, V}
Base.getkey :: Union{Tuple{V}, Tuple{K}, Tuple{SwissDict{K, V}, Any, Any}} where {K, V}
Base.insert! :: Union{Tuple{K}, Tuple{RBTree{K}, K}} where K
DataStructures.capacity :: Tuple{CircularDeque}
DataStructures.capacity :: Tuple{CircularBuffer}
Base.last :: Tuple{CircularDeque}
Base.last :: Tup
|
Loading