Bump version to v2.1.1 #3
Annotations
2 errors and 1 warning
Run julia-actions/julia-docdeploy@v1:
docs/src/pathological.md#L53
doctest failure in src/pathological.md:53-63
```jldoctest block1
zipsource("pathological.zip") do source
for zf in source
println(read(zf, String))
end
end
# output
Hello, Julia!
```
Subexpression:
zipsource("pathological.zip") do source
for zf in source
println(read(zf, String))
end
end
Evaluated output:
ERROR: UndefVarError: `zipsource` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
Hello, Julia!
diff =
Warning: Diff output requires color.
Hello, Julia!ERROR: UndefVarError: `zipsource` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Run doctests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
|
Loading