Skip to content

Bump ex_doc from 0.34.2 to 0.35.0 (#29) #199

Bump ex_doc from 0.34.2 to 0.35.0 (#29)

Bump ex_doc from 0.34.2 to 0.35.0 (#29) #199

Triggered via push November 20, 2024 20:36
Status Success
Total duration 2m 58s
Artifacts

elixir.yml

on: push
codespell
9s
codespell
Matrix: Build and test
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Build and test (1.15.6, 26.1)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Build and test (1.17.0, 27.0)
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
Build and test (1.17.0, 27.0)
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
Build and test (1.17.0, 27.0)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Build and test (1.17.0, 27.0)
1..-1 has a default step of -1, please write 1..-1//-1 instead
Build and test (1.17.0, 27.0)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Build and test (1.17.0, 27.0)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Build and test (1.17.0, 27.0)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Build and test (1.17.0, 27.0)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Build and test (1.17.0, 27.0)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Build and test (1.17.0, 27.0)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Build and test (1.16.2, 26.1, true)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Build and test (1.16.2, 26.1, true)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs