SC-171060 Fix for Elixir 1.19 compatibility #21
+24
−18
Annotations
13 warnings
|
Run 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
|
|
Run 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
|
|
Run 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
|
|
Run 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
|
|
Run 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
|
|
Run 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
|
|
Run 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
|
|
Run Dialyzer
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
|
Run Dialyzer
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
|
Run Dialyzer
~R/.../ is deprecated, use ~r/.../ instead
|
|
Run tests:
test/segment/analytics/model_test.exs#L9
using map.field notation (without parentheses) to invoke function AnalyticsElixir.Mixfile.project() is deprecated, you must add parentheses instead: remote.function()
|
|
Run tests:
test/segment/analytics_test.exs#L9
using map.field notation (without parentheses) to invoke function AnalyticsElixir.Mixfile.project() is deprecated, you must add parentheses instead: remote.function()
|
|
Run tests:
lib/segment/analytics/model.ex#L104
using map.field notation (without parentheses) to invoke function AnalyticsElixir.Mixfile.project() is deprecated, you must add parentheses instead: remote.function()
|
Loading