Elixir upgrade 1.18 #612
Open
Elixir upgrade 1.18 #612
Annotations
4 warnings
Run tests, failing loudly on error, emitting coverage to file for use when reporting test coverage in later proposed step
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
Run tests, failing loudly on error, emitting coverage to file for use when reporting test coverage in later proposed step
negative steps are not supported in String.slice/2, pass 0..-2//1 instead
|
Run tests, failing loudly on error, emitting coverage to file for use when reporting test coverage in later proposed step
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
Run tests, failing loudly on error, emitting coverage to file for use when reporting test coverage in later proposed step
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
Loading