[LOTC-2294] Fix warning for Range deprecation in elixir 1.18 #30
Annotations
10 warnings
|
Install and compile dependencies
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
|
|
Install and compile dependencies
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
|
|
Install and compile dependencies
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
|
|
Install and compile dependencies
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
|
|
Install and compile dependencies
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
|
|
Install and compile dependencies
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
|
|
Install and compile dependencies
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
|
|
Install and compile dependencies
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
|
Install and compile dependencies
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
|
Install and compile dependencies
~R/.../ is deprecated, use ~r/.../ instead
|
Loading