mykewould / crutches

Some Elixir support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number.as_rounded is broken on 1.4

duijf opened this issue · comments

See https://travis-ci.org/mykewould/crutches/builds/191438234

On Elixir 1.4, the result of Number.as_rounded is different from the result that earlier Elixir versions gave. These should all be consistent and of the old behaviour

I don't have time to work on this, currently; so this is up for grabs!

I had a go at this: #115

Tests are passing again!