Merge pull request #346 from queryverse/fix-doctests #29
jlpkgbutler-docdeploy-workflow.yml
on: push
docdeploy
3m 40s
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/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`.
|