Skip to content

Merge pull request #346 from queryverse/fix-doctests #29

Merge pull request #346 from queryverse/fix-doctests

Merge pull request #346 from queryverse/fix-doctests #29

Triggered via push December 29, 2023 23:16
Status Success
Total duration 3m 48s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
docdeploy: ../../../.julia/packages/Documenter/PLD7m/src/DocTests.jl#L369
doctest failure in src/sources.md:69-92 ```jldoctest using Query, DataFrames struct Person Name::String Friends::Vector{String} end source = [ Person("John", ["Sally", "Miles", "Frank"]), Person("Sally", ["Don", "Martin"])] result = @from i in source begin @where length(i.Friends) > 2 @select {i.Name, Friendcount=length(i.Friends)} @collect end println(result) # output @NamedTuple{Name::String, Friendcount::Int64}[(Name = "John", Friendcount = 3)] ``` Subexpression: using Query, DataFrames struct Person Name::String Friends::Vector{String} end source = [ Person("John", ["Sally", "Miles", "Frank"]), Person("Sally", ["Don", "Martin"])] result = @from i in source begin @where length(i.Friends) > 2 @select {i.Name, Friendcount=length(i.Friends)} @collect end println(result) Evaluated output: NamedTuple{(:Name, :Friendcount), Tuple{String, Int64}}[(Name = "John", Friendcount = 3)] Expected output: @NamedTuple{Name::String, Friendcount::Int64}[(Name = "John", Friendcount = 3)] diff = Warning: Diff output requires color. @NamedTuple{Name::String, Friendcount::Int64}[(Name NamedTuple{(:Name, :Friendcount), Tuple{String, Int64}}[(Name = "John", Friendcount = 3)]
docdeploy: ../../../.julia/packages/Documenter/PLD7m/src/Utilities/Utilities.jl#L138
Unknown keywords: analytics = UA-132838790-1
docdeploy: ../../../.julia/packages/Documenter/PLD7m/src/DocChecks.jl#L63
3 docstrings potentially missing: Query.@Mutate :: Tuple Query.@rename :: Tuple Query.@select :: Tuple
docdeploy: ../../../.julia/packages/Documenter/PLD7m/src/Documenter.jl#L624
removing `stable` and linking `stable` to `v1.0.0`.
docdeploy: ../../../.julia/packages/Documenter/PLD7m/src/Documenter.jl#L624
removing `v1.0` and linking `v1.0` to `v1.0.0`.
docdeploy: ../../../.julia/packages/Documenter/PLD7m/src/Documenter.jl#L624
removing `v0.12` and linking `v0.12` to `v0.12.1`.
docdeploy: ../../../.julia/packages/Documenter/PLD7m/src/Documenter.jl#L624
removing `v0.11` and linking `v0.11` to `v0.11.0`.
docdeploy: ../../../.julia/packages/Documenter/PLD7m/src/Documenter.jl#L624
removing `v0.10` and linking `v0.10` to `v0.10.1`.
docdeploy: ../../../.julia/packages/Documenter/PLD7m/src/Documenter.jl#L624
removing `v0.9` and linking `v0.9` to `v0.9.3`.
docdeploy: ../../../.julia/packages/Documenter/PLD7m/src/Documenter.jl#L624
removing `v0.8` and linking `v0.8` to `v0.8.0`.
docdeploy: ../../../.julia/packages/Documenter/PLD7m/src/Documenter.jl#L624
removing `v0.3` and linking `v0.3` to `v0.3.2`.