Skip to content

Update ghost_triangles.md #675

Update ghost_triangles.md

Update ghost_triangles.md #675

Triggered via push October 8, 2024 08:11
Status Failure
Total duration 3h 46m 19s
Artifacts

CI.yml

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

Annotations

3 errors, 10 warnings, and 1 notice
Julia 1.10 - x64 - push - ubuntu-latest
Process completed with exit code 1.
Julia pre - x64 - push - ubuntu-latest
Process completed with exit code 1.
Julia lts - x64 - push - ubuntu-latest
Process completed with exit code 1.
Documentation: docs/build/math/string#L22
Assignment to `ax` in soft scope is ambiguous because a global variable by the same name exists: `ax` will be treated as a new local. Disambiguate by using `local ax` to suppress this warning or `global ax` to assign to the existing global variable.
Documentation: docs/build/math/string#L21
Assignment to `t` in soft scope is ambiguous because a global variable by the same name exists: `t` will be treated as a new local. Disambiguate by using `local t` to suppress this warning or `global t` to assign to the existing global variable.
Documentation: docs/build/math/string#L24
Assignment to `ax` in soft scope is ambiguous because a global variable by the same name exists: `ax` will be treated as a new local. Disambiguate by using `local ax` to suppress this warning or `global ax` to assign to the existing global variable.
Documentation: docs/build/math/string#L27
Assignment to `i` in soft scope is ambiguous because a global variable by the same name exists: `i` will be treated as a new local. Disambiguate by using `local i` to suppress this warning or `global i` to assign to the existing global variable.
Documentation: docs/build/math/string#L27
Assignment to `j` in soft scope is ambiguous because a global variable by the same name exists: `j` will be treated as a new local. Disambiguate by using `local j` to suppress this warning or `global j` to assign to the existing global variable.
Documentation: docs/build/math/string#L27
Assignment to `k` in soft scope is ambiguous because a global variable by the same name exists: `k` will be treated as a new local. Disambiguate by using `local k` to suppress this warning or `global k` to assign to the existing global variable.
Documentation: docs/build/math/string#L38
Assignment to `i` in soft scope is ambiguous because a global variable by the same name exists: `i` will be treated as a new local. Disambiguate by using `local i` to suppress this warning or `global i` to assign to the existing global variable.
Documentation: docs/build/math/string#L38
Assignment to `j` in soft scope is ambiguous because a global variable by the same name exists: `j` will be treated as a new local. Disambiguate by using `local j` to suppress this warning or `global j` to assign to the existing global variable.
Documentation: docs/build/math/string#L38
Assignment to `k` in soft scope is ambiguous because a global variable by the same name exists: `k` will be treated as a new local. Disambiguate by using `local k` to suppress this warning or `global k` to assign to the existing global variable.
Documentation: docs/build/math/string#L45
Assignment to `i` in soft scope is ambiguous because a global variable by the same name exists: `i` will be treated as a new local. Disambiguate by using `local i` to suppress this warning or `global i` to assign to the existing global variable.
[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`