Fix issue with clipped Voronoi tessellation for a single right-angled triangle #685
Triggered via pull request
October 18, 2024 18:19
Status
Success
Total duration
1h 39m 24s
Artifacts
–
CI.yml
on: pull_request
Documentation
22m 41s
Matrix: test
Annotations
10 warnings and 1 notice
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`
|