Skip to content

chore(main): release 0.11.3 (#79) #226

chore(main): release 0.11.3 (#79)

chore(main): release 0.11.3 (#79) #226

Triggered via push January 19, 2026 15:23
Status Success
Total duration 2m 40s
Artifacts

ci.yml

on: push
Formatter (1.18.x/28.x)
17s
Formatter (1.18.x/28.x)
dialyzer
2m 37s
dialyzer
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Test (1.16.x/26.x): test/gen_lsp/communication/tcp_test.exs#L59
test correctly reads from the socket (GenLSP.Communication.TCPTest)
dialyzer
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
dialyzer
min..min inside match is deprecated, you must always match on the step: min..min//var or min..min//_ if you want to ignore it
dialyzer
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
dialyzer
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
dialyzer
min..min inside match is deprecated, you must always match on the step: min..min//var or min..min//_ if you want to ignore it
dialyzer
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
dialyzer
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
dialyzer
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
dialyzer
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
dialyzer
~R/.../ is deprecated, use ~r/.../ instead