Investigate new test failures (#67) #186
Annotations
1 error, 10 warnings, and 1 notice
Documentation:
docs/src/controls.md#L4
doctest failure in src/controls.md:4-12
```jldoctest demo1
julia> using Gtk4, GtkObservables
julia> sl = slider(1:11)
GtkScaleLeaf with Observable(6)
julia> typeof(sl)
GtkObservables.Slider{Int64}
```
Subexpression:
sl = slider(1:11)
Evaluated output:
(process:2551): Gtk-WARNING **: 20:12:20.260: Unable to acquire the address of the accessibility bus: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files. If you are attempting to run GTK without a11y support, GTK_A11Y should be set to 'none'.
GtkScaleLeaf with Observable(6)
Expected output:
GtkScaleLeaf with Observable(6)
diff =
Warning: Diff output requires color.
(process:2551): Gtk-WARNING **: 20:12:20.260: Unable to acquire the address of the accessibility bus: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files. If you are attempting to run GTK without a11y support, GTK_A11Y should be set to 'none'.
GtkScaleLeaf with Observable(6)
|
Documentation:
../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
no doc found for reference '[`Graphics.set_coordinates`](@ref)' in src/reference.md.
|
Documentation:
../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
no doc found for reference '[`Cairo.set_matrix`](@ref)' in src/reference.md.
|
Documentation:
../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
no doc found for reference '[`destroy`](@ref)' in src/reference.md.
|
Documentation:
../../../.julia/packages/Documenter/bYYzK/src/Writers/HTMLWriter.jl#L2081
invalid local link: unresolved path in reference.md
link.text =
1-element Vector{Any}:
Markdown.Code("", "Graphics.set_coordinates")
link.url = "@ref"
|
Documentation:
../../../.julia/packages/Documenter/bYYzK/src/Writers/HTMLWriter.jl#L2081
invalid local link: unresolved path in reference.md
link.text =
1-element Vector{Any}:
Markdown.Code("", "Cairo.set_matrix")
link.url = "@ref"
|
Documentation:
../../../.julia/packages/Documenter/bYYzK/src/Writers/HTMLWriter.jl#L2081
invalid local link: unresolved path in reference.md
link.text =
1-element Vector{Any}:
Markdown.Code("", "destroy")
link.url = "@ref"
|
Documentation:
../../../.julia/packages/Documenter/bYYzK/src/Documenter.jl#L800
removing `stable` and linking `stable` to `v2.1.0`.
|
Documentation:
../../../.julia/packages/Documenter/bYYzK/src/Documenter.jl#L800
removing `v2.0` and linking `v2.0` to `v2.0.5`.
|
Documentation:
../../../.julia/packages/Documenter/bYYzK/src/Documenter.jl#L800
removing `v1.2` and linking `v1.2` to `v1.2.9`.
|
Documentation:
../../../.julia/packages/Documenter/bYYzK/src/Documenter.jl#L800
removing `v1.1` and linking `v1.1` to `v1.1.0`.
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|