Merge pull request #333 from kunzaatko/patch-1 #32
jlpkgbutler-docdeploy-workflow.yml
on: push
docdeploy
3m 49s
Annotations
1 error, 10 warnings, and 1 notice
|
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:
[(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 [(Name = "John", Friendcount = 3)]
|
|
docdeploy:
../../../.julia/packages/Documenter/PLD7m/src/Documenter.jl#L624
removing `v0.3` and linking `v0.3` to `v0.3.2`.
|
|
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.9` and linking `v0.9` to `v0.9.3`.
|
|
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.11` and linking `v0.11` to `v0.11.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 `v1.0` and linking `v1.0` to `v1.0.0`.
|
|
docdeploy:
../../../.julia/packages/Documenter/PLD7m/src/Documenter.jl#L624
removing `stable` and linking `stable` to `v1.0.0`.
|
|
|
|
docdeploy:
../../../.julia/packages/Documenter/PLD7m/src/Utilities/Utilities.jl#L138
Unknown keywords:
analytics = UA-132838790-1
|
|
[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`
|