Skip to content

Add @auto macro to automatically provide StructTypes definitions for a type tree #161

Add @auto macro to automatically provide StructTypes definitions for a type tree

Add @auto macro to automatically provide StructTypes definitions for a type tree #161

Triggered via pull request September 1, 2023 14:28
@joshdayjoshday
synchronize #97
jd/auto
Status Success
Total duration 2m 57s
Artifacts

ci.yml

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

Annotations

9 warnings
Julia 1 - ubuntu-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Julia nightly - ubuntu-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Julia 1.6 - ubuntu-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Julia 1 - windows-latest - x86 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
unable to get the binding for '[`StructType.lowertype`](@ref)' in src/index.md from expression ':(StructType.lowertype)' in module StructTypes exception = MethodError: no method matching binding(::Type{StructTypes.StructType}, ::Symbol) Closest candidates are: binding(::DataType) @ Documenter ~/.julia/packages/Documenter/bYYzK/src/DocSystem.jl:34 binding(!Matched::Module, ::Symbol) @ Documenter ~/.julia/packages/Documenter/bYYzK/src/DocSystem.jl:54 binding(!Matched::Module, ::Any) @ Documenter ~/.julia/packages/Documenter/bYYzK/src/DocSystem.jl:74 ...
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
17 docstrings not included in the manual: StructTypes.@ArrayType :: Tuple{Any} StructTypes.@register_struct_subtype :: Tuple{Any, Any} StructTypes.@auto :: Union{Tuple{Any}, Tuple{Any, Any}} StructTypes.@DictType :: Tuple{Any} StructTypes.@OrderedStruct :: Tuple{Any} StructTypes.NoStructType StructTypes.InterfaceType StructTypes.@nulltype :: Tuple{Any} StructTypes.DataType StructTypes.@AbstractType :: Tuple{Any} StructTypes.@booltype :: Tuple{Any} StructTypes.StructType StructTypes.@mutable :: Tuple{Any} StructTypes.@NumberType :: Tuple{Any} StructTypes.@StringType :: Tuple{Any} StructTypes.defaults StructTypes.@CustomStruct :: Tuple{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/Writers/HTMLWriter.jl#L2081
invalid local link: unresolved path in index.md link.text = 1-element Vector{Any}: Markdown.Code("", "StructType.lowertype") link.url = "@ref"
Documentation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/