Skip to content

GI: clean up function generation #318

GI: clean up function generation

GI: clean up function generation #318

Triggered via push April 2, 2024 01:08
Status Success
Total duration 14m 35s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
duplicate docs found for 'Gtk4.GLib.GSimpleAction' in src/doc/GLib_types_reference.md:3-8 ```@autodocs Modules = [Gtk4.GLib] Order = [:type] Public = true Private = false ```
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
@autodocs (src/doc/Gtk4_types_reference.md:5-11) encountered a bad docstring binding 'Gtk4.redo!' ```@autodocs Modules = [Gtk4, Gtk4.GdkPixbufLib] Order = [:type] Public = true Private = false Filter = t->(t!=GtkCanvas && t!=GtkWindow) ``` This is likely due to a bug in the Julia docsystem relating to the handling of docstrings attached to methods of callable objects. See: https://github.com/JuliaLang/julia/issues/45174 As a workaround, the docstrings for the functor methods could be included in the docstring of the type definition. This error can also be ignored by disabling strict checking for :autodocs_block in the makedocs call with e.g. strict = Documenter.except(:autodocs_block) However, the relevant docstrings will then not be included by the @autodocs block. exception = UndefVarError: `redo!` not defined
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
@autodocs (src/doc/constants_reference.md:5-8) encountered a bad docstring binding 'Gtk4.redo!' ```@autodocs Modules = [Gtk4] Order = [:constant] ``` This is likely due to a bug in the Julia docsystem relating to the handling of docstrings attached to methods of callable objects. See: https://github.com/JuliaLang/julia/issues/45174 As a workaround, the docstrings for the functor methods could be included in the docstring of the type definition. This error can also be ignored by disabling strict checking for :autodocs_block in the makedocs call with e.g. strict = Documenter.except(:autodocs_block) However, the relevant docstrings will then not be included by the @autodocs block. exception = UndefVarError: `redo!` not defined
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
30 docstrings not included in the manual: Gtk4.undo! :: Tuple{GtkTextBuffer} Gtk4.select_folder :: Union{Tuple{Any, GtkFileDialog}, Tuple{Any, GtkFileDialog, Any}, Tuple{Any, GtkFileDialog, Any, Any}} Gtk4.Corner Gtk4.GdkPixbufLib.PixbufError Gtk4.open_path :: Tuple{Any, Any} Gtk4.MaskMode Gtk4.selected_string! :: Tuple{GtkDropDown, AbstractString} Gtk4.redo! :: Tuple{GtkTextBuffer} Gtk4.ScalingFilter Gtk4.GdkPixbufLib.PixbufFormatFlags Gtk4.open_paths :: Tuple{Any, Any} Gtk4.selected_string :: Tuple{GtkDropDown} Gtk4.BlendMode Gtk4.GdkPixbufLib.Colorspace Gtk4.save_path :: Tuple{Any, Any} Gtk4.@load_builder :: Tuple{Any} Gtk4.open_multiple :: Union{Tuple{Any, GtkFileDialog}, Tuple{Any, GtkFileDialog, Any}, Tuple{Any, GtkFileDialog, Any, Any}} Gtk4.RenderNodeType Gtk4.GLUniformType Gtk4.GdkPixbufLib.InterpType Gtk4.GdkPixbufLib.PixbufRotation Gtk4.TransformCategory Gtk4.SerializationError Gtk4.select_multiple_folder_paths :: Tuple{Any, Any} Gtk4.monitors :: Tuple{} Gtk4.select_multiple_folders :: Union{Tuple{Any, GtkFileDialog}, Tuple{Any, GtkFileDialog, Any}, Tuple{Any, GtkFileDialog, Any, Any}} Gtk4.screen_size :: Union{Tuple{}, Tuple{Any}} Gtk4.open_file :: Union{Tuple{Any, GtkFileDialog}, Tuple{Any, GtkFileDialog, Any}, Tuple{Any, GtkFileDialog, Any, Any}} Graphics.save :: Union{Tuple{Any, GtkFileDialog}, Tuple{Any, GtkFileDialog, Any}, Tuple{Any, GtkFileDialog, Any, Any}} Gtk4.select_folder_path :: Tuple{Any, Any} These are docstrings in the checked modules (configured with the modules keyword) that are not included in @docs or @autodocs blocks.
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Documenter.jl#L800
removing `stable` and linking `stable` to `v0.6.4`.
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Documenter.jl#L800
removing `v0.6` and linking `v0.6` to `v0.6.4`.
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Documenter.jl#L800
removing `v0.5` and linking `v0.5` to `v0.5.4`.
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Documenter.jl#L800
removing `v0.4` and linking `v0.4` to `v0.4.2`.
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Documenter.jl#L800
removing `v0.3` and linking `v0.3` to `v0.3.5`.
Documentation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Julia 1 - ubuntu-latest - x86
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Julia 1.6 - ubuntu-latest - x86
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Julia 1 - ubuntu-latest - x64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Julia 1 - macos-latest - x64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Julia 1.6 - ubuntu-latest - x64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Julia 1.6 - macos-latest - x64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Julia 1 - windows-latest - x64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Julia 1 - windows-latest - x86
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Julia 1.6 - windows-latest - x86
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Julia 1.6 - windows-latest - x64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.