Skip to content

fix MutableLinkedList when appending empty list #375

fix MutableLinkedList when appending empty list

fix MutableLinkedList when appending empty list #375

Triggered via pull request April 30, 2026 20:24
Status Success
Total duration 3m 12s
Artifacts

Documenter.yml

on: pull_request
Documentation
3m 8s
Documentation
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Documentation
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/
Documentation: ../../../.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
Documentation: ../../../.julia/packages/Documenter/AXNMp/src/utilities/utilities.jl#L49
136 docstrings not included in the manual: Base.push! :: Union{Tuple{IntDisjointSet{T}}, Tuple{T}} where T<:Integer Base.push! :: Union{Tuple{T}, Tuple{DisjointSet{T}, T}} where T Base.push! :: Tuple{BinaryHeap, Any} Base.push! :: Union{Tuple{D}, Tuple{K}, Tuple{SortedDict{K, D}, Pair}} where {K, D} Base.push! :: Union{Tuple{D}, Tuple{K}, Tuple{SortedMultiDict{K, D}, Pair}} where {K, D} Base.push! :: Union{Tuple{T}, Tuple{CircularBuffer{T}, Any}} where T Base.push! :: Union{Tuple{K}, Tuple{RBTree{K}, Any}} where K 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{BinaryMinMaxHeap} Base.pop! :: Tuple{SwissDict, Any} Base.pop! :: Tuple{CircularBuffer} Base.size :: Tuple{CircularBuffer} DataStructures.counter :: Tuple{Any} DataStructures.dec! :: Union{Tuple{FenwickTree, Integer}, Tuple{FenwickTree, Integer, Any}} DataStructures.dec! :: Tuple{Accumulator, Any, Number} DataStructures.search_node :: Tuple{Any, Any} 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})} Base.haskey :: Union{Tuple{K}, Tuple{RBTree{K}, K}} where K Base.haskey :: Tuple{SwissDict, Any} Base.haskey :: Tuple{RobinDict, Any} Base.haskey :: Tuple{OrderedRobinDict, Any} Base.isempty :: Tuple{BinaryHeap} Base.isempty :: Tuple{CircularBuffer} DataStructures.prefixsum :: Union{Tuple{T}, Tuple{FenwickTree{T}, Integer}} where T DataStructures.FenwickTree :: Union{Tuple{AbstractVector{U}}, Tuple{U}} where U DataStructures.heappop! :: Union{Tuple{AbstractArray}, Tuple{AbstractArray, Base.Order.Ordering}} DataStructures.RobinDict Base.empty! :: Tuple{CircularBuffer} DataStructures.popmin! :: Tuple{BinaryMinMaxHeap, Integer} DataStructures.popmin! :: Tuple{BinaryMinMaxHeap} Base.length :: Tuple{BinaryHeap} Base.length :: Tuple{CircularBuffer} DataStructures.top_with_handle :: Tuple{MutableBinaryHeap} DataStructures.right_rotate! :: Tuple{RBTree, DataStructures.RBTreeNode} DataStructures.popall! :: Tuple{BinaryMinMaxHeap} DataStructures.FasterForward Base.first :: Tuple{BinaryHeap} Base.first :: Tuple{BinaryMinMaxHeap} Base.first :: Tuple{CircularDeque} Base.first :: Tuple{CircularBuffer} DataStructures.heappush! :: Union{Tuple{AbstractArray, Any}, Tuple{AbstractArray, Any, Base.Order.Ordering}} DataStructures.num_groups :: Tuple{DisjointSet} DataStructures.num_groups :: Tuple{IntDisjointSet} Base.pushfirst! :: Tuple{CircularDeque, Any} Base.pushfirst! :: Tuple{CircularBuffer, Any} DataStructures.isheap :: Union{Tuple{AbstractArray}, Tuple{AbstractArray, Base.Order.Ordering}} DataStructures.Accumulator Base.union! :: Union{Tuple{T}, Tuple{IntDisjointSet{T}, T, T}} where T<:Integer Base.union! :: Union{Tuple{T}, Tuple{DisjointSet{T}, T, T}} where T DataStructures.nextreme :: Union{Tuple{T}, Tuple{Base.Order.Ordering, Int64, AbstractVector{T}}} where T DataStructures.nlargest :: Tuple{Accumulator} DataStructures.nlargest :: Tuple{Int64, AbstractVector} DataStructures.fix_insert! :: Tuple{RBTree, DataStructures.RBTreeNode} DataStructures.DiBitVector DataStructures.DiBitVector :: Tuple{Integer} Base.resize! :: Tuple{CircularBuffer, Integer} DataStructures.DisjointSet DataStructures.reset! :: Union{Tuple{V}, Tuple{Accumulator{<:Any, V}, Any}} where V DataStructures.children_and_grandchildren :: Union{Tuple{T}, Tuple{T, T}} where T<:Integer 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 :: Unio