I'm confused. If you write a library on elixir 1.3 there's no reason to believe it should work as expected on Elixir 1.2
On Sunday, July 3, 2016 at 3:01:26 PM UTC-4, Peter Hamilton wrote: > > 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] > <javascript:>> wrote: > >> On 03 Jul 2016, at 20:28, Peter Hamilton <[email protected] >> <javascript:>> 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] <javascript:>. >> 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/88b70499-1753-48b2-8a51-1a3adf060be8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
