The old names work, but the new names don't work on older elixir. The polyfill accepts new names regardless of Elixir version.
On Sun, Jul 3, 2016, 11:48 AM Michał Muskała <[email protected]> wrote: > On 03 Jul 2016, at 20:28, Peter Hamilton <[email protected]> wrote: > > 1. A breaking change between 1.2 and 1.3 that isn't called out is the move > from `:micro_seconds` to `:microseconds` in `System.convert_time_unit/3 > > > AFAIK, it was just silently deprecated for now: > https://github.com/elixir-lang/elixir/blob/master/lib/elixir/lib/system.ex#L797-L800 > But the old names should just work and nothing should be broken. > > Michał. > > -- > You received this message because you are subscribed to the Google Groups > "elixir-lang-talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elixir-lang-talk/9DF57743-8F22-4053-A197-58C8E765F3F7%40muskala.eu > <https://groups.google.com/d/msgid/elixir-lang-talk/9DF57743-8F22-4053-A197-58C8E765F3F7%40muskala.eu?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/CAOMhEnyY4%2B_4FCN3W%2B7JaETp%3DEVggrdPK-WRZyqK-2cai6htqg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
